Need AngularJS grid resizing directive to resize "thumbnail" that contains no image
- by thebravedave
UPDATE Plunker to project: http://plnkr.co/edit/oKB96szQhqwpKQbOGUDw?p=preview
I have an AngularJS project that uses AngularJS Bootstrap grids.
I need all of the grid elements to have the same size so they stack properly.
I created an angularJs directive that auto resizes the grid element when placed in said grid element.
I have 2 directives that…