这个版本的angular-1.3.0不需要定义控制器吗
app.controller('CommonController
', function($scope){
})
直接可以这样写?
function CommonController
($scope){}
是不是低级版本的不可以这样写?
app.controller('CommonController
', function($scope){
})
直接可以这样写?
function CommonController
($scope){}
是不是低级版本的不可以这样写?
2016-01-27
举报