Top "Directive" questions

A concept of 'command' used by many programming languages and frameworks.

AngularJS - permission directive

I am trying to write directive that will evaluate user permissions. In case user is not permitted to see given …

permissions angularjs user-permissions directive
How can I make an virtual scroll with angularJS?

I'm trying to make a directive that I can do a virtual scroll, so as the user scrolls the table, …

javascript angularjs performance directive virtualscroll
ngModel doesn't pass data back to parent scope in directive

Related Post, but didn't help: Scoping issue when setting ngModel from a directive EDIT: Can I use ng-model with isolated …

angularjs directive