recherche

Maison  >  Questions et réponses  >  le corps du texte

angular.js - sockjs Angularjs Error: INVALID_STATE_ERR

Error: INVALID_STATE_ERR

at y.send (http://localhost:8080/earth/resources/scripts/lib/sockjs-0.3.4.min.js:27:16558)
at r._transmit (http://localhost:8080/earth/resources/scripts/lib/stomp.min.js:8:2199)
at r.send (http://localhost:8080/earth/resources/scripts/lib/stomp.min.js:8:6053)
at chatCore.Send (http://localhost:8080/earth/resources/scripts/chat.js:34:19)
at new <anonymous> (http://localhost:8080/earth/resources/scripts/app/controllers/HallController.js:16:7)
at e (http://localhost:8080/earth/resources/scripts/lib/angular.min.js:37:96)
at Object.instantiate (http://localhost:8080/earth/resources/scripts/lib/angular.min.js:37:213)
at $get (http://localhost:8080/earth/resources/scripts/lib/angular.min.js:76:318)
at compile (http://localhost:8080/earth/resources/scripts/lib/angular-ui-router.min.js:7:21956)
at $ (http://localhost:8080/earth/resources/scripts/lib/angular.min.js:70:488) <body ui-view="" class="ng-scope">
过去多啦不再A梦过去多啦不再A梦2744 Il y a quelques jours709

répondre à tous(1)je répondrai

  • PHPz

    PHPz2017-05-15 16:59:07

    at new <anonymous> (http://localhost:8080/earth/resources/scripts/app/controllers/HallController.js:16:7)
    Cette phrase ne signale-t-elle pas la ligne spécifique où l'erreur se produit ? Allez sur cette ligne et jetez un œil. Je pense que c'est votre $state.go(stateName) Il y a un problème avec le stateName ici. à votre table de routage ( app_states.js (le nom du fichier peut être différent) et voyez s'il existe ce stateName

    répondre
    0
  • Annulerrépondre