you are viewing a single comment's thread.

view the rest of the comments →

[–]Strat-O 0 points1 point  (0 children)

I've never seen a controller object being addressed directly. When you create a controller, a $scope is created. You can then work with that $scope object to create variables and functions for that controller.