This is where I will put all my notes and links for you guys!
Bower - package manager for client libaries. NOT specific to angular, requries nodejs to be installed
npm install bower
bower install angular
ng-inspector - chrome extension for angular debugging.
ng-annotate - tool for min safing your angular javascript files. can be installed using
npm install ng-annotate
requires nodejs
Angular UI modules UI helper modules built for angular can be found here
Grid Layout
12 columns can be infinitely sub-divided
- xs : mobile phones and tablets in potrait
- sm : tablets in landscape
- md : Regular screens
- lg : Large screens
-
Can you have multiple controllers on the same element?
Ans : No.
-
How do you access the child scope from parent scope
Ans: you don't. more on this later...
-
How to remove the # form the URL
Ans : HTML 5 style routes.