Updated state extender.

This commit is contained in:
Ken Hoes 2016-04-05 11:25:06 -04:00
parent b76b07955a
commit cef4a34679

View File

@ -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
});
}