From 77a97ddcfc188a8e27051109a8d49f29004c1629 Mon Sep 17 00:00:00 2001 From: Jon Lambson Date: Mon, 13 Nov 2017 12:11:24 -0700 Subject: [PATCH] console.logs --- js/app.js | 2 ++ 1 file changed, 2 insertions(+) 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 });