ui-layout
ui-layout copied to clipboard
Interpolated size, minSize, maxSize
Add support for dynamically changing size, minSize and maxSize expressions. It should be possible to use interpolation expressions for these attributes. For example:
<ui-layout-container size="{{myValue}}px">
For an example see this plunker. Clicking on the limit button will make the left container fixed width.