angular-deckgrid icon indicating copy to clipboard operation
angular-deckgrid copied to clipboard

A lightweight masonry-like grid for AngularJS.

Results 57 angular-deckgrid issues
Sort by recently updated
recently updated
newest added

add index when click card and remove index click double

I proposed a patch adding filtering capabilities to your great directive. I hope it works fine for you. As i wrote in a previous message on issue https://github.com/akoenig/angular-deckgrid/issues/39 Basically I...

`Array.prototype.join()`'s default behavior is to join with `","`, rather than an empty string. By explicitly specifying an empty string, this should fix commas being inserted into deckgrid templates with multiple...

If you provide the template via the inner HTML option, a `,` element is added between all direct child elements of the .deckgrid div. So if you define a template...

- Add Filtering. [#88](https://github.com/akoenig/angular-deckgrid/pull/88) - Add Order By. [#91](https://github.com/akoenig/angular-deckgrid/issues/91) - Add Template Null check. [#94](https://github.com/akoenig/angular-deckgrid/pull/94) - Fix destroy of appropriate deckgrid. [#108](https://github.com/akoenig/angular-deckgrid/pull/108)

I've seen the other issues about this, but I'm still having the error: angular-deckgrid: No CSS configuration found Chrome version: 33.0.1750.117 My css configuration: .deckgrid[deckgrid]::before { /\* Specifies that the...

I checked out: https://github.com/akoenig/angular-deckgrid/issues/27 where I found .deckgrid[deckgrid]::before { content: '5 .column.size-1-5'; visibility: hidden; font-size: 0; } and firebean3's comment: I added an element before the deckgrid inside the tab...

Allow for alphanumeric characters in selector match between [deckgrid] and ::before When getting the selector in MS Edge, it arranges it as [deckgrid].deckgrid::before instead of (as you would expect) .deckgrid[deckgrid]::before...

Thanks for deckgrid. I use it in two scenarios. The first is inside a ui-router view. This works fine in Safari. The second is inside a modal view spawned by...