Gagan Deep

Gagan Deep

  • NA
  • 43
  • 7.3k

Binding Select List from Database using AngularJS

Sep 15 2017 3:39 AM
I am new to AngularJS with ASP.Net MVC.
I am trying to bind select with data from database using AngularJS.
Here is my App file 
 
 
Controller Method:
 
 
 
 
Here is the veiw:
 
But the Output i am getting is as below:
 
 
 
 
Data is present in the database table.I am using Entity Framework to access Data using DbContext Class.Kindly suggest what I am doing wrong. 
 

Answers (3)