walnut_launchpad.html/js/directives/uploadDirective.js

6 lines
105 B
JavaScript
Raw Normal View History

2017-08-11 19:21:35 +00:00
app.directive('uploadDirective', function() {
return {
templateUrl: "_upload-widget.html"
};
});