Adapt to new notification library version
the notification template is now in the html pages itself
This commit is contained in:
@@ -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'">
|
||||
|
||||
Reference in New Issue
Block a user