Angular module to place a placeholder gif or class for images
- npm install
- grunt compile (generates distribution and demo files)
- get distribution library file in dist folder (dist/ImagePlaceholder.js) for your app
The module can be initialized on 2 ways:
- By constant ImgPlhdrCst :
low priority - Directly as a directive parameter :
high priority
For examples please see the demo folder.