
4
Nov, 14
AngularJS: properties combination in select drop down
Hi there, this blog shows that how to display two properties combination in select drop down in angular. Suppose we have following angular controller: angular.module('MyModule', []) .controller('MyController', function( $scope ) { $scope.colors = [ {id: 11, name:...
Recent Comments