[Groonga-commit] groonga/gcs [ember] Fix the state specification

Back to archive index

Yoji SHIDARA null+****@clear*****
Mon Oct 1 13:05:01 JST 2012


Yoji SHIDARA	2012-10-01 13:05:01 +0900 (Mon, 01 Oct 2012)

  New Revision: c35cf33d12e5d9ccd2c468c8ff1567661cff1e75
  https://github.com/groonga/gcs/commit/c35cf33d12e5d9ccd2c468c8ff1567661cff1e75

  Log:
    Fix the state specification

  Modified files:
    public/js/gcs.js

  Modified: public/js/gcs.js (+1 -1)
===================================================================
--- public/js/gcs.js    2012-10-01 13:03:10 +0900 (8f9eee1)
+++ public/js/gcs.js    2012-10-01 13:05:01 +0900 (9b38b9a)
@@ -253,7 +253,7 @@ App.Router = Ember.Router.extend({
   root: Ember.Route.extend({
     showIndex: Ember.State.transitionTo('root.index'),
     showSearch: function(router, event) {
-      router.transitionTo('search', event.context);
+      router.transitionTo('domains.search', event.context);
     },
     showDomain: function(router, event) {
       router.transitionTo('domains.show', event.context);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index