Live data from Hacker News

Little-known directives of Angular.js

codetunes.com

1–10 of 24 posts

Re: Little-known directives of Angular.js

#9
Thanks for the post - I regularly use a lot of these, and I'm a big fan of ng-bind attribute over the {{ thing }} approach.

Things that really caught my eye:

- ng-list: sounds very useful for user forms, tagging, etc

- ng-switch: I dont know how many times I've used ng-show to replicate this functionality. Thank you!

Post reply on HN