i have angularJS 1.5.0-rc.2
I found on the internet that i can use the directive
data-ng-disabled=\"Expression\"
But it won\'t dis
Try this 1 This is direct method of implementation test 2 another way you can change the value for test in controller inside init function $scope.dsblBtn = true;