Fix create robot and create team in the new layout "new" header button

This commit is contained in:
Joseph Schorr 2015-04-23 14:40:01 -04:00
parent b02b98def3
commit 4dff6557ae
3 changed files with 35 additions and 12 deletions

View file

@ -216,7 +216,7 @@ angular.module('quay').factory('UIService', ['$timeout', '$rootScope', '$locatio
var registerListeners = function(tabs) {
// Listen for scope destruction.
scope.$on('$destroy', function() {
dispoed = true;
disposed = true;
locationListener && locationListener();
});