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 / 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: {}
};