Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
add new when to bucket rules
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino committed Feb 24, 2014
1 parent dbe9766 commit a0765e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/scripts/app.js
Expand Up @@ -12,6 +12,10 @@ angular.module('riakDashboardApp', [
templateUrl: 'views/main.html',
controller: 'MainCtrl'
})
.when('/bucket', {
templateUrl: 'views/bucket.html',
controller: 'BucketCtrl'
})
.otherwise({
redirectTo: '/'
});
Expand Down

0 comments on commit a0765e0

Please sign in to comment.