Day: June 2, 2015

  • Angular Basics

    To start using Angular, attach it either locally or via CDN.  There are 4 main elements in Angular: Directives, Modules, Controllers and Expressions. Directives There are HTML attributes (or elements) that call the module code. An example of this is: <html ng-app=”moduleName”> This is an attribute directive. You can also right your own element directive…