Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
do not require pairing with the global dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Cichra committed Oct 14, 2015
1 parent 3bc6ac6 commit c2fbe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/controllers/root.coffee
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
angular.module('slug.root', ['ui.router', 'slug.setup'])
.config ($urlRouterProvider) ->
$urlRouterProvider.when('/', '/setup')
$urlRouterProvider.when('/', '/dashboard')

0 comments on commit c2fbe40

Please sign in to comment.