change angular module namespace to copayApp
This commit is contained in:
parent
7432f216bb
commit
ac58d9744e
21 changed files with 92 additions and 89 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
//Setting up route
|
||||
angular
|
||||
.module('copay')
|
||||
.module('copayApp')
|
||||
.config(function($routeProvider) {
|
||||
|
||||
$routeProvider
|
||||
|
|
@ -56,7 +56,7 @@ angular
|
|||
|
||||
//Setting HTML5 Location Mode
|
||||
angular
|
||||
.module('copay')
|
||||
.module('copayApp')
|
||||
.config(function($locationProvider) {
|
||||
$locationProvider
|
||||
.html5Mode(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue