Skip to content

Commit f9b4161

Browse files
committed
lower case everything
1 parent c0a28e3 commit f9b4161

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[fullPage.js](https://github.com/alvarotrigo/fullPage.js) Angular Directive
22
====
33

4-
[![Code Climate](https://codeclimate.com/github/hellsan631/angular-fullPage.js/badges/gpa.svg)](https://codeclimate.com/github/hellsan631/angular-fullPage.js)
4+
[![Code Climate](https://codeclimate.com/github/hellsan631/angular-fullpage.js/badges/gpa.svg)](https://codeclimate.com/github/hellsan631/angular-fullpage.js)
55

6-
A simple [fullPage.js](https://github.com/alvarotrigo/fullPage.js) directive that various aspects of the fullPage.js module within an angular app.
6+
A simple [fullPage.js](https://github.com/alvarotrigo/fullPage.js) directive that allows
7+
the use of fullPage.js within an angular app. There are several issues when using the the vanilla jquery
8+
version with an angular application that uses an internal router for displaying pages, and this repo
9+
aims to solve them.
710

8-
Example: http://hellsan631.github.io/angular-fullPage.js/
11+
[Example](http://hellsan631.github.io/angular-fullpage.js/)
912

1013
Most of this is a placeholder, with more to come.

bower.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "angular-fullPage.js",
3-
"version": "0.1.0",
4-
"homepage": "https://github.com/hellsan631/angular-fullPage.js",
2+
"name": "angular-fullpage.js",
3+
"version": "0.1.2",
4+
"homepage": "http://hellsan631.github.io/angular-fullpage.js/",
55
"authors": [
66
"Mathew Kleppin <[email protected]>"
77
],
8-
"description": "A simple angular directive for fullPage.js",
8+
"description": "A simple angular directive for fullpage.js",
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/hellsan631/angular-fullPage.js.git"
11+
"url": "git://github.com/hellsan631/angular-fullpage.js.git"
1212
},
1313
"main": [
14-
"angular-fullPage.js",
15-
"angular-fullPage.min.js"
14+
"angular-fullpage.js",
15+
"angular-fullpage.min.js"
1616
],
1717
"ignore": [
1818
".jshintrc",
@@ -28,7 +28,7 @@
2828
"fullpage.js": "~2.6.9"
2929
},
3030
"keywords": [
31-
"fullPage",
31+
"fullpage",
3232
"angular",
3333
"directive",
3434
"jquery",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "angular-fullpage.js",
33
"description": "A simple angular directive for fullPage.js",
4-
"version": "0.1.0",
5-
"main": "angular-fullPage.js",
4+
"version": "0.1.2",
5+
"main": "angular-fullpage.js",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/hellsan631/angular-fullPage.js.git"
8+
"url": "git://github.com/hellsan631/angular-fullpage.js.git"
99
},
1010
"keywords": [
11-
"fullPage",
11+
"fullpage",
1212
"angular",
1313
"directive",
1414
"jquery",
@@ -19,8 +19,8 @@
1919
],
2020
"files": [
2121
"sample",
22-
"angular-fullPage.js",
23-
"angular-fullPage.min.js",
22+
"angular-fullpage.js",
23+
"angular-fullpage.min.js",
2424
"package.json",
2525
"README.md"
2626
],
@@ -42,9 +42,9 @@
4242
"authors": [
4343
"Mathew Kleppin <[email protected]>"
4444
],
45-
"homepage": "https://github.com/hellsan631/angular-fullPage.js",
45+
"homepage": "http://hellsan631.github.io/angular-fullpage.js/",
4646
"bugs": {
47-
"url": "https://github.com/hellsan631/angular-fullPage.js/issues"
47+
"url": "https://github.com/hellsan631/angular-fullpage.js/issues"
4848
},
4949
"license": "MIT"
5050
}

0 commit comments

Comments
 (0)