fix(operation) load image do not hide when operation done loading

This commit is contained in:
coderaiser 2015-06-02 05:10:50 -04:00
parent bd7259cfe4
commit 8ac7231e74

View file

@ -40,6 +40,7 @@
},
function() {
Loaded = true;
Images.hide();
Operation.show(operation, data);
}
]);