walnut_launchpad.html/js/directives/todoDirective.js

6 lines
101 B
JavaScript

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