$rootScope.$on('$stateChangeStart', function (event, toState, toParams, fromState, fromParams) {
      /*jshint -W075 */
      console.group();
      console.table({ event: event });
      console.table({ fromState: fromState, toState: toState });