Skip to content

Instantly share code, notes, and snippets.

View Wsiegenthaler's full-sized avatar

Weston Siegenthaler Wsiegenthaler

View GitHub Profile
/*global angular: true, google: true, _ : true */
'use strict';
angular.module('geocoder', ['ngStorage']).factory('Geocoder', function ($localStorage, $q, $timeout) {
var locations = $localStorage.locations ? JSON.parse($localStorage.locations) : {};
var queue = [];
// Amount of time (in milliseconds) to pause between each trip to the