我想在点击按钮时更改按钮的背景颜色
HTML代码:
应该更改按钮背景颜色的角度代码:
$scope.style { }; $scope.style2 { }
Vivek.. 6
你应该这样做
angular.module('myapp',[]).controller('testCtrl', function($scope){});
你应该这样做
angular.module('myapp',[]).controller('testCtrl', function($scope){});