Skip to content

Instantly share code, notes, and snippets.

@maderaka
maderaka / app.js
Created July 31, 2014 04:17 — 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: {}
};