Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Forms in AngularJS

jowe
February 13, 2014

Forms in AngularJS

Lightning Talks Slides @mayflowerphp about Forms in AngularJS

jowe

February 13, 2014
Tweet

More Decks by jowe

Other Decks in Programming

Transcript

  1. AngularJS ModelController ‣ API für ngModel Direktive ‣ Services für

    ‣ Data-binding ‣ Validation ‣ CSS update ‣ Formatting & parsing
  2. AngularJS Custom Validation ‣ Als eigene Direktive ‣ Zugriff auf

    NgModelController
 ‣ Model ➞ View update ‣ Formatter function to $formatters[]
 ‣ View ➞ Model update ‣ Parser function to $parsers[]