Created
March 20, 2015 11:46
-
-
Save tobiaszwaszak/fefbb72b10c20997eb03 to your computer and use it in GitHub Desktop.
Revisions
-
tobiaszwaszak created this gist
Mar 20, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ app.run (Rails, $state) -> $state.go(Rails.organization.home_page) if $state.current.name == 'info_center' This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ app.run (Rails, $state, $timeout) -> $timeout (-> $state.go(Rails.organization.home_page) if $state.current.name == 'info_center' ), 2000