Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-carousel

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-carousel - npm Package Compare versions

Comparing version 0.3.13 to 1.0.0

3

package.json
{
"name": "angular-carousel",
"description": "Angular Carousel - Mobile friendly touch carousel for AngularJS",
"version": "0.3.13",
"main": "dist/angular-carousel.js",
"version": "1.0.0",
"homepage": "http://revolunet.github.com/angular-carousel",

@@ -6,0 +7,0 @@ "author": "Julien Bouquillon <julien@revolunet.com>",

@@ -11,9 +11,15 @@ # AngularJS Touch Carousel

## Install :
### Bower
`bower install angular-carousel`
### npm
`npm install angular-carousel`
If you don't use NPM or Bower, just download files [from the github repo](./dist)
## Usage :
- If you use bower, just `bower install angular-carousel`. If not, download files [from the github repo](./dist)
- Add `angular-touch.js`, `angular-carousel.css`, and `angular-carousel.js` to your code:
- Add `angular-touch.js` and `angular-carousel.js` to your code:
```html
<link href="angular-carousel.css" rel="stylesheet" type="text/css" />
<script src="angular.js"></script>

@@ -23,2 +29,12 @@ <script src="angular-touch.js"></script>

```
- Or just require the module the CommonJS way (if you use npm)
```js
var angular = require('angular');
var ngTouch = require('angular-touch');
var carousel = require('angular-carousel');
```
- Add `angular-carousel.css` to your code:
```html
<link href="angular-carousel.css" rel="stylesheet" type="text/css" />
```
- Add a dependency to the `angular-carousel` module in your application.

@@ -25,0 +41,0 @@ ```js

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc