Gabor Pankotay

Results 12 comments of Gabor Pankotay

Hi iceNuts, You can workaround the problem, if you change `element.cropper(options)` to `$(element).cropper(options)` in the source. I actually had this issue and this fixed.

Hi, any update about this PR? I really need this feature.

It looks completely dead. @MTschannett Can you promote someone of us to reviewer? Just for this PR only. I think we really need this feature.

I'm still waiting for your response :)

@branimir93 I don't know. I have still not been appointed for review :(

Hi Marc, I also ran into this problem today! I used (onChange) to update my model with this function: ``` onFormChange(e) { this.result = e.value; } ``` This method won't...

Hi Marc, this is a custom method on my component. You should check your object when it's dirty. For example, I save my original model (deep clone) and I edit...

Yes, two-way binding [(model]] would be much better.