Cascading StyleSheet
Basically Overriding the default styles
Maintain
Structured
MVC pattern
1. Single source of truth
2. Collections
var module = angular.module("module-name", []) // Register
module.controller ('controller-name', () {});
By praveen_jegan