Slide 9
Slide 9 text
app.directive("apDropDown", function (apDropDown, $window) {
return {
restrict: "E",
scope: {model: "=apModel", options: "=apOptions"},
template: "...",
replace: true,
link: function (scope, element, attrs) { … }
};
});
Mongo Express Angular Node