diff --git a/js/app.js b/js/app.js index 666dc8e..013733a 100644 --- a/js/app.js +++ b/js/app.js @@ -167,7 +167,9 @@ app.run(['$rootScope', '$state', 'Auth', '$location', function($rootScope, $stat toPath: toState.url, fromPath: fromState.url }; + console.log('crmb obj ->', Crumbs); $rootScope.urlCrumbs.push(Crumbs); + console.log('CRUMBS ->', $rootScope.urlCrumbs); if (requiresLogin && !Auth.isLoggedIn()) { event.preventDefault(); $state.go('splash-page', { 'toState': toState.name });