From be4f89e6f4e220bca139a3f6c2046f29c8f207ed Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 1 Jul 2021 17:04:11 -0400 Subject: [PATCH] docs(datetime): add correct angular usage example in a modal (#23564) --- core/src/components/datetime/readme.md | 8 +++++--- core/src/components/datetime/usage/angular.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/core/src/components/datetime/readme.md b/core/src/components/datetime/readme.md index 3991326fce..e30fe0c1f9 100644 --- a/core/src/components/datetime/readme.md +++ b/core/src/components/datetime/readme.md @@ -160,9 +160,11 @@ dates in JavaScript. Open Datetime Modal - - - + + + + + ```javascript diff --git a/core/src/components/datetime/usage/angular.md b/core/src/components/datetime/usage/angular.md index 4a6e0369f0..cf8067e176 100644 --- a/core/src/components/datetime/usage/angular.md +++ b/core/src/components/datetime/usage/angular.md @@ -42,9 +42,11 @@ Open Datetime Modal - - - + + + + + ```javascript