[ng:areq] Argument 'HomeController' is not a function, got undefined

[ng:areq] Argument ‘HomeController’ is not a function, got undefined

在我做ionic项目中,准备新建一个页面时,他出现了这个问题。硬是找了好久好久,心累!

上图吧!!!!

[ng:areq] Argument 'HomeController' is not a function, got undefined_第1张图片

写法不一样,就有大不同!!第二种写法,系统会认为,你还没有注册就开始使用,所以会报错!如果像第一种那样写,就不会!

如果你要想像第二种那样写也可以,只是要放在最开始第一个调用的页面,比如login页面。
[ng:areq] Argument 'HomeController' is not a function, got undefined_第2张图片

你可能感兴趣的:(ionic,+,angular)