1.0.3 • Published 8 years ago

angular-bricks.js v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

AngularJS directive for Bricks.js

Install

Install with bower

bower install angular-bricks.js

or Install with NPM

npm install angular-bricks.js

Mark this module as a dependency in your angular app

angular.module('myApp', ['angular-bricksjs']);

Usage

<div imago-bricksjs source="items" sizes="sizes" packed="packed">
	<div ng-repeat="item in items"></div>
</>

More information in Bricks.js