Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
feat(app): show controls
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Aug 31, 2017
1 parent e095f1f commit 3ba59f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/app/app.js
Expand Up @@ -14,7 +14,7 @@ angular

// Some cropper options.
vm.imageUrl = 'assets/images/unsplash_' + getRandomInt(1, 1) + '.jpg';
vm.showControls = false;
vm.showControls = true;
vm.fit = false;

vm.myButtonLabels = {
Expand Down

0 comments on commit 3ba59f5

Please sign in to comment.