标签: angularjs angular-controller
是否可以使用模块名称和$scope变量?
$scope
例如,我的模块名称为app
app
我想在这样的控制器中使用
$scope.app.variableName = 'hello';