Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
angular-follow
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
angular-follow
Commits
5634f6a1
Commit
5634f6a1
authored
Feb 27, 2014
by
Brendan Asselstine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added bower install instructions
parent
059ff5ad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
1 deletion
+29
-1
README.md
README.md
+29
-1
No files found.
README.md
View file @
5634f6a1
...
@@ -16,11 +16,39 @@ You can customise the point at which the element follows the scroll by adding th
...
@@ -16,11 +16,39 @@ You can customise the point at which the element follows the scroll by adding th
Now the element will become fixed when the top of the viewport is within 100px of the element.
Now the element will become fixed when the top of the viewport is within 100px of the element.
Install
Manual
Install
-------
-------
Just include the JavaScript file after the angular library inclusion.
Just include the JavaScript file after the angular library inclusion.
Bower Install
-------------
Add the dependency to your bower.json file:
```
json
{
"name"
:
"myproject"
,
"version"
:
"0.0.0"
,
"authors"
:
[
"Brendan Asselstine <brendan@skyrkt.com>"
],
"dependencies"
:
{
"angular"
:
"1.2.1"
,
"angular-follow"
:
"latest"
},
"resolutions"
:
{
"angular"
:
"1.2.1"
}
}
```
Or install using bower install
```
bash
bower
install
angular-follow
```
Behavior
Behavior
--------
--------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment