Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 587 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 587 Bytes

ng-holder

An AngularJS directive for HolderJS.

Usage

Install with bower:

bower install holderjs angular-holderjs --save

Add as a dependency in your Angular app:

var app = angular.module('app', [
  'ngHolder',
]);

Use directive one of two ways:

<img holder="holder.js/200x200/text:?">
<img holder data-src="holder.js/200x200/text:?">

Change History

v1.0.1 - 2014/02/23

  • Remove dependency on holderjs and install it separately in application

v1.0.0 - 2014/02/23

  • Initial release