Adapt to new notification library version

the notification template is now in the html pages itself
This commit is contained in:
Johannes Zellner
2017-01-12 15:55:45 +01:00
parent 146f3ad00e
commit 1008981306
3 changed files with 11 additions and 8 deletions

View File

@@ -63,6 +63,16 @@
<body>
<script type="text/ng-template" id="notification.html">
<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>
</script>
<!-- Welcome logic -->
<div class="welcome ng-cloak" ng-show="tutorialSteps[tutorialStep]">
<div class="dialog" ng-show="tutorialSteps[tutorialStep].title === 'intro'">