#RoleOfController
Explore tagged Tumblr posts
itdnext · 12 years ago
Text
iOSDev+UIDev+AngularDev: Defining the Interaction
After you lay out your user interface, you need to let users interact with it.
This is where controllers come in.
Controllers support your views by responding to user actions and populating the views with content.
ref
This applies to developing with Angular also. 
0 notes