6 lines
118 B
JavaScript
Raw Permalink Normal View History

2017-08-11 13:21:35 -06:00
app.directive('todoDirective', function() {
return {
2017-08-11 15:18:26 -06:00
templateUrl: "templates/widgets/todo-widget.html"
2017-08-11 13:21:35 -06:00
};
});