Skip to content

Commit

Permalink
Moved contract for panel into subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed May 23, 2016
1 parent dbe3b6e commit d8fd680
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ angular
controller: 'PanelCtrl'
})
.when('/panel/contract', {
templateUrl: 'views/contract.html',
templateUrl: 'views/panel/contract.html',
controller: 'ContractCtrl'
})
.when('/about/:developer', {
Expand Down
File renamed without changes.

0 comments on commit d8fd680

Please sign in to comment.