Fix title bar when changing tabs

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-26 14:31:36 -03:00
commit ac3dc80bd0
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 7 additions and 160 deletions

View file

@ -1,7 +1,7 @@
'use strict';
angular.module('copayApp.controllers').controller('copayersController',
function($scope, $log, $ionicNavBarDelegate, $timeout, $stateParams, $state, $rootScope, $ionicHistory, lodash, profileService, walletService, popupService, platformInfo, gettextCatalog, ongoingProcess) {
function($scope, $log, $timeout, $stateParams, $state, $rootScope, $ionicHistory, lodash, profileService, walletService, popupService, platformInfo, gettextCatalog, ongoingProcess) {
$scope.$on("$ionicView.beforeEnter", function(event, data) {
init();