From 844ed29852296595d618d6dd472b65dc27940314 Mon Sep 17 00:00:00 2001 From: Scholar-jaruha <95271799+Scholar-jaruha@users.noreply.github.com> Date: Thu, 23 Jun 2022 15:23:22 +0300 Subject: [PATCH 1/2] Angular Listbox changes --- angularjs/ListBox/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angularjs/ListBox/Getting-Started.md b/angularjs/ListBox/Getting-Started.md index ffcc82c5..ad58a259 100644 --- a/angularjs/ListBox/Getting-Started.md +++ b/angularjs/ListBox/Getting-Started.md @@ -1,14 +1,14 @@ --- layout: post title: Getting started | ListBox | JavaScript | Syncfusion -description: Getting started with listbox widget in angularjs +description: Learn here about getting started with Syncfusion Essential AngularJS ListBox control, its elements, and more. platform: AngularJS control: ListBox documentation: ug --- -## Getting Started +# Getting Started in AngularJS ListBox The ListBox widget that contains a list of selectable items. It performs exceptionally well with thousands of items and supports checkboxes, template, single and multiple selection, keyboard navigation and virtual scrolling. This section explains briefly about how to create a web ListBox in your application with Angular JavaScript by step-by-step instructions. The following screenshot illustrates the functionality of a ListBox widget. From f54f1cbc2a5e116d9af375a930aed375c0bb79dc Mon Sep 17 00:00:00 2001 From: Scholar-jaruha <95271799+Scholar-jaruha@users.noreply.github.com> Date: Thu, 23 Jun 2022 15:24:34 +0300 Subject: [PATCH 2/2] Update Getting-Started.md --- angularjs/ListBox/Getting-Started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/angularjs/ListBox/Getting-Started.md b/angularjs/ListBox/Getting-Started.md index ad58a259..13d1970c 100644 --- a/angularjs/ListBox/Getting-Started.md +++ b/angularjs/ListBox/Getting-Started.md @@ -13,7 +13,7 @@ The ListBox widget that contains a list of selectable items. It performs excepti This section explains briefly about how to create a web ListBox in your application with Angular JavaScript by step-by-step instructions. The following screenshot illustrates the functionality of a ListBox widget. -![Getting Started](Getting_Started_images\Getting-Started_img1.png) +![AngularJS ListBox Getting Started](Getting_Started_images\Getting-Started_img1.png) ## Create a ListBox widget in AngularJS @@ -175,7 +175,7 @@ Here the ngModel directive binds an input, select, textarea (or custom form Run the above code to render the following output. -![Data binding](Getting_Started_images\databinding_img1.png) +![AngularJS ListBox Data binding](Getting_Started_images\databinding_img1.png) @@ -197,7 +197,7 @@ The ListBox widget also supports the item selection. Run the above code to render the following output. -![Selection](Getting_Started_images\selection_img1.png) +![AngularJS ListBox Selection](Getting_Started_images\selection_img1.png)