console.logs

This commit is contained in:
Jon Lambson 2017-11-13 12:11:24 -07:00
parent e703b8743c
commit 77a97ddcfc
1 changed files with 2 additions and 0 deletions

View File

@ -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 });