We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a3b80c + 0da7f44 commit 1c50aceCopy full SHA for 1c50ace
src/directives/decorators/bootstrap/actions.html
@@ -9,5 +9,5 @@
9
type="button"
10
ng-disabled="form.readonly"
11
ng-if="item.type !== 'submit'"
12
- ng-click="buttonClick($event,item)">{{item.title}}</button>
+ ng-click="buttonClick($event,item)"><span ng-if="item.icon" class="{{item.icon}}"></span>{{item.title}}</button>
13
</div>
0 commit comments