Shaneeb Kamran
Member since May 6, 2014
- Profile: /members/11885-shaneeb-kamran.htm
- Comments: 2
Recent Blog Comments By Shaneeb Kamran
-
Hooking Into The Complete Event Of An ngRepeat Loop In AngularJS
Posted on May 6, 2014 at 8:51 PM
@Shaneeb, Ahh, it fires before the DOM renders which is what you are trying to achieve here. My bad!... read more »
-
Hooking Into The Complete Event Of An ngRepeat Loop In AngularJS
Posted on May 6, 2014 at 3:48 PM
Hey, so I might be missing something obvious but the same behaviour could be implemented by defining a sibling directive that checks for $last on scope and if its true, evaluates the expression. Of course, this means the expression is evaluated multiple times if the collection changes but it doesn't... read more »