currently live in Orem ! I graduated from this fine institution ! I think this building was grass at that time ! I’m a Ruby/AngularJS developer at EmpowerIT ! When not working, I’m either attached to motorcycle handlebars or a fly fishing rod.
years. I have rubber to wear off my tires evenings & weekends I’d like to be able to create apps for iPhone and Android I’d like to save my company money and time
November 2013 Combines Apache Cordova and AngularJS Lots of Framework-y additions to make life easier Sort of Bootstrap for Cordova, but not really Only works on Android 4.2+ (possibly 4.1+)
app ! ! platforms directory This depends on what platforms you are building for ! scss directory Use this to modify Ionic’s default Look and Feel ! plugins directory http://plugins.cordova.io ! www directory Where the magic happens
server calls ! Changes to client angular.module("moduleName", []).config(function($httpProvider) { delete $httpProvider.defaults.headers.common["X-Requested-With"]; $httpProvider.defaults.useXDomain = true; }) Changes to server (Sinatra) before do headers 'Access-Control-Allow-Origin' => '*', 'Access-Control-Allow-Methods' => ['OPTIONS', 'GET', 'POST'], 'Access-Control-Allow-Headers' => 'Content-Type' end