[Common UI] Specs for edit controllers
Add specs for controllers used to support Edit mode, one of the common UI elements being transitioned for WTD-574.
This commit is contained in:
@@ -20,6 +20,9 @@ define(
|
||||
|
||||
setNavigation(navigationService.getNavigation());
|
||||
navigationService.addListener(setNavigation);
|
||||
$scope.$on("$destroy", function () {
|
||||
navigationService.removeListener(setNavigation);
|
||||
});
|
||||
}
|
||||
|
||||
return EditController;
|
||||
|
||||
Reference in New Issue
Block a user