mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-17 13:31:47 -05:00
Added breadcrumbs to all the static routes. Dynamic breadcrumbs to come later.
This commit is contained in:
committed by
Jared Tabor
parent
e313a5179f
commit
7951d26025
@@ -7,7 +7,8 @@ export default function($stateProvider){
|
||||
url: state.route,
|
||||
controller: state.controller,
|
||||
templateUrl: state.templateUrl,
|
||||
resolve: state.resolve
|
||||
resolve: state.resolve,
|
||||
ncyBreadcrumb: state.ncyBreadcrumb
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user