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:
parent
3724153062
commit
92b8ca0a24
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -191,7 +191,7 @@ module.exports = function DeviceScreenDirective($document, ScalingService) {
|
|||
|
||||
scope.$watch('device.using', function(using) {
|
||||
if (using) {
|
||||
on()
|
||||
//on()
|
||||
}
|
||||
else {
|
||||
off()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue