Skip to content

Commit 04e5913

Browse files
Merge pull request #188 from syncfusion-content/SEO-2791-AngularJS.Controls
SEO-2791 - AngularJS Controls images alt text
2 parents ba28965 + eb950ae commit 04e5913

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

angularjs/Autocomplete/Getting-Started.md

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

10-
# Getting Started
10+
# Getting Started with AngularJS Autocomplete
1111

1212
The AutoComplete control is a textbox control that provides a list of suggestions based on your query. When you enter text into the text box, the control performs a search operation and provides a list of results. There are several filter types available to perform the search.
1313

@@ -94,7 +94,7 @@ To render the ejAutocomplete using angular directive, we need to inject the ejan
9494
{% endhighlight %}
9595

9696

97-
![](Getting_Started_Images/autocomplete.png)
97+
![Create HTML File in AngularJS Autocomplete](Getting_Started_Images/autocomplete.png)
9898

9999
## Model binding
100100

@@ -142,7 +142,7 @@ Add in the $scope value as below.
142142

143143
{% endhighlight %}
144144

145-
![](Getting_Started_Images/modelbinding.png)
145+
![Model Binding in AngularJS Autocomplete](Getting_Started_Images/modelbinding.png)
146146

147147

148148
## Data binding
@@ -203,7 +203,7 @@ The data for the suggestion list can be populated using the dataSource property.
203203
{% endhighlight %}
204204
{% endtabs %}
205205

206-
![](Getting_Started_Images/databinding.png)
206+
![Data Binding in AngularJS Autocomplete](Getting_Started_Images/databinding.png)
207207

208208
## Enable Popup Button
209209

@@ -261,7 +261,7 @@ This button helps you to show all the available suggestions on clicking it.
261261
{% endhighlight %}
262262
{% endtabs %}
263263

264-
![](Getting_Started_Images/showpopup.png)
264+
![Show PopUp in AngularJS Autocomplete](Getting_Started_Images/showpopup.png)
265265

266266
## Two Way Binding
267267

@@ -326,4 +326,4 @@ We have a two way data binding when a model variable is bound to an element that
326326

327327
{% endtabs %}
328328

329-
![](Getting_Started_Images/twowaybinding.png)
329+
![Two Way Binding in AngularJS Autocomplete](Getting_Started_Images/twowaybinding.png)

angularjs/Grid/Filter.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Filtering with Grid widget for Syncfusion Essential AngularJS
4-
description: How to enable filtering and its functionalities
3+
title: Filtering in AngularJS Grid Control | Syncfusion
4+
description: Learn here about Filter Support in Syncfusion Essential Studio AngularJS Grid control, its elements, and more.
55
platform: AngularJS
66
control: Grid
77
documentation: ug
88
---
9-
# Filtering
9+
# Filtering in Essential AngularJS Grid
1010

1111
Filtering helps to view particular or related records from dataSource that meets a given filtering criteria. To enable filter, set the `e-allowfiltering` to `true`.
1212

@@ -55,7 +55,7 @@ The following code example describes the previous behavior.
5555

5656
The following output is displayed as a result of previous code example:
5757

58-
![](filtering_images/filtering_img1.png)
58+
![Filtering in AngularJS Grid](filtering_images/filtering_img1.png)
5959

6060

6161
## Menu filter
@@ -97,19 +97,19 @@ The following code example describes the previous behavior.
9797

9898
The following output is displayed as a result of previous code example:
9999

100-
![](filtering_images/filtering_img2.png)
100+
![Numeric Filter in AngularJS Grid](filtering_images/filtering_img2.png)
101101
{:caption}
102102
Numeric Filter
103103

104-
![](filtering_images/filtering_img3.png)
104+
![String Filter in AngularJS Grid](filtering_images/filtering_img3.png)
105105
{:caption}
106106
String Filter
107107

108-
![](filtering_images/filtering_img4.png)
108+
![Date Filter in AngularJS Grid](filtering_images/filtering_img4.png)
109109
{:caption}
110110
Date Filter
111111

112-
![](filtering_images/filtering_img5.png)
112+
![Boolean Filter in AngularJS Grid](filtering_images/filtering_img5.png)
113113

114114
Boolean Filter
115115

@@ -143,7 +143,7 @@ The following code example describes the previous behavior.
143143

144144
The following output is displayed as a result of previous code example:
145145

146-
![](filtering_images/filtering_img6.png)
146+
![Excel Filter in AngularJS Grid](filtering_images/filtering_img6.png)
147147

148148

149149
### Checkbox list generation:
@@ -181,7 +181,7 @@ The following code example describes the previous behavior.
181181

182182
The following output is displayed as a result of previous code example:
183183

184-
![](filtering_images/filtering_img7.png)
184+
![Checkbox List Generation in AngularJS Grid](filtering_images/filtering_img7.png)
185185

186186

187187
### Add current selection to filter checkbox
@@ -190,7 +190,7 @@ When you filter the values multiple times on same column, then the previously fi
190190

191191
The following image describes the previous behavior:
192192

193-
![](filtering_images/filtering_img12.png)
193+
![Add Current Selection in AngularJS Grid](filtering_images/filtering_img12.png)
194194

195195

196196
### Case Sensitivity
@@ -223,7 +223,7 @@ The following code example describes the previous behavior.
223223

224224
The following output is displayed as a result of previous code example:
225225

226-
![](filtering_images/filtering_img8.png)
226+
![Case Sensitivity in AngularJS Grid](filtering_images/filtering_img8.png)
227227

228228

229229
## Filter bar
@@ -396,7 +396,7 @@ The following code example describes the previous behavior.
396396

397397
The following output is displayed as a result of previous code example:
398398

399-
![](filtering_images/filtering_img9.png)
399+
![Filter Bar in AngularJS Grid](filtering_images/filtering_img9.png)
400400

401401

402402
Filter bar modes:
@@ -439,7 +439,7 @@ The following code example describes the previous behavior.
439439

440440
The following output is displayed as a result of previous code example:
441441

442-
![](filtering_images/filtering_img10.png)
442+
![Filter Bar Message in AngularJS Grid](filtering_images/filtering_img10.png)
443443

444444

445445
## Filter Operators
@@ -652,7 +652,7 @@ The following code example describes the previous behavior.
652652

653653
The following output is displayed as a result of previous code example:
654654

655-
![](filtering_images/filtering_img11.png)
655+
![Filter Bar Template in AngularJS Grid](filtering_images/filtering_img11.png)
656656
{:caption}
657657
After Filtering
658658

0 commit comments

Comments
 (0)