1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Lock ng-file-upload to 1.2.9 due to issue angular-file-upload/171.

This commit is contained in:
Simo Kinnunen 2014-03-26 17:20:54 +09:00
parent 3724153062
commit 92b8ca0a24
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
"stf-graphics": "git@ghe.amb.ca.local:stf/stf-graphics.git",
"angular-bootstrap": "~0.10.0",
"angular-dialog-service": "~3.1.0",
"ng-file-upload": "~1.2.10",
"ng-file-upload": "1.2.9",
"angular-growl-v2": "JanStevens/angular-growl-2#~0.5.3",
"bluebird": "~1.1.1"
},

View file

@ -191,7 +191,7 @@ module.exports = function DeviceScreenDirective($document, ScalingService) {
scope.$watch('device.using', function(using) {
if (using) {
on()
//on()
}
else {
off()