Angular - sinsunsan/archiref_wiki GitHub Wiki

Learn Angular sites

Docs

Tutos

Seed apps

Angular Architecture


Angular components


Angular exemples

Angular best pratices and code quality


For example, define an objects that is linked (binded) to a webservice

Angular directives

  • ngInclude Include external Html / Is used for example to load a different page.
  • ngController Define the controller who is in charge of the following chunk of html
  • ngInit / Function to be launched immediately
  • ngClick / Function to be launched when clicking
  • ngShow / show if the value is true
  • ngBind / Equivalent of {{}} but as an atribute. Could be useful as an alternative to ngCloak in order not to show the non already interpreted variable name {{var}}

Selected contributed directives