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