akoenig / angular-deckgrid

A lightweight masonry-like grid for AngularJS.
http://akoenig.github.io/angular-deckgrid
MIT License
1.09k stars 191 forks source link

shortcut mother.* doesn't work #118

Open aberikashvili opened 7 years ago

aberikashvili commented 7 years ago

I followed instructions how to use shortcut mother.*, wrote: <a href="" data-ng-click="mother.doSomething()"> - nothing happens in controller then I tried <a href="" data-ng-click="mother.sample.doSomething()"> - nothing happened again