Tuesday, December 13, 2016

could not use chrome tool to break javascript code


you may defined the java script (function) code twice

game programming



https://www.codehunt.com/

Thursday, December 1, 2016

ng-repeat filter more than one field or property


http://stackoverflow.com/questions/15868248/how-to-filter-multiple-values-or-operation-in-angularjs

If you want to filter on Array of Objects then you can give
filter:({genres: 'Action', key :value }.
Individual property will be filtered by particular filter given for that property.
But if you wanted to something like filter by individual Property and filter globally for all properties then you can do something like this.
<tr ng-repeat="supp in $data | filter : filterObject |  filter : search">