Skip to content

Instantly share code, notes, and snippets.

View Ashok-vinfotech's full-sized avatar

Ashok Pal Ashok-vinfotech

  • www.vinfotech.com
  • Indore
View GitHub Profile
@Ashok-vinfotech
Ashok-vinfotech / usage.html
Created July 22, 2016 12:55 — forked from RadoMark/usage.html
Watchers toggler directive
<div ng-app>
<div ng-controller="TestCtrl">
<ul ng-repeat="elements in array" watchers-toggler="toggler()">
<li ng-repeat="element in elements">{{element}}</li>
</ul>
</div>
</div>