ng-chronos

An AngularJS reusable component with a visual and functional Chronometer


Keywords
angular
Install
bower install ng-chronos

Documentation

ng-chronos

This is a functional and visual (optional) angular reusable component that provides you with a chronometer.

On a web component style

<ng-chronos
    ng-model=""
    [template-url=""]>
</ng-chronos>

Getting Started

Download the production version or the development version.

In your web page:

<script src="angular.js"></script>
<script src="dist/ng-chronos.min.js"></script>

Documentation

(Coming soon)

Examples

(Coming soon)