mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-30 03:41:50 -05:00
Added basic activity stream functionality by leveraging the data attribute of the state provider. The breadcrumb directive pulls this information from the state provider and uses it to hide/show the activity stream button and pass the stream the correct data.
This commit is contained in:
@@ -9,6 +9,7 @@ export default function($stateProvider){
|
||||
templateUrl: state.templateUrl,
|
||||
resolve: state.resolve,
|
||||
params: state.params,
|
||||
data: state.data,
|
||||
ncyBreadcrumb: state.ncyBreadcrumb
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user