angular-bricklayer
angular-bricklayer copied to clipboard
AngularJS module for ademilter's bricklayer, a lightweight & independent cascading grid layout library
HI, I am having bricklayer grid in tab. In my case I am able see the images but only one column and 100% width when I resize the browser I...
When using bricklayer-append on ng-repeat's result, how to clear the array on click? When trying to empty the array on click, this directive keeps adding the new result to the...
Here's an example of what I'm trying to do: ``` ``` ```` vm.images = [ { filename: "1.jpg", tags: "nature" }, { filename: "2.jpg", tags: "ball" }, { filename: "3.jpg",...
I was working in this issue on my "own" version of this plugin (Just rewrote in my application style), and with this slight changes you can: - Have multiple bricklayer...