Skip to content

Instantly share code, notes, and snippets.

directive('dropDown', function () {
return {
scope: {
ngModelValue: '=ngModel'
},
require: '?ngModel',
link: function (scope, element, attribute, ngModel) {
var site = site || {};