mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
Updated state extender.
This commit is contained in:
@@ -14,7 +14,7 @@ export default function($stateProvider) {
|
|||||||
onEnter: state.onEnter,
|
onEnter: state.onEnter,
|
||||||
onExit: state.onExit,
|
onExit: state.onExit,
|
||||||
template: state.template,
|
template: state.template,
|
||||||
controllerAs: state.controllerAs
|
controllerAs: state.controllerAs,
|
||||||
views: state.views
|
views: state.views
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user