Full list of AngularJS directives?

The listing can be found on their API page:

http://docs.angularjs.org/api/

If you’re new to AngularJS, you might find this useful as well:

http://www.cheatography.com/proloser/cheat-sheets/angularjs/

It goes over the directives, filters, etc. and provides snippets of useful information on everything. You may need to read up more on something in the docs if it’s confusing, but generally I find that cheat sheet to be enough for simple tasks.

Leave a Comment