6 lines
101 B
JavaScript
Raw Normal View History

2017-08-11 13:21:35 -06:00
app.directive('todoDirective', function() {
return {
templateUrl: "_todo-widget.html"
};
});