https://github.com/eowo/angular-horizontal-timeline
Simple horizontal timeline directive for AngularJS
https://github.com/eowo/angular-horizontal-timeline
angularjs
Last synced: about 1 year ago
JSON representation
Simple horizontal timeline directive for AngularJS
- Host: GitHub
- URL: https://github.com/eowo/angular-horizontal-timeline
- Owner: eowo
- License: mit
- Archived: true
- Created: 2015-03-21T20:51:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T13:32:23.000Z (over 8 years ago)
- Last Synced: 2025-04-04T01:03:30.293Z (about 1 year ago)
- Topics: angularjs
- Language: CSS
- Homepage: http://eowo.github.io
- Size: 10.7 KB
- Stars: 45
- Watchers: 7
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-horizontal-timeline
Simple horizontal timeline directive for AngularJS
# Demo
https://eowo.github.io
# Install
You can download all necessary angular-horizontal-timeline files manually or install it with bower:
```
$ bower install --save angular-horizontal-timeline
```
# Dependencies
The directive uses [moment](https://github.com/moment/moment) and [moment-range](https://github.com/gf3/moment-range):
```
```
# Load
To use the directive, include the angular-horizontal-timeline's javascript and css files in your web page:
```
```
# Add module dependency
```
angular.module('app', ['angular-horizontal-timeline']);
```
# Usage
```
lorem ipsum"},{"date":"2015-04-07","content":"
lorem ipsum
"}]">
```