Skip to content

Commit

Permalink
correcting url: collection -> collections
Browse files Browse the repository at this point in the history
  • Loading branch information
hplahar committed Apr 7, 2015
1 parent 0021363 commit 76ba793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/scripts/ice.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ iceApp.config(function ($locationProvider, $stateProvider, $urlRouterProvider) {
templateUrl:'/scripts/entry/fullscreen-flash.html'
})
.state('redirect', {
url: '/page=collection;id=:id',
url: '/page=collections;id=:id',
controller: function ($stateParams, $location) {
$location.path("/folders/" + $stateParams.id);
}
Expand Down

0 comments on commit 76ba793

Please sign in to comment.