fixing build.js one error at a time 3

This commit is contained in:
Manuel Araoz 2014-08-14 11:00:20 -04:00
commit c56bfc6263
2 changed files with 8 additions and 1 deletions

View file

@ -20,7 +20,7 @@ var log = function() {
}
// From the bundle
var copay = require('copay');
var copay = require('../copay');
var copayApp = window.copayApp = angular.module('copayApp', [
'ngRoute',