原文链接:https://www.f2er.com/angularjs/149523.html在之前的文章
api的接口系统问题总结
里总结了一下angularjs的问题,第3个问题只是临时的解决方法,随着页面的增多,代码量也是增加了非常多,看起来非常的不好var myApp = angular.module("myApp",[ "ui.router","myApp.Controllers" ])angular.module("myApp.Controllers",["ui.router"]) .controller('SigninController',['$scope','$http','$state',function($scope,$http,$state){注意:上面的,app.js里依赖的时候,多了个,在controllers.js里使用了
困扰了很久的问题解决了
QQ交流群:136351212
查看原文:http://www.phpsong.com/1995.htmlapp.jscontrollers.jsmyApp.ControllersmyApp.Controllers