Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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