Notes For AngularJs Scope
In Angular, we have isolated scope and nonIsolated scope, the difference is the _proto_, that is to say, we can call parent scope through prototype
way in nonisolate scope, other, we can not do this.
- Bindings in Component,
Keep onething in mind, Bindings equals to map objects the propery of controller, not the scope. the controller object is an property of scope.