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

https://github.com/dimpu/ng-marquee

a custom <marquee> tag
https://github.com/dimpu/ng-marquee

Last synced: 9 months ago
JSON representation

a custom <marquee> tag

Awesome Lists containing this project

README

          

# ng-marquee
A custom marquee tag using angular.

## Demo
[Marquee](http://htmlpreview.github.io/?https://github.com/dimpu/ng-marquee/blob/master/example/index.html)

## Requirements
* [AngularJS](https://angularjs.org/)

## Usage
Add the ngMarquee module as a dependency to your application module:
```JavaScript
var myAppModule = angular.module('MyApp', ['ngMarquee'])
```

## ngMarquee
The ngMarquee directive allows you to specify element as a marquee.

### Directive Info
This directive executes at priority level 0.

### Usage
as element:
HTML
```HTML

...

```
### Arguments
| Param | Type | Details |
|:-----|:-------|-------|
|ngOptions |expression |Expression to specify custom options to marquee. |

### Example
```HTML

This is a marquee message.

```