An open API service indexing awesome lists of open source software.

https://github.com/unicodeveloper/angular-elevator

AngularJs Wrapper For Elevator.js
https://github.com/unicodeveloper/angular-elevator

Last synced: about 1 month ago
JSON representation

AngularJs Wrapper For Elevator.js

Awesome Lists containing this project

README

          

# angular-elevator

angular-elevator is an AngularJs directive that enables us to interact with Elevator.js easily.

# Get Started

**Bower:**

```bash
$ bower install angular-elevator --save
```

Include `angular-elevator.js` from the src directory in your `index.html` after including Angular.

Add `ngElevator` to your main module's list of dependencies.

When you're done, your setup should look similar to the following:

```html

Angular Elevator Js Test


```

```javascript
var app = angular.module("demoapp", ["ngElevator"]);
```

Finally, you must include the markup directive on your HTML page as an Element, like this:

```html

```

Or as an attribute:

```html


```