Michael
Member since Aug 25, 2011
- Profile: /members/8848-michael.htm
- Comments: 3
Recent Blog Comments By Michael
-
Posting Form Data With $http In AngularJS
Posted on Dec 9, 2014 at 9:46 AM
@Nadav, I am pretty sure that 'angular.forEach()' is synchronous. Here is a plunker, check out the console: http://plnkr.co/edit/c29H9Lmc2bQkzn7sj800?p=preview... read more »
-
Posting Form Data With $http In AngularJS
Posted on Nov 12, 2014 at 11:42 AM
Hi, Thank you for the great solution. One small thing I wanted to add: on line 121 you can use: angular.forEach(data, function(value, name) { ... }) and drop the following lines: if (!data.hasOwnProperty( name ) ) { continue; } var value = data[ name ]; Michael... read more »
-
Win A Copy Of JavaScript Enlightenment By Cody Lindley
Posted on Aug 25, 2011 at 10:57 AM
What the hella am I doing in order to win a good JavaScript book? I am putting this text in jsFiddle, clicking "Run" and hoping to see "true" in the alert - like I'm retarded - so I'll win this crazy comment comepition on a totally wicked site!... read more »