walnut_launchpad.html/js/directives/todo-directive.js
2017-08-15 09:37:37 -06:00

6 lines
118 B
JavaScript

app.directive('todoDirective', function() {
return {
templateUrl: "templates/widgets/todo-widget.html"
};
});