All Projects → eowo → angular-horizontal-timeline

eowo / angular-horizontal-timeline

Licence: MIT license
Simple horizontal timeline directive for AngularJS

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to angular-horizontal-timeline

Angular Query Builder
Dynamic query building UI written in Angular.
Stars: ✭ 211 (+379.55%)
Mutual labels:  angularjs
Ng Quill
AngularJS Component for Quill rich text editor
Stars: ✭ 223 (+406.82%)
Mutual labels:  angularjs
Angular Validation
AngularJS Form Validation made simple
Stars: ✭ 243 (+452.27%)
Mutual labels:  angularjs
Angular Adminlte
AngularjsApp Implementation of renowned Admin-LTE theme (https://github.com/almasaeed2010/AdminLTE) now with many useful directives and features.
Stars: ✭ 214 (+386.36%)
Mutual labels:  angularjs
Javastud
Official, Main: This is Core/Advance java example series project. It help to learn java step by step using pdf tutorial provided here and corresponding demo project for the eclipse. Tag: Java Student, Java Stud, Stud Java, StudJava, Java Teachers, Studs Quick Start Guide, Studs Java, Object Oriented Programming, Core Java, Java SE, Java EE, Java Enterprise Edition, Java Blog, Java Articles, Java Web, JSP, Servlet, Maven, Spring, Hibernate, Spring-boot, Spring MVC Web, Angular JS, Angular 2, Java Security, Java CRUD, Java Login Example, File Handling, Multi threading, exception handling, Collection classes, Swing, Database, Date Time, Joda Time, JPA.
Stars: ✭ 220 (+400%)
Mutual labels:  angularjs
Pusher Angular
Pusher Angular Library | [email protected]
Stars: ✭ 233 (+429.55%)
Mutual labels:  angularjs
Ionic Starter Template
Reinventing the wheel, again! Sorry Ionic Team... but there are many newbies learning on Youtube!
Stars: ✭ 208 (+372.73%)
Mutual labels:  angularjs
Oclazyload
Lazy load modules & components in AngularJS
Stars: ✭ 2,661 (+5947.73%)
Mutual labels:  angularjs
Angular5 Seed
Angular5 Seed for Application
Stars: ✭ 222 (+404.55%)
Mutual labels:  angularjs
Easyformgenerator
create amazing forms without coding : form editor based on angular formly
Stars: ✭ 242 (+450%)
Mutual labels:  angularjs
Mf Geoadmin3
map.geo.admin.ch source code
Stars: ✭ 215 (+388.64%)
Mutual labels:  angularjs
30 Seconds Of Angular
[WIP] Curated collection of Angular snippets that you can understand in 30 seconds or less
Stars: ✭ 221 (+402.27%)
Mutual labels:  angularjs
Webcam Directive
Angularjs directive to access the webcam
Stars: ✭ 233 (+429.55%)
Mutual labels:  angularjs
Angularjs Csti Scanner
Automated client-side template injection (sandbox escape/bypass) detection for AngularJS.
Stars: ✭ 214 (+386.36%)
Mutual labels:  angularjs
Adm Datetimepicker
Pure AngularJs dateTimePicker
Stars: ✭ 244 (+454.55%)
Mutual labels:  angularjs
Electronangular
Sample application using Github Electron and Angular 1.4 with MySql used as database
Stars: ✭ 209 (+375%)
Mutual labels:  angularjs
Massautocomplete
Auto Complete for Angularjs applications with a lot to complete
Stars: ✭ 231 (+425%)
Mutual labels:  angularjs
Md Color Picker
Angular-Material based color picker
Stars: ✭ 253 (+475%)
Mutual labels:  angularjs
Angular Moment
Moment.JS directives for Angular.JS (timeago and more)
Stars: ✭ 2,637 (+5893.18%)
Mutual labels:  angularjs
Ngx Quill Editor
🍡@quilljs editor component for @angular
Stars: ✭ 234 (+431.82%)
Mutual labels:  angularjs

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 and moment-range:

<script src="moment.js"></script>
<script src="moment-range.js"></script>

Load

To use the directive, include the angular-horizontal-timeline's javascript and css files in your web page:

<script src="angular-horizontal-timeline.js"></script>
<link rel="stylesheet" href="angular-horizontal-timeline.css">

Add module dependency

angular.module('app', ['angular-horizontal-timeline']);

Usage

<horizontal-timeline 
  start-date="2015-01" 
  end-date="2015-05"
  events="[{"date":"2015-03-24","content":"<p>lorem ipsum</p>"},{"date":"2015-04-07","content":"<p>lorem ipsum</p>"}]">
</horizontal-timeline>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].