walnut_launchpad.html/js/directives/upload-directive.js

6 lines
122 B
JavaScript
Raw Permalink Normal View History

2017-08-11 19:21:35 +00:00
app.directive('uploadDirective', function() {
return {
2017-08-11 21:18:26 +00:00
templateUrl: "templates/widgets/upload-widget.html"
2017-08-11 19:21:35 +00:00
};
});