diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 1ff119a4..b613c5bf 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)');