feat(profile): Profile picture cropping, mobile uploading and progress bar (#1443)

* Add ng-file-upload and picture cropping

* Update bower.json

Remove bower dependency for angular-file-upload
This commit is contained in:
hyperreality
2016-08-26 07:56:56 +01:00
committed by Liran Tal
parent 25bd40c3f7
commit 246c5d953c
6 changed files with 54 additions and 67 deletions

View File

@@ -34,3 +34,8 @@
min-height: 150px;
max-height: 150px;
}
.cropArea {
background: #E4E4E4;
width: 300px;
height: 300px;
}