Andre Deutmeyer
Andre Deutmeyer
So I did some testing... in these first two tests I used `...` and I ran `console.log(element.masonry('getItemElements'));` right after initializing masonry in the masonry directive... **Test 1**: When I used...
@quanghoc I would definitely recommend just using ng-repeat if you can. The problem with the second solution is that it would require you to change the angular-masonry.js code. It would...
Checkout https://github.com/dremonkey/angular-masonry/tree/no-ng-repeat-demo and run `grunt` The only difference is in the index.html file where I added what I suggested before.
hmm... that's odd. It does work for me locally... let me see if I can set up a plunkr or something for you to look at instead
Here is a plunkr demo: http://embed.plnkr.co/jvg8AZ/preview Hope that helps
Not that I am aware of
@geosigno move to https://github.com/Urigo/graphql-scalars. This project is discontinued according to the readme.
Why hasn't this been merged yet?
@cdhowie @simlu Thanks for the updates. Good to know. @simlu Be interested in seeing what you come up with. When's that coming out?
Just started using frintjs in an application I am building and while I like this proposal on the surface, how would the following translate to this new approach? Basic idea...