Merge pull request #6540 from bevacqua/feature/less-toast-info

Added a "Less Info" button to toast messages
This commit is contained in:
Rashid Khan 2016-03-15 15:55:30 -07:00
commit f5b2a9cc1f

View file

@ -16,6 +16,13 @@
ng-class="'btn-' + notif.type"
ng-click="notif.showStack = true"
>More Info</button>
<button
type="button"
ng-if="notif.stack && notif.showStack"
class="btn"
ng-class="'btn-' + notif.type"
ng-click="notif.showStack = false"
>Less Info</button>
<button
type="button"
ng-if="notif.accept"