Updated most dependencies.

Upgraded ng-file-upload to 2.0
This commit is contained in:
Gunther Brunner
2014-12-02 16:15:31 +09:00
parent ed106ab7c6
commit 50e4dfd47b
4 changed files with 20 additions and 18 deletions

View File

@@ -37,10 +37,10 @@
.as-row.fill-height
div(ng-controller='DeviceScreenCtrl', ng-if='device',
ng-file-drop='installFile($files)', ng-file-drag-over-class='dragover').fill-height
device-context-menu(device='device', control='control')
device-screen(device='device', control='control')
div(ng-controller='DeviceScreenCtrl', ng-if='device').fill-height
div(ng-file-drop='installFile($files)', ng-file-drag-over-class='dragover').fill-height
device-context-menu(device='device', control='control')
device-screen(device='device', control='control')
.stf-vnc-bottom.as-row(ng-hide='$root.standalone')
.controls