angular.js - How does angular achieve the following layout..
迷茫
迷茫 2017-05-15 17:02:20
0
3
873

As shown in the figure: adding content and editing use the same html,

But how do tab1 and tab2 below form tabs? tab2 needs to load other html pages. It only loads when clicked.

How to implement it? Can it be a code architecture skeleton? About loading different html on tabs

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(3)
Ty80

Define different routes, and then implement lazy loading based on the routes

Peter_Zhu

Nested routing can be implemented.

世界只因有你

Use ui.router and ocLazyLoad

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template