change angular module namespace to copayApp

This commit is contained in:
Matias Alejo Garcia 2014-06-03 16:39:06 -03:00
commit ac58d9744e
21 changed files with 92 additions and 89 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copay.settings').controller('SettingsController',
angular.module('copayApp.settings').controller('SettingsController',
function($scope, $rootScope, $window, $location) {
$scope.title = 'Settings';