Add custom notification template to make actionable

This commit is contained in:
Johannes Zellner
2016-01-14 15:53:16 +01:00
parent 4a3319406c
commit 6cf78f19bb

View File

@@ -0,0 +1,7 @@
<div class="ui-notification">
<h3 ng-show="title" ng-bind-html="title"></h3>
<div class="message">
<a href="{{action}}" ng-show="action" ng-bind-html="message"></a>
<span ng-hide="action" ng-bind-html="message"></span>
</div>
</div>