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.