Skip to content

Instantly share code, notes, and snippets.

View sean-stanley's full-sized avatar

Sean Stanley sean-stanley

View GitHub Profile
@sean-stanley
sean-stanley / auckland.geojson
Created June 27, 2017 22:39
Auckland GeoJSON
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sean-stanley
sean-stanley / app.js
Last active August 29, 2015 13:56 — forked from victorb/app.js
var myApp = angular.module('myApp', []);
myApp.directive('googleplace', function() {
return {
require: 'ngModel',
link: function(scope, element, attrs, model) {
var options = {
types: [],
componentRestrictions: {}
};