Facebook Like Counter jQuery Plugin
Facebook Like Counter jQuery Plugin helps to make your website more interactive.It stores data on the client with localStorage (for multiple values) or cookie (for single value) support. Yearly, monthly, weekly,...
this in angularjs
Most of the time we use this in JavaScript or $(this) in jQuery . Now How to use this in AngularJS ? In Angular by $event we can get this by event...
How to update driver in Ubuntu
Normally when we work with Linux type operating system(like in Ubuntu,Xubuntu,Kubuntu) then it will get driver automatic.but when Motherboard is other then INTEL **like ASUS **and many more then for this...
Code organization in angularjs
When we work with any programming language the main thing is our code structure and code organization. Because when new person work with us then at that time if our...
Dynamic routing with AngularJS
In My previous Article we have learned about Routing in angular JS . But in normal routing if we have 1000 route then at that time set config for every route...
How to use multiple ng-view in a single page
we can use only one ng-view in single template but if we want to use multiple ng-view then we can use it by the ng-include, ng-switch or mapping different controllers and...
conditionally apply classes in angularjs
In Angular we can add ,remove classes with the pre-build directive ng-class. ng-class take value in boolean type when it get true it add class else it remove class.we can...
Learn Complete AngularJS in 5 Steps (Step 5 of 5)
As per my Previous article you know Angular Service.if you not don’t know then please first read my previous article then come on this article by this you can easily understand this article....
$(document).ready vs $(window).load vs window.onload
$(document).ready Many time we use ` $(document).ready `when we work with jQuery.This code is written when we execute our code when DOM is ready** except images**.like If our web page has images...
Detect Orientation Event
By JavaScript we can detect orientation event of mobile application that it is in landscape or portrait mode. In JavaScript window object has orientation property so we can get this property by window.orientation....