AngularJS

AngularJS

  • Currently AngularJS v1.5 is used which doesn't support IE8 and below!
    The following files are required to use AngularJS:
    
    
    
    
    
    
    
  • Angular UI is used for Bootstrap components
    
    
    as well as other ones like Angular UI Calendar, Masked input, etc ...
  • In Ace's demo, ocLazyLoad is used so that we only load CSS and JS files when required (i.e. lazy loading):
    
    
  • In Ace's demo, Angular UI Router is used for specifying application states and routing:
    
    

Plugins