Skip to content

Angular

Sébastien LUCAS edited this page Jan 29, 2015 · 34 revisions

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

WIKI by Sébastien Lucas CEO & Funder or Bricks

Clone this wiki locally