From 8c714d65f32cbc93a5d221c6abd3173a0aadd380 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 --- 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 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)');