diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc
index 261d702dd528..f745535b9357 100644
--- a/docs/content/guide/directive.ngdoc
+++ b/docs/content/guide/directive.ngdoc
@@ -84,7 +84,7 @@ Here are some equivalent examples of elements that match `ngBind`:
-
+
it('should show off bindings', function() {
expect(element(by.css('div[ng-controller="Controller"] span[ng-bind]')).getText())
.toBe('Max Karl Ernst Ludwig Planck (April 23, 1858 – October 4, 1947)');