#171 Show notification bar

This commit is contained in:
mauriziovitale84
2016-06-09 11:59:00 +01:00
parent 9967fa44fa
commit 66d45f5461
2 changed files with 110 additions and 3 deletions

View File

@@ -4,4 +4,11 @@
(onFolderEntityDropped)="onFolderEntityDropped($event)"
dropzone="" webkitdropzone="*" #droparea>
<ng-content></ng-content>
</div>
<!--Notification bar-->
<div id="undo-notification-bar" class="mdl-js-snackbar mdl-snackbar"
#undoNotificationBar>
<div class="mdl-snackbar__text"></div>
<button data-automation-id="undo_upload_button" class="mdl-snackbar__action" type="button">{{'FILE_UPLOAD.ACTION.UNDO' | translate}}</button>
</div>