From 46cb7167b570bf6dfd9f0abb80684fe7fde375b2 Mon Sep 17 00:00:00 2001 From: Fabio dos Santos Barbosa Date: Thu, 18 May 2017 08:28:05 -0300 Subject: [PATCH] Fix ui-date-mask example the ui-date-mask example was using ui-time-mask directive as example, not the ui-date-mask directive. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d04f6bc9..4bec8090 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Some masks are internationalized, so you need to include the proper angular-loca ``` -### ui-time-date ### +### ui-date-mask ### -Example: ```html @@ -201,11 +201,11 @@ Some masks are internationalized, so you need to include the proper angular-loca ``` - Support to the custom date masks (See moment.js date formats). ```html - + ``` - Support to ```parse``` attribute. When the attribute is set to ```false```, the inputed value will be passed to the model as a string. Default value of the attribute is ```true```. ```html - + ``` ### More examples ###