Hi Mark, You will find the AngularJS documentation very helpful in that matter. You can register new views by using $routeProvider as specified in the previous answer (https://docs.angularjs.org/api/ngRoute/provider/$routeProvider). If you wish to use nested views try out $stateProvider which comes from an external module called ui-router (found here: https://github.com/angular-ui/ui-router), or, as the most common use-case: implement a directive (https://docs.angularjs.org/guide/directive).
A Google search on any of these topics will reveal a lot of information for you. Also, I have found that a very good way to understand angular is by looking at its source code, once you get through the basics. Good luck! On Tuesday, 22 April 2014 19:00:40 UTC+1, mark goldin wrote: > > I am going thru some learning exercise and need to figure out a way of > adding more views/controllers to an existing project. My question is how do > I register new views and controllers with Angular? A documentation link is > going to be helpful too. > > Thanks > -- 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.
