Skip to content

Instantly share code, notes, and snippets.

@andxyz
Created March 17, 2014 17:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andxyz/9603722 to your computer and use it in GitHub Desktop.
Save andxyz/9603722 to your computer and use it in GitHub Desktop.
ng wat?

Angular resources

https://egghead.io/lessons

random vids

Elsewhere random snippets

Angular People

terms

  • scope, isolated scope, child scope, scope properties, prototypical inheritance, transclusion, object, primitive

other apps

snippets that may or may not make sense

  • scope: true can be used with an object, not a primitive

  • This leverages prototypical inheritance, so $parent is not needed <test-ng-model ng-model="someObj.model" ...>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment