Fix create robot and create team in the new layout "new" header button
This commit is contained in:
parent
b02b98def3
commit
4dff6557ae
3 changed files with 35 additions and 12 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue