本文介绍了为什么JS角路线要求你举一个控制器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么角JS路线要求你举一个控制器?

Coulnd't你刚才举一个观点,然后有view指令链接到控制器?


解决方案

route does not require a controller to be specified. If you omit the controller it will just load the specified page but you will have limited functionality.

No. This is not what directives are for. Quoting from the docs for directives:

...and the docs for controllers:

这篇关于为什么JS角路线要求你举一个控制器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 01:07