create a single html view for multiple partial views in angularjs

后端 未结 3 1386
自闭症患者
自闭症患者 2020-12-01 01:59

I wish to create a single html file with multiple tags. These should act as separate individual views that are usually kept in partials folder. And then i wish to specify

3条回答
  •  一向
    一向 (楼主)
    2020-12-01 03:04

    I had problem with nesting views and deep linking in Angular as $routerProvide doesn't support multiple ng-view.. But I found a possible solution how to make this happen here. Its based on handing routes manually using request context and render context.

提交回复
热议问题