Reklino / angular-resizable

A lightweight directive for creating resizable containers.
http://codepen.io/Reklino/pen/raRaXq/
MIT License
316 stars 115 forks source link

Is it compatible with Angular 1.6.4 #76

Open remytesta opened 7 years ago

remytesta commented 7 years ago

I just asking because Bower tell me to install Angular 1.3.20 after bower install angular-resizable

rojasjandro89 commented 7 years ago

I don't think it does. I'm using 1.6.1 and it gives me the following error: Error: $compile:multidir Multiple Directive Resource Contention

stanleyxu2005 commented 6 years ago

Please post your code and let's figure out the reason. FYI, I have successfully created a new example with angular 1.6.6

awkale commented 6 years ago

@stanleyxu2005 Do you have an example of your working version that works with angular 1.6?

stanleyxu2005 commented 6 years ago

@awkale Here is a live example with the latest angular 1.6.9 https://codepen.io/stanleyxu2005/pen/dmoywj

karolpyrek commented 5 months ago

@remytesta @rojasjandro89

Yes, it's working even with angularJS 1.8.2 The issue which you're getting is because of not merged this pr: https://github.com/Reklino/angular-resizable/pull/65

Not sure if @Reklino is still interested in this repository unfortunately so you need to modify it manually