Skip to content

Commit

Permalink
Merge pull request #5 from zumba/use-jquery
Browse files Browse the repository at this point in the history
Removed lodash as a dependency
  • Loading branch information
young-steveo committed Oct 13, 2014
2 parents 9984035 + 8fe03f7 commit cff024c
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 6,928 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
## Dependencies
* [AngularJS](https://angularjs.org/)
* [jQuery](http://jquery.com/) & [jQuery Waypoints](http://imakewebthings.com/jquery-waypoints/)
* [lodash](http://lodash.com/)

## Non-Angular Waypoints Example

Expand Down Expand Up @@ -50,7 +49,7 @@ Angular Waypoints comes with several packaged versions:

* `dist/angular-waypoints.js` **Development** — AMD compatable, commented.
* `dist/angular-waypoints.min.js` **Production** — Minified, stripped of comments.
* `dist/angular-waypoints.all.js` **Standalone** — Same as the Development version, but includes unminified versions of lodash and jQuery Waypoints.
* `dist/angular-waypoints.all.js` **Standalone** — Same as the Development version, but includes unminified version of jQuery Waypoints.
* `dist/angular-waypoints.all.min.js` **Standalone Compressed** — Same as the Standalone version, but minified.
* `dist/angular-waypoints.raw.js` **Raw** — This is a simple version that isn't very useful by itsself. There is no `zumba.angular-waypoints` module. The directive, controller, and service functions are all exposed to the global scope. Use this if you want to package our code into another library, register individual components yourself, or do something custom.

Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-waypoints",
"version": "1.0.0",
"version": "1.0.1",
"description": "An AngularJS module for working with jQuery Waypoints",
"main": "dist/angular-waypoints.js",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,6 @@
],
"private": false,
"dependencies": {
"lodash": "~2.4.1",
"jquery-waypoints": "~2.0.5",
"angular": "~1.2.22",
"jquery": "~2.1.1"
Expand Down
Loading

0 comments on commit cff024c

Please sign in to comment.