Skip to content

Instantly share code, notes, and snippets.

View CookieCookson's full-sized avatar
🍪
Cookie

Christian Cook CookieCookson

🍪
Cookie
View GitHub Profile
@CookieCookson
CookieCookson / paella.md
Last active December 29, 2023 03:14
A paella recipe

Cookie's Paella 🍪🥘

paella

Serving size 4

Ingredients

Required

  • 2 Chicken breast (Diced)
@CookieCookson
CookieCookson / loader.html
Created May 26, 2017 12:16
Check firebase logged in state
<ion-content>
<ion-spinner ion-fixed></ion-spinner>
</ion-content>
@CookieCookson
CookieCookson / FileStorage.js
Created May 9, 2017 08:51
Persistent key/value storage for Cordova + Ionic V1
/**
* For this to work on devices, install the File plugin
* `cordova plugin add cordova-plugin-file --save`
* */
(function (angular) {
'use strict';
angular.module('elixel.fileStorage', ['ionic'])