UNPKG

angular-timeline

Version:

An Angular.js directive that generates a responsive, data-driven vertical timeline to tell a story, show history or describe a sequence of events.

17 lines (14 loc) 301 B
'use strict'; var app = angular.module('example', [ 'ngSanitize', 'ui.router', 'angular-timeline', 'angular-scroll-animate' ]); app.config(function($stateProvider) { $stateProvider.state('user', { url: '', controller: 'ExampleCtrl', templateUrl: 'example.html' }); });