From 00d78bc9224958828d3960f593e99f7733be055f Mon Sep 17 00:00:00 2001 From: Chris Esplin Date: Wed, 11 Feb 2015 11:12:56 -0700 Subject: [PATCH 1/2] Including jquery-bridget dependency and updating packery. --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 7a84bd8..388a2a4 100644 --- a/bower.json +++ b/bower.json @@ -16,7 +16,8 @@ "package.json" ], "dependencies": { - "packery": "~1.2.4", + "jquery-bridget": "~1.1.0", + "packery": "~1.3.2", "angular": "~1.2.0", "jquery": "~2.1.0", "imagesloaded": "~3.1.0" From d0825f9e629b94721c4204a04ec4ac535a126e33 Mon Sep 17 00:00:00 2001 From: Chris Esplin Date: Wed, 11 Feb 2015 11:17:04 -0700 Subject: [PATCH 2/2] README cleanup. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d40c82f..d81bfaf 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,13 @@ An [AngularJS](http://angularjs.org/) directive to work with David Desandro's [P ## Usage -1. `bower install --save angular-packery` +1. `bower install --save git@github.com:htapal/angular-packery.git` 2. Add `wu.packery` to your application's module dependencies. 2. Include dependencies in your HTML. 3. Use the `packery` directive. ## Example -See the [homepage](http://passy.github.io/angular-packery) for a live example. - ```html