I've recently started working with a couple new tools: JSPM [http://jspm.io/], and Angular Material [https://material.angularjs.org/]. I won't go into much detail on using JSPM here, will save that for future posts, but I do mention it becaus … »
-
Angular Material Sidenav -
✭Going Fullscreen with Angular Directives✭ I recently ran across a very nice post on the HTML5 Fullscreen API on David Walsh's Blog [http://davidwalsh.name/fullscreen] and saw an opportunity for incorporating this functionality into an Angular app, utilizing the notion of directive contro … »
-
Angular Unit Testing part 1 - Local Storage In my last blog post [http://www.blog.bradleygore.com/2014/09/11/local-storage-with-angular-services/] , we went over one strategy for utilizing HTML5 Local Storage to help provide offline access functionality to an application. In this tutorial, we& … »
-
Using Local Storage with Angular Services With HTML5 Local Storage [http://diveintohtml5.info/storage.html], there's a lot of potential to bring a bit better user experience to an application. Here are a few use-cases for local storage: * Long term storage - there's no expiration o … »