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