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

This may or may not be your issue since I am using your wonderful control in the pageslide (https://github.com/dpiccone/ng-pageslide) control but when I add items to the array and then...

Work in Progress (I'd just like comments/thoughts on the implementation) I've started a refactor of the angular-dynamic-layout to use more of angular. I've removed the filters/rankers and template functionality. You...

I'm working on a project where this need is being presenting. I look at the code and a way to do it could be: - to have an attribute, 'centerH-parent'...

In position.service in getItemsDimensionFromDOM function, to calculate the width in this [line](https://github.com/tristanguigue/angular-dynamic-layout/blob/d162d32be51435e3d129920cc59befe1c3e3a523/src/position.service.js#L66), the marginRight is not being taken in account. Is this a bug? there any reason for this? I...

As in #27 ... An attribute named 'dynamic-layout-fullWidth' in the first child of each item/card to indicate that the item should have its width equal to container width.

When throwing errors I think the Error object should be used instead of just throwing a message string: Instead of this: [position.service.js](https://github.com/tristanguigue/angular-dynamic-layout/blob/d162d32be51435e3d129920cc59befe1c3e3a523/src/position.service.js#L223) .... if (item.columnSpan > colHeights.length) { throw 'Item...

New features: - allow an item to be center horizontaly #27 by include a new attribute in the item's first child named 'dynamic-layout-centerH' - allow an item to be full...

Hi there, If I use a directive as my card, why do I need to specify a template? The template is already decided upon on the directive itself. Thanks

Just trying to understand some of the code to fix a few of the issues and have figured I don't think this project should cover custom filters and rankers. When...

Right now it happens on the load event, however the height of the image is available before that. One solution is presented here: http://stackoverflow.com/questions/6575159/get-image-dimensions-with-javascript-before-image-has-fully-loaded

enhancement