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
- Host: GitHub
- URL: https://github.com/unicodeveloper/angular-elevator
- Owner: unicodeveloper
- Created: 2015-04-23T13:29:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T19:21:31.000Z (over 10 years ago)
- Last Synced: 2025-10-22T14:48:41.951Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 5.23 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```