RichardS
Member since May 11, 2013
- Profile: /members/10884-richards.htm
- Comments: 3
Recent Blog Comments By RichardS
-
Loading AngularJS Components With RequireJS After Application Bootstrap
Posted on May 27, 2014 at 11:39 AM
console.log( "Lazy module loaded." ); } ); } else { $scope.subview = "before"; } } } What are you thinking with all the emp... read more »
-
Loading AngularJS Components With RequireJS After Application Bootstrap
Posted on May 27, 2014 at 11:38 AM
Please please stop adding so many empty lines to your code. I find that with all the lines your code is almost twice as long as it could be without the empty lines. I'd love to read and learn from your code but you are making it difficult for us. Please try checking it out yourself. You are one of ... read more »
-
Nested Views, Routing, And Deep Linking With AngularJS
Posted on May 11, 2013 at 4:46 AM
You're code is great but could you make it more readable. There are so many empty lines that I find myself scrolling all the time. Why for example put two empty lines before and after every comment. Hope you don't take this the wrong way but if you removed most of the empty lines it would make it a ... read more »