In this post I am going to explain, how we can conditionally add CSS class based on ngRepeat properties in AngularJS. This is my 12th blog in AngularJS series.
technology
Conditionally add a CSS class in AngularJS
In this post I am going to explain, how we can conditionally add a CSS class in AngularJS. This is my 11th blog in AngularJS series.
Making name attribute selector case insensitive using jQuery
In this post I am going to explain, how we can make name attribute selector case-insensitive using jQuery. Let’s say we have a HTML markup like this:
Continue reading
Creating a Custom Directive in AngularJS
In this post I am going to explain, how we can create a simple custom directive in AngularJS. This is my 10th blog in AngularJS series.
Misc #4: Useful blogs, plugins & sites for June 2015
In this post I am going to share some of the blogs, plugins & sites related to jQuery, Javascript, AngularJS and others that I came across in June, 2015.
AngularJS Trick #1: Getting correct filtered length value of an array outside the scope of ng-repeat
In this post I am going to show, how we can get the correct filtered length value of an array outside the scope of ng-repeat in AngularJS. This is my 9th blog in AngularJS series.
Using Currency Formats in AngularJS
In this post I am going to show, how we can use various currency formats along with setting fraction sizes in AngularJS. This is my 8th blog in AngularJS series.