Not sure what your question is. Angular has no predefined concept of "controller actions". Usually you simply set functions to the controller's scope.
If you are talking about explicit CRUD support, angularjs has $resource to deal with restful backend APIs. Plus angularjs 2.0 will probably have a separate persistence layer. On Tuesday, September 23, 2014 3:05:38 AM UTC+2, Anderson Scouto da Silva wrote: > > Good evening, gentlemen. > > I have a question, in most MVC frameworks (not javascript) that are MVC, > each controller has various actions, for example, Yii has a controller > "FooController" and this controller has "actionCreate", "actionDelete", > etc... You can do this in angularjs? I believe in large applications that > would be useful to better organize the project (personal opinion). > > Thank you. > -- 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.
