ionicBar directive cleanup

This commit is contained in:
Ulrich Sossou
2013-11-23 10:48:22 +01:00
parent 223ba810c8
commit 3f548db3f4
2 changed files with 0 additions and 8 deletions

View File

@@ -24477,10 +24477,6 @@ angular.module('ionic.ui.header', ['ngAnimate'])
console.log('Title changed');
hb.align();
});
$scope.$on('$destroy', function() {
//
});
}
};
})

View File

@@ -54,10 +54,6 @@ angular.module('ionic.ui.header', ['ngAnimate'])
console.log('Title changed');
hb.align();
});
$scope.$on('$destroy', function() {
//
});
}
};
})