3
Reply

Binding Select List from Database using AngularJS

Gagan Deep

Gagan Deep

Sep 15 2017 3:39 AM
223
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)