angular-fullpage.js
Advanced tools
Comparing version 0.1.0 to 0.1.2
{ | ||
"name": "angular-fullpage.js", | ||
"description": "A simple angular directive for fullPage.js", | ||
"version": "0.1.0", | ||
"main": "angular-fullPage.js", | ||
"version": "0.1.2", | ||
"main": "angular-fullpage.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/hellsan631/angular-fullPage.js.git" | ||
"url": "git://github.com/hellsan631/angular-fullpage.js.git" | ||
}, | ||
"keywords": [ | ||
"fullPage", | ||
"fullpage", | ||
"angular", | ||
@@ -22,4 +22,4 @@ "directive", | ||
"sample", | ||
"angular-fullPage.js", | ||
"angular-fullPage.min.js", | ||
"angular-fullpage.js", | ||
"angular-fullpage.min.js", | ||
"package.json", | ||
@@ -46,7 +46,7 @@ "README.md" | ||
], | ||
"homepage": "https://github.com/hellsan631/angular-fullPage.js", | ||
"homepage": "http://hellsan631.github.io/angular-fullpage.js/", | ||
"bugs": { | ||
"url": "https://github.com/hellsan631/angular-fullPage.js/issues" | ||
"url": "https://github.com/hellsan631/angular-fullpage.js/issues" | ||
}, | ||
"license": "MIT" | ||
} |
[fullPage.js](https://github.com/alvarotrigo/fullPage.js) Angular Directive | ||
==== | ||
[![Code Climate](https://codeclimate.com/github/hellsan631/angular-fullPage.js/badges/gpa.svg)](https://codeclimate.com/github/hellsan631/angular-fullPage.js) | ||
[![Code Climate](https://codeclimate.com/github/hellsan631/angular-fullpage.js/badges/gpa.svg)](https://codeclimate.com/github/hellsan631/angular-fullpage.js) | ||
A simple [fullPage.js](https://github.com/alvarotrigo/fullPage.js) directive that various aspects of the fullPage.js module within an angular app. | ||
A simple [fullPage.js](https://github.com/alvarotrigo/fullPage.js) directive that allows | ||
the use of fullPage.js within an angular app. There are several issues when using the the vanilla jquery | ||
version with an angular application that uses an internal router for displaying pages, and this repo | ||
aims to solve them. | ||
Example: http://hellsan631.github.io/angular-fullPage.js/ | ||
[Example](http://hellsan631.github.io/angular-fullpage.js/) | ||
Most of this is a placeholder, with more to come. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8343931
14