Skip to content

Instantly share code, notes, and snippets.

@tobiaszwaszak
Created March 20, 2015 11:46
Show Gist options
  • Save tobiaszwaszak/fefbb72b10c20997eb03 to your computer and use it in GitHub Desktop.
Save tobiaszwaszak/fefbb72b10c20997eb03 to your computer and use it in GitHub Desktop.
app.run (Rails, $state) ->
$state.go(Rails.organization.home_page) if $state.current.name == 'info_center'
app.run (Rails, $state, $timeout) ->
$timeout (->
$state.go(Rails.organization.home_page) if $state.current.name == 'info_center'
), 2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment