1
0
Fork 0
walnut_launchpad.html/js/directives/uploadDirective.js

6 linhas
105 B
JavaScript

app.directive('uploadDirective', function() {
return {
templateUrl: "_upload-widget.html"
};
});