Skip to content

time ago angularjs plugin allow to show the time in human readable format....for example like few time ago,,,,,hours ago,,,,etc

License

Notifications You must be signed in to change notification settings

uttesh/ngtimeago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-timeago demo

Is an AngularJS module for simple time ago on static data. No directives here, just a filters.

Mostly based on various snippets which I found on JSFiddle, with some changes by me.

Quick start

bower install ng-timeago

new version

bower install ng-timeago0.0.2

or alternatively download and include ngtimeago.js after angular.min.js.

Add the ngtimeago module as a dependency when creating your app, e.g.

var app = angular.module('myApp', ['ngtimeago']);`

NO NEED TO INJECT in controller directly use in html.

Rendering

                                <p>
                                    
                                    <small>

                                        posted {{createdOn|timeago}} by uttesh


                                    </small>
                                </p>

Contributions

For problems/suggestions please create an issue on Github.

Contributors

Credits

  • Other uknown JSFiddles

About

time ago angularjs plugin allow to show the time in human readable format....for example like few time ago,,,,,hours ago,,,,etc

Resources

License

Stars

Watchers

Forks

Packages

No packages published