Tristan Guigue

Results 9 comments of Tristan Guigue

That's a large refactoring, glad to see the effort you put in this but it's difficult to see the differences with the existing codebase right now because the files have...

So it still hasn't been moved properly, see the [diff](https://github.com/tristanguigue/angular-dynamic-layout/pull/23/files) and two copies are now present in the folder: [here](https://github.com/cherrytech/angular-dynamic-layout/tree/refactor/js) and [there](https://github.com/cherrytech/angular-dynamic-layout/tree/refactor/src/js). Also since this is a purely JS library...

Rankers and filters let you manipulate `$scope` objects that are then picked up by the directive that updates the layout as in the [demo](https://github.com/tristanguigue/angular-dynamic-layout/blob/gh-pages/app/app.js#L49) Custom rankers and filters is a...

Thanks for the input but I'd like to keep the library as simple as possible. Also I'm not sure this is compatible with the current column system in place.

You should already be able to do that in the CSS by setting the width of the element to be the same of the container.

Hello, could you add a code snippet to show what you're trying to do?

Good question, I think the idea was not to account twice for the margin of two contiguous elements.

To achieve this, you should center the container itself as in http://tristanguigue.github.io/angular-dynamic-layout/