docs(guide/directive) example79 ptor missing attr

Closes #8257
This commit is contained in:
vdyckn
2014-07-18 16:43:28 +02:00
committed by Igor Minar
parent fdf9989f7c
commit 2e3a7fd3e9

View File

@@ -84,7 +84,7 @@ Here are some equivalent examples of elements that match `ngBind`:
<span x-ng-bind="name"></span> <br/>
</div>
</file>
<file name="protractorTest.js">
<file name="protractor.js" type="protractor">
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)');