Skip to content

Instantly share code, notes, and snippets.

angular.module('RemoteLogger', [])
/**
* The current version of the module
*/
.constant('MODULE_VERSION', '0.0.1')
/**
/**
* ================== angular-ios9-uiwebview.patch.js v1.1.0 ==================
*
* This patch works around iOS9 UIWebView regression that causes infinite digest
* errors in Angular.
*
* The patch can be applied to Angular 1.2.0 – 1.4.5. Newer versions of Angular
* have the workaround baked in.
*
* To apply this patch load/bundle this file with your application and add a
@Urbiwanus
Urbiwanus / gist:c1e456f889f53e940a11
Last active November 13, 2019 15:38
Cordova Paypal Integration AngularJS
app.factory('PaypalService', ['$q', '$ionicPlatform', 'shopSettings', '$filter', '$timeout', function ($q, $ionicPlatform, shopSettings, $filter, $timeout) {
var init_defer;
/**
* Service object
* @type object
*/
var service = {
@Urbiwanus
Urbiwanus / Gruntfile
Created February 23, 2015 22:36
Cordova-App-loader Grunt
Usage :
jsonmanifest: {
generate: {
options: {
basePath: '../www',
exclude: [],
//load all found assets
loadall: true,
//manually add files to the manifest