-
Notifications
You must be signed in to change notification settings - Fork 2k
Conversation
Ah, cool. I'm traveling so following mean partially only. I'd ditch the whole .min.js set from prod conf but that's another discussion. |
@simison Thank you. So using the |
For now it seems to be. There's some other bug disturbing profile editing now so I can't really test if the file upload itself works now with it — it throws some mongo error. |
Good point. We're working on getting the PR merged for the profile edit bug #713. I can test the actual file upload, because I have the proposed fixes in a local branch. EDIT: I believe I have verified the upload works. I was testing the edit profile fixes. But I'll verify that I was using |
LGTM. I've confirmed, the profile picture upload works with this fix. |
👍 |
BTW if you have working setup and time, I'd also look into updating ng-file-upload plugin a few versions up. Would be pretty straightforward to test. |
@trainerbill thought we should look into 1.2. I'll look into the more recent versions you mentioned. |
@simison I think you were getting the file upload plugins mixed up. We're using angular-file-upload https://github.com/nervgh/angular-file-upload/releases This fix is still accurate. |
Oh. Confusing. :-) Thanks. |
@mleanos @trainerbill is 1.2.0 also using the same structure? |
I'm not sure... I just thought since we had to look into it we may as well make it work with the most recent version... I'll let @mleanos decided whats best. |
@mleanos let me know if it makes sense to move to 1.2.0. |
@ilanbiala Actually, it doesn't. Instead of |
Changing Without really digging deep into why the 1.2 |
@ilanbiala I have confirmed that 1.2 does work when using the |
@mleanos Why don't we just wait till 1.2 is functioning properly and add=1.1.5 to bower.json and be done with this in 0.4.0? |
@trainerbill Fine by me. I don't see a problem with that. @ilanbiala @simison ? |
@trainerbill I actually just updated my app by setting my bower.json to use |
@mleanos I'd actually prefer to keep deps steady right now until we release, so can we just change this PR to change the bower.json to 1.1.5 static? |
@ilanbiala That sounds good to me. @simison mentioned he was traveling atm. Should I submit a new PR? |
Just added PR #729 to fix this. |
Did a fresh clone and tested 0.4.0 branch; found out there was an invalid path for ng-file-upload module.
It's actually very out-dated (1.1.5 and newest is 5.0.9) but I don't have time now to test if that would work.