标签: angularjs
我有两个问题:
我以哪种方式访问创建的模块with no explicit name after ng-app?是否可以在这种模块中添加控制器以及如何实现?
with no explicit name after ng-app
angular.module('?????????', []) .controller('MyController', ['$scope','$log', function MyController($scope,$log) {...}]);