use logging system

This commit is contained in:
Matias Alejo Garcia 2014-09-20 07:36:05 -03:00
commit 6a4409ad85
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ angular.module('copayApp.services').factory('pluginManager', function(angularLoa
for(var ii in scripts){
var src = scripts[ii].src;
console.log('\tLoading ',src); //TODO
log.info('\tLoading ',src); //TODO
angularLoad.loadScript(src)
.then(scripts[ii].then || null)
.catch(function() {