Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 521 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 521 Bytes

ui-resizable

AngularJS UI Resizable directive - A mini port of the JQueryUI Resizable plugin.

I implemented:

  • the e,s,se handles
  • the containment option
  • the max/min width/height options
  • some new options that are used to customize the CSS classes added by the directive

There is still room for new features so feel free to comment/suggest or even throw a PR!


Here is a plunker to see the plugin in action.