Dynamic loading of views as directives in an AngularJS wizard.

0 Comments

Demo and Code can be found at: http://plnkr.co/edit/Ht4ud6kyJUzDTQdS9MI2?p=preview     Just for the fun, I added a D3.js chart:     A simple AngularJS wizard that dynamically loads pages (views). In the plunker each page

AngularJS tip, quote your css classnames in ng-class

0 Comments

It is a common practice to use spinalcase in CSS, like the css class “.ada-wizard-marker”. If you want to use this class in a ng-class directive, where the input is an object, use single quotes,