From 0da7f44e52c4e0803438ccd44c81f19ca4db7fe9 Mon Sep 17 00:00:00 2001 From: Mathias Geat Date: Thu, 19 Mar 2015 08:58:04 +0100 Subject: [PATCH] add optional icon to action buttons --- src/directives/decorators/bootstrap/actions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/directives/decorators/bootstrap/actions.html b/src/directives/decorators/bootstrap/actions.html index 31c4df472..ddf0789e1 100644 --- a/src/directives/decorators/bootstrap/actions.html +++ b/src/directives/decorators/bootstrap/actions.html @@ -9,5 +9,5 @@ type="button" ng-disabled="form.readonly" ng-if="item.type !== 'submit'" - ng-click="buttonClick($event,item)">{{item.title}} + ng-click="buttonClick($event,item)">{{item.title}}