From 2e3a7fd3e95e07ba0b9ab215a8b882cb7bb160bf Mon Sep 17 00:00:00 2001 From: vdyckn Date: Fri, 18 Jul 2014 16:43:28 +0200 Subject: [PATCH] docs(guide/directive) example79 ptor missing attr Closes #8257 --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)');