ivan
Member since Dec 16, 2013
- Profile: /members/11475-ivan.htm
- Comments: 2
Recent Blog Comments By ivan
-
Hooking Into The Complete Event Of An ngRepeat Loop In AngularJS
Posted on Apr 16, 2014 at 8:57 AM
if you chenge ng-repeat source your directive not updated because it was unbind unbindWatcher.... read more »
-
Adding An ngRepeat List Delimiter In AngularJS
Posted on Dec 16, 2013 at 9:00 AM
<span ng-repeat="item in data.prog.fields_of_study" ng-bind="item.name + ($last ? '' : ', ')"></span>... read more »