diff --git a/README.md b/README.md index f53b8c5..0d5c51d 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Check demo page for live example. + ``` Parsing errors @@ -105,6 +106,7 @@ Changelog --------- * next - jump on the next segment on pressing next separator key + - customizable separator key * 3.0.1 (Apr 9, 2016) - Fix validator and datetime-model bug. [#27](https://github.com/eight04/angular-datetime/issues/27) * 3.0.0 (Apr 1, 2016) diff --git a/example/demo-angular-1.5.html b/example/demo-angular-1.5.html index 641d76a..c66b782 100644 --- a/example/demo-angular-1.5.html +++ b/example/demo-angular-1.5.html @@ -134,5 +134,12 @@

Other tests

{{data.myDateString2 | json}}
+

Custom separator

+

Used to jump on the next segment when pressing separator key. In this example angular-datetime will jump on the next segment when pressing `.` or `,`.

+
+ +
diff --git a/example/demo.html b/example/demo.html index 4f3c5fe..c0e3106 100644 --- a/example/demo.html +++ b/example/demo.html @@ -135,5 +135,12 @@

Other tests

{{data.myDateString2 | json}}
+

Custom separator

+

Used to jump on the next segment when pressing separator key. In this example angular-datetime will jump on the next segment when pressing `.` or `,`.

+
+ +