Snippets tagged “ngrepeat”
2 snippets use this tag.
- How to Catch Directive DeletionAngularJs
AngularJs lets us to use directives and make our code more professional.But sometimes we need to know when our directive has been removed.This snippet will show you how to know it.
- How to Show Angularjs Filtered CountAngularJs
There are two ways to count items in a filtered AngularJs list used in ngRepeat: to get filter count either in template or in controller. See how to do it.