mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
No description
Date filter now supports:
yyyy: four digit year
yy: two digit year
MM: two digit month
dd: two digit day of month
HH: two digit hour in 0-23
KK: two digit hour in 0-12
mm: two digit minute
ss: two digit second
a: am/pm
Z: four digit timezone offset
example {{ timestamp | date:'yyyy-MM-dd HH:mm:ss' }} becomes 2010-10-13 14:45:23
|
||
|---|---|---|
| .externalToolBuilders | ||
| .idea | ||
| .settings | ||
| css | ||
| example | ||
| lib | ||
| logo | ||
| regression | ||
| scenario | ||
| src | ||
| test | ||
| .gitignore | ||
| .project | ||
| angularjs.ftp | ||
| java | ||
| jsTestDriver-jquery.conf | ||
| jsTestDriver.conf | ||
| LICENSE | ||
| nodeserver.sh | ||
| Rakefile | ||
| README.md | ||
| server.sh | ||
| test.sh | ||
Angular
Compiling
rake compile
Running Tests
rake server:start
rake test