Skip to content

Commit ba28965

Browse files
Merge pull request #189 from syncfusion-content/SEO-2974-AngularJS-Missing-H1
SEO-2974 AngularJS Missing H1
2 parents 4104ffa + 491a63f commit ba28965

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

angularjs/Autocomplete/data-binding.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Syncfusion Autocomplete data-binding
4-
description: data binding
3+
title: Data Binding in AngularJS Autocomplete Control | Syncfusion
4+
description: Learn here about Data Binding support in Syncfusion Essential AngularJS Autocomplete Control, its elements, and more.
55
platform: AngularJS
66
control: Autocomplete
77
documentation: ug
88
---
99

10-
## Data Binding
10+
# Data Binding in Essential AngularJS Autocomplete
1111

1212
In order to render the AutoComplete component, the data needs to be bound to it in a proper way. The below sections explains about how to bind either the local or remote data to the AutoComplete component.
1313

@@ -65,7 +65,7 @@ $scope.text="name";
6565

6666
Run the above code to render the following output.
6767

68-
![Data Binding](data-binding_images\local-data_img1.png)
68+
![Data Binding in AngularJS AutoComplete](data-binding_images\local-data_img1.png)
6969

7070

7171
### Remote data
@@ -105,7 +105,7 @@ $scope.text="ContactName";
105105

106106
Run the above code to render the following output.
107107

108-
![Data Binding Images](data-binding_images\odata_img1.png)
108+
![Odata in AngularJS AutoComplete](data-binding_images\odata_img1.png)
109109

110110

111111
#### WebAPI
@@ -140,7 +140,7 @@ Here the ContactName field is mapped with text property of the field object.
140140

141141
Run the above code to render get the following output.
142142

143-
![Web Data Binding](data-binding_images\webapi_img1.png)
143+
![WebAPI in AngularJS AutoComplete](data-binding_images\webapi_img1.png)
144144

145145

146146

angularjs/Autocomplete/how-to.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Syncfusion Autocomplete see-also
4-
description: see also
3+
title: How To Section in AngularJS Autocomplete Control | Syncfusion
4+
description: Learn here about How To Section in Syncfusion Essential AngularJS Autocomplete Control, its elements, and more.
55
platform: AngularJS
66
control: Autocomplete
77
documentation: ug
88
---
99

1010

11-
## How To
11+
# How To Section in AngularJS Autocomplete
1212

1313
### Set Client Side Validation for Autocomplete?
1414

angularjs/Autocomplete/multiple-columns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: multiple-columns
4-
description: multiple columns
3+
title: Multiple Columns in AngularJS Autocomplete Control | Syncfusion
4+
description: Learn here about Multiple Columns support in Syncfusion Essential AngularJS Autocomplete Control, its elements, and more.
55
platform: AngularJS
66
control: Autocomplete
77
documentation: ug
88
---
99

10-
## Multiple Columns
10+
# Multiple Columns in Essential AngularJS Autocomplete
1111

1212
The Autocomplete allows list of data to be displayed in several columns and column collection can be defined and customized through the [e-multicolumnsettings ](http://help.syncfusion.com/api/js/ejautocomplete)property.
1313

@@ -145,7 +145,7 @@ columns: [
145145

146146
Run the above code to render the following output.
147147

148-
![](multiple-columns_images\multiple-columns_img1.png)
148+
![Multiple Columns in AngularJS Autocomplete](multiple-columns_images\multiple-columns_img1.png)
149149

150150

151151

angularjs/Autocomplete/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: overview
4-
description: overview
3+
title: Overview in AngularJS AutoComplete Control | Syncfusion
4+
description: Learn here about Overview support in Syncfusion Essential AngularJS Autocomplete Control, its elements, and more.
55
platform: AngularJS
66
control: AutoComplete
77
documentation: ug
88
---
99

10-
## Overview
10+
# Overview in Essential AngularJS AutoComplete
1111

1212
The Essential Angular AutoComplete control is a textbox control that provides a list of suggestions based on the user query.When the users enters the text in the text box, the control performs a search operation and provides a list of results in the suggestion pop up. There are several filter types available to perform the search.
1313

angularjs/Autocomplete/template-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: template-support
4-
description: template support
3+
title: Template Support in AngularJS AutoComplete Control | Syncfusion
4+
description: Learn here more about Template Support in Syncfusion Essential AngularJS Autocomplete Control, its elements, and more
55
platform: AngularJS
66
control: Autocomplete
77
documentation: ug
88
---
99

10-
## Template Support
10+
# Template Support in Essential AngularJS AutoComplete
1111

1212
The suggestion list can be customized based on different needs using templates. The desired templates can be defined using the “e-template” property.
1313

@@ -39,5 +39,5 @@ The suggestion list can be customized based on different needs using templates.
3939

4040
Run the above code to render the following output.
4141

42-
![](template-support_images\template-support_img1.png)
42+
![Template Support in AngularJS AutoComplete](template-support_images\template-support_img1.png)
4343

0 commit comments

Comments
 (0)