Split index.html in many files smaller. New right column when the wallet is ready. Removed templates selector.

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-16 17:59:28 -03:00
commit 0a027360a8
28 changed files with 1394 additions and 1749 deletions

View file

@ -206,7 +206,7 @@ angular.module('copayApp.controllers').controller('SendController',
$scope.openAddressBookModal = function() {
var modalInstance = $modal.open({
templateUrl: 'addressBookModal.html',
templateUrl: 'views/modals/addressbook.html',
windowClass: 'tiny',
controller: function($scope, $modalInstance) {