angular-progress-button
angular-progress-button copied to clipboard
Binding the button text
I control the button text through scope.
<progress-button class="btn btn-default" value="percent" id="btnBrowseId" ng-hide="{{readOnly}}">{{btnBrowseCaption}}</progress-button>
However instead of the scope variable being displayed {{btnBrowseCaption}} is displayed...