s-yadav / angulargrid

Pinterest like responsive masonry grid system for angular
MIT License
277 stars 105 forks source link

Fixed potential access to undefined #128

Closed ssijak closed 1 year ago

ssijak commented 7 years ago

If you read data passed to the angularGrid through the network, model could be undefined and throw an error when accessing length. I have added additional check that scope.model is defined.