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:
Michael Abashian
2016-02-01 15:23:27 -05:00
parent 6efe8a9360
commit 41589ed558
15 changed files with 184 additions and 170 deletions

View File

@@ -9,6 +9,7 @@ export default function($stateProvider){
templateUrl: state.templateUrl,
resolve: state.resolve,
params: state.params,
data: state.data,
ncyBreadcrumb: state.ncyBreadcrumb
});
}