In Angular people can write
app.directive('myDirective', function () { template: "<strong>oh no</strong>" });
In Angular people can write
which is what I think they were getting at.