6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
app.directive('todoDirective', function() {
|
|
return {
|
|
templateUrl: "templates/widgets/todo-widget.html"
|
|
};
|
|
});
|