Angular JS and partials

后端 未结 3 2076
情歌与酒
情歌与酒 2021-02-01 15:11

Is it possible to embed html page in another one in angular js?

If so, how to do it?

Here in their tutorial, the partial is not embedded in the page but it\'s li

3条回答
  •  渐次进展
    2021-02-01 16:06

    If ng-include is not what you need, you might want to check out the angular-ui-router module. It allows you to do nested and parallel views... It is great, flexible, easy to use and well documented. https://github.com/angular-ui/ui-router

提交回复
热议问题