Amit Thakkar
Member since Nov 25, 2014
- Profile: /members/12441-amit-thakkar.htm
- URL: http://www.codechutney.in
- Comments: 2
Recent Blog Comments By Amit Thakkar
-
Loading AngularJS Components After Your Application Has Been Bootstrapped
Posted on May 2, 2015 at 10:06 AM
One more awesome blog (y) . Although, It was very difficult to reach this blog from google. Google was not showing this blog. But I made it to reach here. I have a query regarding the blog: Why you are storing controller native method in _controller variable?? although we are not using it? app._co... read more »
-
$scope.$evalAsync() vs. $timeout() In AngularJS
Posted on Nov 25, 2014 at 7:38 AM
Nice blog, Today I solve a issue which was related to digest cycle! $timeout was not working on few places on tizen mobile, but then i tried $scope.$evalAsync(), Its working very well with all the platforms. Thanks.... read more »