Hey Chris,

My plunk is a demo, on the different techniques that are possible. And no, 
you don't need to move everything into an object, although it doesn't hurt. 
I think it is good to note that there is a difference between the scope, 
and the controller. 
$scope !== controller !== data-model. 
The scope is the grease between the view and the model. the controller is 
there to add functionality to the view, and to manage the scope and the 
model where needed.

You inherit scope, you don't inherit controllers....

Does this make sense to you?

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to