Ephi Gabay
Member since Apr 29, 2014
- Profile: /members/11865-ephi-gabay.htm
- Comments: 1
Recent Blog Comments By Ephi Gabay
-
Hooking Into The Complete Event Of An ngRepeat Loop In AngularJS
Posted on Apr 29, 2014 at 8:15 AM
Another way I thought of (this is the linking function of the directive): link: function(scope) { if(scope.$last) { // execute something } }... read more »