Sandeep Kumar Patel's Blog, page 5
September 30, 2014
Introducing Batarang : AngularJS Debugger

Published on September 30, 2014 11:07
September 27, 2014
AngularJS Message Module

<html ng-app="myApp">
<head>
<script src="http://www.tutorialsavvy.com//ajax.go......
Published on September 27, 2014 10:13
AngularJS Publish Subscribe Using Emit and Broadcast

AngularJS provides publish subscribe mechanism using using $emit and $broadcast mechanism.A published message can be subscribed or listened using $on method.In this demo, "We will learn the difference between Emit and broadcast pub-sub mechanism using a real simple example".Difference between Emit and Broadcast is the way they propagate or traveled from the source.A message publish via $emit propagates upward and travel up t...
Published on September 27, 2014 01:08
September 16, 2014
Chocolatey Package Manager For Windows OS

Published on September 16, 2014 08:15
September 11, 2014
AngularJS filter module

Published on September 11, 2014 10:02
September 8, 2014
AngularJS Form Validation

Published on September 08, 2014 09:36
September 6, 2014
Implementing AngularJS Anchor Scroll

Published on September 06, 2014 09:35
September 5, 2014
Understanding AngularJS Provider

<html...
Published on September 05, 2014 11:25
August 4, 2014
Indtroducing Chrome Development Editor



Published on August 04, 2014 09:55
July 27, 2014
Resolving Polymer ReferenceError Platform is not defined
While coding for Polymer JavaScript library for web component you will face an exception "ReferenceError Platform is not defined", though all the library are included properly.In this Demo, "We will see How it occurs and its solution".Below screen shot shows the chrome inspect of loaded HTML of a sample polymer code.You can mark the platform file is loaded in 2nd script.This causes the above mention Reference error in chrome browser while it will run properly in Firefox.

Published on July 27, 2014 12:05