Skip to content

Commit

Permalink
Fixes #13 hopefullly
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 9, 2015
1 parent 757c587 commit 3ee5213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ angular.module('jboss-forge', ['ui.router','routeStyles'])
.state('addons', {
url: '/addons',
templateUrl: 'views/addons.html',
css: ['css/forge_addons.css', 'css/parallax-styles.css'],
css: ['css/forge_addons.css'],
controller: 'addonCtrl',
title: 'Addons'
})
.state('addons_detail', {
url: '/addon/{addonId}',
templateUrl: 'views/addons.html',
css: ['css/forge_addons.css', 'css/parallax-styles.css'],
css: ['css/forge_addons.css'],
controller: 'addonCtrl',
title: 'Addons'
})
Expand Down

0 comments on commit 3ee5213

Please sign in to comment.