File tree 2 files changed +7
-15
lines changed
2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Install
12
12
13
13
Dependencies
14
14
------------
15
- [ AngularJS] ( https://github.com/angular/angular.js ) and [ angular-scroll] ( https://github.com/durated /angular-scroll ) .
15
+ [ AngularJS] ( https://github.com/angular/angular.js ) and [ angular-scroll] ( https://github.com/oblador /angular-scroll ) .
16
16
17
17
Usage
18
18
-----
22
22
Include module and dependencies.
23
23
``` html
24
24
<script src =" //ajax.googleapis.com/ajax/libs/angularjs/1.2.14/angular.min.js" ></script >
25
- <script src =" http://durated .github.io/angular-scroll/0.5.1 /angular-scroll.min.js" ></script >
26
- <script src =" http://durated .github.io/angular-parallax/angular-parallax.min.js" ></script >
25
+ <script src =" //oblador .github.io/angular-scroll/0.6.2 /angular-scroll.min.js" ></script >
26
+ <script src =" //oblador .github.io/angular-parallax/angular-parallax.min.js" ></script >
27
27
```
28
28
29
29
Define transitions and expose to template.
@@ -86,22 +86,15 @@ $scope.invertColors = function(elementPosition) {
86
86
Example
87
87
-------
88
88
89
- Check out [ durated .github.io/angular-parallax] ( http://durated .github.io/angular-parallax/ ) or view the source at [ example/index.html] ( https://github.com/durated /angular-parallax/blob/master/example/index.html ) .
89
+ Check out [ oblador .github.io/angular-parallax] ( http://oblador .github.io/angular-parallax/ ) or view the source at [ example/index.html] ( https://github.com/oblador /angular-parallax/blob/master/example/index.html ) .
90
90
91
91
Building
92
92
--------
93
93
94
94
$ npm install
95
95
$ gulp
96
96
97
- Authors
98
- -------
99
-
100
- * [ Joel Arvidsson] ( https://github.com/oblador )
101
- * [ Joachim Karlsson] ( https://github.com/fisshy )
102
-
103
97
License
104
98
--------
105
- Copyright 2013-2014 Durated Gmbh.
106
99
107
100
Licensed under the [ MIT License] ( http://opensource.org/licenses/MIT )
Original file line number Diff line number Diff line change 6
6
"main" : " angular-parallax.min.js" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
- "url" : " git://git@github.com:durated /angular-parallax.git"
9
+ "url" : " git://git@github.com:oblador /angular-parallax.git"
10
10
},
11
11
"bugs" : {
12
- "url" : " https://github.com/durated /angular-parallax/issues"
12
+ "url" : " https://github.com/oblador /angular-parallax/issues"
13
13
},
14
14
"scripts" : {
15
15
"test" : " echo \" Error: no test specified\" && exit 1" ,
16
16
"postinstall" : " bower install"
17
17
},
18
- "author" : " Durated (http://durated.com)" ,
19
- "contributors" : [" Joel Arvidsson" , " Joachim Karlsson" ],
18
+ "author" : " Joel Arvidsson" ,
20
19
"license" : " MIT" ,
21
20
"devDependencies" : {
22
21
"gulp" : " ~3.8.0" ,
You can’t perform that action at this time.
0 commit comments