Office Dev Show - Episode 8 - iPad Extensibility

Office Dev Show - Episode 8 - Getting Started with Cross-platform Apps
In this episode of the Office Dev Show, Richard diZerega shows how to use Apache Cordova to build a simple mobile application built using Cordova, AngularJS, and the Ionic Framework to display contacts from Office 365.
The sample code can be found here on GitHub,
Happy Coding!
Just a quick note...in the video I used NuGet to add reference to the Ionic Framework. I did this because it also included a special index.html file I frequently use in Cordova/Ionic projects. In general, the ionic command line (http://ionicframework.com/getting-started/) or bower is a better approach for referencing Ionic. Happy Coding!
It's a nice intro for Ionic newbies like me who love VS and example code you provided on Github is helpful.
Thanks