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

This directive allows you to split !

Results 81 ui-layout issues
Sort by recently updated
recently updated
newest added

Collapsed doesn't work without ui-layout-loaded attribute. Also updated bower install instructions based on https://github.com/angular-ui/ui-layout/issues/183

Let us say I create the following container layout ``` ``` which is a vertically separated layout with one slidebar and the first left item is 30% of the container....

This PR simplifies the toggle implementation by refactoring the toggle code into a separate function which can be called programmatically as well as from a click event. As far as...

I fixed a memory leak in Layout service addLayout method by removing the controller from the layouts array when the directive ui-layout is destroyed. I also changed the layout id...

When a panel is hidden, the other panels must expand and the splitbar before the hidden panel must be hidden too.

needs-repro

Hello, I added an ui-layout near a collapsable side menu and it is not resized until I click on. Is there a way to force ui-layout having the size of...

calculate issue when after button click. the root cause due to do not update the uncollapsedSize of prevContainer when toggleAfter.

Hi there, Its very nice control for Angular 1.x. What i want is the same control for angular 2. Is there any change that it will be ported to angular...

Here is my HTML: ``` ``` ![giphy](https://cloud.githubusercontent.com/assets/1468463/15094756/b1528fbc-1463-11e6-9be6-53e370e6cd46.gif) Surprisingly it does work for the right panel! You can try it live at http://editor.swagger.io. You'll need to move the splitter a little...

The disableToggle has cascading effect. When "disableToggle: true" is set on the top level ui-layout, it is also disabled for all ui-layout below it even when "disableToggle:false" are set on...