fixing build.js one error at a time 4
This commit is contained in:
parent
c56bfc6263
commit
a731ebd013
2 changed files with 6 additions and 10 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue