Skip to content

Commit

Permalink
fixed missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo12 committed Mar 28, 2016
1 parent 3f955f4 commit 3d9efa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/display/display.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ angular.module("myApp.display", ["ngRoute", "LocalStorageModule", "myApp.display
imageThumb.src = "data:image/png;base64," + thumb;
$scope.groupPictures.push({thumb: image.src, img: image.src, description: result.data.rows[index][3]})
}
// };
};
});

});

0 comments on commit 3d9efa3

Please sign in to comment.