Dynamically set text on an input button with Angular
2 answers
http://plnkr.co/edit/DZWzN4D9QzzBCpetSYtF?p=preview
<input type="submit" value="{{model}}" /> In your controller:
$scope.model = "Create new order"; +7
How to set attribute 'value' based on $ sc..."> http://plnkr.co/edit/DZWzN4D9QzzBCpetSYtF?p=preview In your controller:All geek questions in one placeDynamically set text on an input button with Angular
2 answers <input type="submit" value="{{model}}" /> $scope.model = "Create new order"; source share+7