ng-view is the routing of angularjs, I know this.
As for ui-view, it is said on the Internet that it is nested routing, but I don’t understand it.
And are they all in the js file angular-route?
PHP中文网2017-05-15 16:54:20
augular itself has a router management module, but it is not powerful enough and is troublesome. ui-router is a module under angular-ui angular-ui (https://github.com/angular-ui). Simply put, it is the wheel of angular directive Collection, easy to use
我想大声告诉你2017-05-15 16:54:20
Ui-view is a third-party package and belongs to the angular-ui family
怪我咯2017-05-15 16:54:20
angular has specially separated a routing module, angular-ui-router, which is specialized in routing. Although the routing module that comes with angular can still implement routing, the official recommendation is to use the separated one for routing.