Restore button for adding notifications

This commit is contained in:
beeankha
2019-04-09 15:04:58 -04:00
committed by mabashian
parent de34a64115
commit 14d4d624e4

View File

@@ -21,7 +21,7 @@
ng-disabled="{{options.ngDisabled}}"
ng-show="{{options.ngShow}}"
ng-click="$eval(options.ngClick)"
toolbar="true"
toolbar="true">
<span ng-bind-html="options.buttonContent" translate></span>
</button>
</span>
@@ -48,7 +48,7 @@
ng-disabled="{{options.ngDisabled}}"
ng-click="$eval(options.ngClick)"
ng-show="{{options.ngShow}}"
toolbar="true"
toolbar="true">
<span ng-if="options.buttonContent" ng-bind-html="options.buttonContent" translate></span>
</button>
</span>