diff --git a/app/controllers/repos.js b/app/controllers/repos.js index 2af67045..71b64b70 100644 --- a/app/controllers/repos.js +++ b/app/controllers/repos.js @@ -201,7 +201,7 @@ var Controller = Ember.Controller.extend({ Ember.run.cancel(this.searchLater); } this.searchLater = Ember.run.later(this, (function() { - this.transitionTo('main.search', phrase.replace(/\//g, '%2F')); + this.transitionToRoute('main.search', phrase.replace(/\//g, '%2F')); }), 500); },