diff --git a/.gitignore b/.gitignore index 8d4ae25..8c31602 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +.idea bower_components +node_modules \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7ce6dda --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: node_js + +node_js: + - "0.10" + +script: + - npm test diff --git a/README.md b/README.md index e71f10d..588d28d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ -TimezoneJS for AngularJS -======================== +# TimezoneJS for AngularJS [](http://travis-ci.org/michaelahlers/angular-timezone-js) You need: - -- npm -- bower -TODO ----- +- NPM +- Bower -- Angular Date detection prevents using date filter for TimezoneJS instances – now using patched version of Angular +## Developers + +_TimezoneJS for Angular_ is tested with [Karma](http://karma-runner.github.io/) and [PhantomJS](http://phantomjs.org/) against the latest available release of [jQuery](http://jquery.com/) (1.9.1) and [AngularJS](http://angularjs.com/) (1.1.4). + +``` +$ npm install --dev +$ npm test +``` diff --git a/index.html b/index.html index 7aa0ff4..4cfb99a 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,6 @@
Hey folks! Today is {{ today | tzDate:timezone | date:"yyyy-MM-dd" }}
+Hey folks! Today is {{ today | tzDate:timezone | date:"yyyy-MM-dd HH:mm:ss Z" }}