angular-progress-button icon indicating copy to clipboard operation
angular-progress-button copied to clipboard

Binding the button text

Open greengumby opened this issue 8 years ago • 0 comments

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...

greengumby avatar Aug 10 '16 03:08 greengumby