Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Add CDN usage #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ Add the specific module to your dependencies:
angular.module('myApp', ['ui.scrollpoint', ...])
```

Alternatively, include it via CDN

```html
<script src="https://cdn.jsdelivr.net/npm/angular@1/angular.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/angular-ui-scrollpoint@2/dist/scrollpoint.min.js"></script>
```

## Development

We use Karma and jshint to ensure the quality of the code. The easiest way to run these checks is to use grunt:
Expand Down