remove PortalJobs widget and replace with a view/controller pattern resolves #939 & #940

This commit is contained in:
Leigh Johnson
2016-03-31 18:11:07 -04:00
parent 7ed44ec167
commit 235cc6bbd5
19 changed files with 163 additions and 435 deletions

View File

@@ -13,7 +13,8 @@ export default function($stateProvider){
data: state.data,
ncyBreadcrumb: state.ncyBreadcrumb,
onEnter: state.onEnter,
onExit: state.onExit
onExit: state.onExit,
views: state.views
});
}
};