Skip to content

Commit b464fed

Browse files
committed
Changes
1 parent 9791700 commit b464fed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

angularjs/ListView/Getting-Started.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: Getting started with AngularJS Listview control| Syncfusion
4-
description:Lear here all about getting started with syncfusion Essential AngularJS Listview control, its elements, and more.
3+
title: Getting Started with AngularJS ListView control | Syncfusion
4+
description:Learn here all about Getting started with Syncfusion Essential AngularJS ListView control, its elements, and more.
55
platform: AngularJS
66
control: ListView
77
documentation: ug
88
---
99

10-
# Getting Started with AngularJS Listview
10+
# Getting Started with AngularJS ListView
1111
The ListView control allows you to select an item from a list-like interface and provides the infrastructure to display a set of data items in different layouts or views. Lists display data, data navigation, result lists, and data entry.
1212
This section explains briefly about how to create a web ListView widget in your application with Angular JavaScript by step-by-step instructions. The following screenshot illustrates the output of a ListView widget.
1313

@@ -21,7 +21,7 @@ Essential JS includes angular directives for all controls with the ej.widget.ang
2121

2222
Create a new HTML file and include the below code:
2323

24-
{% highlight htm
24+
{% highlight html %}
2525

2626
<!DOCTYPE html>
2727
<html lang="en" ng-app="listviewApp">

0 commit comments

Comments
 (0)