AngularJS 1x Articles (27) - Page 1

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

27 records found.
 
Rajnilari2015
Demonstration of Check Box functionality in AngularJS 
Last updated on: 11 Mar 2017 03:59:16 PM by Rajnilari2015 | Views: 3218 | Category: AngularJS 1x |
AngularJS is an open source, MV* Javascript framework developed by Google. It is widely use across the industry to build web applications.In this article, we will demonstrate the use of Check Box functionality in AngularJS.
Rajnilari2015
Grouping in AngularJS 
Last updated on: 11 Mar 2017 12:51:17 AM by Rajnilari2015 | Views: 6743 | Category: AngularJS 1x |
Grouping of data is a very common requirement in many applications.In this article, we will look into grouping of AngularJS.
Rajnilari2015
Sorting in AngularJS 
Last updated on: 02 Feb 2017 11:48:31 PM by Rajnilari2015 | Views: 3757 | Category: AngularJS 1x |
Sorting of data is a very common requirement in any application.In this article, we will look into sorting of the JSON data using various examples from the AngularJs perspective.
Rajnilari2015
Rows Concatenation in AngularJS 
Last updated on: 05 Nov 2016 10:28:40 PM by Rajnilari2015 | Views: 3635 | Category: AngularJS 1x |
In this article we will look into Row Concatenation in AngularJS
Rajnilari2015
Demonstration of Row Span in AngularJS 
Last updated on: 27 Oct 2016 03:19:04 PM by Rajnilari2015 | Views: 8341 | Category: AngularJS 1x |
In this article we will look into Row Spanning / Merging in AngularJS
Rajnilari2015
Invoke AngularJS from Outside AngularJS 
Last updated on: 24 Oct 2016 10:18:16 PM by Rajnilari2015 | Views: 2762 | Category: AngularJS 1x |
Sometime we may have a requirement to invoke an AngularJS function from Non-AngularJS stuff. In this article, we will look into how to do so with a simple example. We will build a simple Calculator for our demonstration purpose.
Rajnilari2015
A simple Audio Gallery using AngularJS and Html5 Audio Tag 
Last updated on: 19 Oct 2016 12:32:09 PM by Rajnilari2015 | Views: 6724 | Category: AngularJS 1x |
In this article, we create a simple Audio Gallery using AngularJS
  • Rajnilari2015
    Print Document in Landscape Mode using AngularJS 
    Last updated on: 18 Oct 2016 11:06:06 PM by Rajnilari2015 | Views: 8551 | Category: AngularJS 1x |
    In this article we will look into how to do Print Document in Landscape Mode using AngularJS
    Rajnilari2015
    A step by step approach to make a Photo Gallery in AngularJS 
    Last updated on: 07 Oct 2016 11:10:18 PM by Rajnilari2015 | Views: 5191 | Category: AngularJS 1x |
    A Photo gallery is a collection of photos that are put together in a single frame. In this article we will perform a step by step approach to make a Photo Gallery using AngularJS.
    Rajnilari2015
    A step by step approach to make a Video Gallery in AngularJS 
    Last updated on: 07 Oct 2016 10:51:33 PM by Rajnilari2015 | Views: 3887 | Category: AngularJS 1x |
    A video gallery is a collection of videos that are put together in a single frame. In this article we will perform a step by step approach to make a Video Gallery using AngularJS.
    Rajnilari2015
    A step by step approach to make a Photo Collage in AngularJS 
    Last updated on: 07 Oct 2016 01:16:15 AM by Rajnilari2015 | Views: 6360 | Category: AngularJS 1x |
    A Collage is a collection of different elements in unlikely juxtaposition. A photo collage is a collection of pictures that are put together to make a single picture. In this article we will perform a step by step approach to make a Photo Collage using AngularJS.
    Rajnilari2015
    Using Custom Directive To Build an EMI Calculator in AngularJS using JQueryUI 
    Last updated on: 03 Oct 2016 09:58:41 PM by Rajnilari2015 | Views: 6612 | Category: AngularJS 1x |
    Votes: 1 | Rating: 4 out of 5
    In this article, we will build a simple EMI Calculator. For building that, we will use JQueryUI slider, normal html textbox components, and AngularJS custom directive will facilitate for communicating between these two components.
    Rajnilari2015
    A Beginners Guide to work with ASP.NET Web API and AngularJS 
    Last updated on: 21 Jun 2016 09:44:42 PM by Rajnilari2015 | Views: 10169 | Category: AngularJS 1x |
    Votes: 2 | Rating: 5 out of 5
    WebAPI is a framework for building HTTP services that can be consumed by a wide range of clients like browsers, mobiles, desktop, tablets etc.AngularJS, on the otehr hand, is use for service consumption and presenting the data in the HTML templates. In this article we will look into the interaction between both these technologies with a step by step guideance.
    Rajnilari2015
    Generate Data using GenFu and binding using nested ng-repeat in AngularJS 
    Last updated on: 04 Apr 2016 06:30:15 AM by Rajnilari2015 | Views: 5171 | Category: AngularJS 1x |
    Votes: 1 | Rating: 5 out of 5
    Test data generation is often needed in the project. GenFu is one of such kind of test and prototype data generation library for .NET apps that provides real time value. In this article, we will look into the data generation using Genfu , exposing that using WebAPI and finally binding the same using AngularJS.
    Rajnilari2015
    Demonstration of Total Profit/Loss amount of a company through WaterFall2d Fusion Chart with AngularJS and WebAPI 
    Last updated on: 11 Apr 2016 09:16:31 PM by Rajnilari2015 | Views: 3294 | Category: AngularJS 1x |
    Votes: 1 | Rating: 5 out of 5
    In this article, we will look into the integration of WaterFall2d Fusion Chart with AngularJS and WebAPI.