Hey everyone,
I had a bit of trouble getting a selected option to show up with AngularJs. It turned out that I needed to add an ng-selected attribute:
{{command.Status}} Enabled Disabled Deleted
Check out this Stackoverflow post for more info: http://stackoverflow.com/a/18336858/522859
Leave a Reply