(js) Fix navController access from md dialogs

This commit is contained in:
Francis Lachapelle
2018-08-23 14:47:18 -04:00
parent db567d90cc
commit 326fa87176
4 changed files with 9 additions and 3 deletions
@@ -285,6 +285,8 @@
targetEvent: $event,
clickOutsideToClose: false,
escapeToClose: false,
scope: $scope,
preserveScope: true,
templateUrl: 'UIxMailEditor',
controller: 'MessageEditorController',
controllerAs: 'editor',