ui-layout icon indicating copy to clipboard operation
ui-layout copied to clipboard

Interpolated size, minSize, maxSize

Open widmoser opened this issue 9 years ago • 0 comments

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.

widmoser avatar Apr 07 '16 14:04 widmoser