lundi 2 mars 2015

Uncaught Error: Assertion Failed: The route app/messages was not found

Hello I have a router with this:



goToMessagesView: function () {
this.transitionToRoute("app/messages");
}


Uncaught Error: Assertion Failed: The route app/messages was not found


my router:



this.route('app', function () {
this.resource('messages');




Aucun commentaire:

Enregistrer un commentaire