Skip to content

Commit

Permalink
Update ctrlpanel.directive.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jshin91 committed Apr 7, 2016
1 parent cd063d7 commit a1b4f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser/js/game/ctrlpanel/ctrlpanel.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ app.directive('ctrlpanel', function (PlayerFactory) {

return {
restrict: 'E',
templateUrl: '/js/game/ctrlPanel/ctrlpanel.html',
templateUrl: '/js/game/ctrlpanel/ctrlpanel.html',
scope: {
game: '=',
player: '='
Expand Down Expand Up @@ -76,4 +76,4 @@ app.directive('droppable', function(){
}, false);
}
}
})
})

0 comments on commit a1b4f57

Please sign in to comment.