Skip to content

Commit

Permalink
Merge pull request #19 from nss-evening-cohort-04/boardview
Browse files Browse the repository at this point in the history
fixed grunt error
  • Loading branch information
jduttondesign authored Dec 3, 2016
2 parents 2895192 + 793ef68 commit 0ac6200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/controllers/BoardViewCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
app.controller("BoardViewCtrl", function($scope, $routeParams, BoardFactory){
$scope.selectedBoard = {};
let boardId = $routeParams.id;
console.log("$routeParams", BoardId);
//console.log("$routeParams", BoardId);

BoardFactory.getSingleBoard(boardId).then(function(oneBoard){
oneBoard.id=boardId;
Expand Down

0 comments on commit 0ac6200

Please sign in to comment.