-
-
Notifications
You must be signed in to change notification settings - Fork 869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow events to be resized #9
Comments
Hi Guys thanks for creating this library. |
BREAKING CHANGE: A dependency on the `angular-resizable-element` library has now been added. System.js users will need to add this to their config ``` 'angular-resizable-element': 'npm:angular-resizable-element/dist/umd/angular-resizable-element.js', ``` Part of #9
BREAKING CHANGE: A dependency on the `angular-resizable-element` library has now been added. System.js users will need to add this to their config ``` 'angular-resizable-element': 'npm:angular-resizable-element/dist/umd/angular-resizable-element.js', ``` Part of #9
…g a new drag Closes mattlewis92#9
Hello and thanks for creating this library
I guess I need to implement resize feature my self but I don't know how |
Hello @lakfa, did you find how to resize when it is a custom template ? |
The text was updated successfully, but these errors were encountered: