Adding Table Data to Drop-down Using AngularJS
So I am trying to create an addon for one of my widgets and I am trying to target the names of the items from the Business Applications Table and pull them to a drop-down list. I'm sure I'd have to put a ng-options directive and make a server-side fu...