Skip to content

SEO-2488 - AngularJS TimePicker image alt text changes #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: hotfix/hotfix-v20.2.0.36
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions angularjs/TimePicker/Validation.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Validation | TimePicker | AngularJS | Syncfusion
description: validation
title: Validation in AngularJS TimePicker Control | Syncfusion
description: Learn here all about validation support in Syncfusion AngularJS TimePicker control, its elements, and more.
platform: AngularJS
control: TimePicker
documentation: ug
---

# Validation
# Validation in AngularJS TimePicker

**EJ AngularJS TimePicker** is a form control and can be used within **ng-form**. This will support with the **AngularJS validation** and update the AngularJS validation related built-in classes to element based on current state of the element.

Expand Down Expand Up @@ -94,10 +94,10 @@ Add the following code in your script section to validate the form with **TimePi
Run the above code to render the following output.


![](Validation_images/Validation_images1.png)
![AngularJS TimePicker validation](Validation_images/Validation_images1.png)


![](Validation_images/Validation_images2.png)
![AngularJS TimePicker provides classes and properties on the form and its inputs](Validation_images/Validation_images2.png)


![](Validation_images/Validation_images3.png)
![AngularJS TimePicker added script section to validate the form](Validation_images/Validation_images3.png)