angular-dynamic-layout icon indicating copy to clipboard operation
angular-dynamic-layout copied to clipboard

A lightweight AngularJS dynamic grid layout

Results 22 angular-dynamic-layout issues
Sort by recently updated
recently updated
newest added

How can I set the margin in the layout?

I'm using the plugin, but the div "dynamic-layout" overlaps over other divs. Example: ` ` ![footer](https://cloud.githubusercontent.com/assets/11395263/15404818/ae55380c-1dd5-11e6-8f35-3d8a5f320d7f.png) How can i fix it?

items[i].width isn't absolutely safe, the return value has sometimes multiple decimal places, which leads to a wrong calculation of the actual columnSpan because Math.ceil will always return the smallest integer...

Hello! Thank you for continuing to develop and support your grid module! I wonder if there's any way to center the grid on the screen? I want my grid to...

hi, good job you can update to version 1.5.0 of the angular,because version 1.3.5 is very old. thanks.

Fixes the issue that no height is set of the dynamic layout container | fixes #24 Get the columns and get the lowest items with there heights. Then get biggest...

Was just noticing even the latest IEs have some strange values calculated for `var rect = elements[i].children[0].getBoundingClientRect();` ([L51](https://github.com/tristanguigue/angular-dynamic-layout/blob/master/src/position.service.js#L51)) Basically with all equal-percentage-width items, I was getting a range of 346.6299743652344...

Great directive, but I can't seem to get the height of the container, 'dynamic-layout' which contains all of the cards. I see on your example, there is the same issue....

1. Is it possible to use flex to size the width of my cards or must call cards be given a fixed width? 2. If I would like to use...