Full list of AngularJS directives?

前端 未结 1 1946
情歌与酒
情歌与酒 2021-01-30 17:21

I\'m learning AngularJS. Is there a good comprehensive list of all the out-of-the-box directives? The FAQ mentions ng-repeat, ng-show, and ng-cla

相关标签:
1条回答
  • 2021-01-30 17:50

    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.

    0 讨论(0)
提交回复
热议问题