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