leob
Member since Aug 8, 2015
- Profile: /members/12776-leob.htm
- URL: https://github.com/leob
- Comments: 3
Recent Blog Comments By leob
-
TypeError: Cannot Read Property "childNodes" Of Undefined In AngularJS
Posted on Aug 21, 2015 at 4:57 AM
Interesting and not something that you would expect, that a browser plugin would mess up your web app. However I had something quite similar some time ago: I ran an AngularJS (Ionic) app in Chrome and the app was running in "strict-DI" mode (for strict checking of Angular Dependency Injec... read more »
-
Replacing ngInclude With Component Directives In AngularJS
Posted on Aug 13, 2015 at 5:39 AM
Cool, again a very nice explanation. I'm in the same transition as you were, replacing includes with directives. One clear drawback of includes is you can't pass parameters to them, with directives you can. The advantage of includes is that they're simple to understand, the DISadvantage of direc... read more »
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Aug 8, 2015 at 3:19 PM
Great post, I love your articles. Simple but useful (well most useful things are simple but based on good ideas). I'm going to apply this technique in my Ionic app. One could use Google Analytics or for instance Ionic Analytics as the backend server to send the data to, right? Should definitely be... read more »