Sollicitatievraag bij RealPage

write code to create a sample custom directive?

Antwoord op sollicitatievraag

Anoniem

25 mei 2018

var app = angular.module("myApp", []); app.directive("w3TestDirective", function() { return { template : "Made by a directive!" }; });