angular-timer

WebJar for angular-timer

License

License

MIT
Categories

Categories

Github Development Tools Version Controls Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

github-com-siddii-angular-timer
Last Version

Last Version

1.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

angular-timer
WebJar for angular-timer
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/siddii/angular-timer

Download github-com-siddii-angular-timer

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-siddii-angular-timer/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-siddii-angular-timer</artifactId>
    <version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-siddii-angular-timer/
implementation 'org.webjars.bower:github-com-siddii-angular-timer:1.3.4'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-siddii-angular-timer/
implementation ("org.webjars.bower:github-com-siddii-angular-timer:1.3.4")
'org.webjars.bower:github-com-siddii-angular-timer:jar:1.3.4'
<dependency org="org.webjars.bower" name="github-com-siddii-angular-timer" rev="1.3.4">
  <artifact name="github-com-siddii-angular-timer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-siddii-angular-timer', version='1.3.4')
)
libraryDependencies += "org.webjars.bower" % "github-com-siddii-angular-timer" % "1.3.4"
[org.webjars.bower/github-com-siddii-angular-timer "1.3.4"]

Dependencies

compile (3)

Group / Artifact Type Version
org.webjars.bower : angular jar [1.0.7,)
org.webjars.bower : moment jar [2.9.0,2.10)
org.webjars.bower : humanize-duration jar [2.8.0,2.9)

Project Modules

There are no modules declared in this project.

angular-timer — A simple, re-usable, inter-operable timer directive

Build Status

Getting started

With any of the following options...

Requirements

With Bower install :

  • Install humanize-duration using Bower - bower install humanize-duration
  • Install momentjs using Bower - bower install momentjs

And include these scripts in your webpage :

  • bower_components/momentjs/min/moment.min.js
  • bower_components/momentjs/min/locales.min.js
  • bower_components/humanize-duration/humanize-duration.js

Running locally

Install all bower components - bower install Using Grunt type grunt from command line, the default task will open index.html page in your default browser

Running tests

Following command will run both unit & End-to-End (e2e) tests

grunt tests

Examples

There are some examples on the index page http://siddii.github.io/angular-timer/index.html. Please go over them to get an understanding on how this module works.

Versions

Version
1.3.4