Skip to content

Instantly share code, notes, and snippets.

View fredrikbonander's full-sized avatar

Fredrik Bonander fredrikbonander

View GitHub Profile
#!/usr/bin/python
# -*- coding: utf-8 -*-
__author__ = 'broken'
import os
import zipfile
import yaml
from shutil import copy2
@fredrikbonander
fredrikbonander / angular-resource-mod.js
Created September 19, 2012 12:16
Added optional urlOption to resource constructor to support unencoded url:s
/**
* @license AngularJS v1.0.0rc12
* (c) 2010-2012 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {
'use strict';
/**
* @ngdoc overview