Skip to content

Commit 2e3a7fd

Browse files
vandycknickIgorMinar
authored andcommitted
docs(guide/directive) example79 ptor missing attr
Closes angular#8257
1 parent fdf9989 commit 2e3a7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Here are some equivalent examples of elements that match `ngBind`:
8484
<span x-ng-bind="name"></span> <br/>
8585
</div>
8686
</file>
87-
<file name="protractorTest.js">
87+
<file name="protractor.js" type="protractor">
8888
it('should show off bindings', function() {
8989
expect(element(by.css('div[ng-controller="Controller"] span[ng-bind]')).getText())
9090
.toBe('Max Karl Ernst Ludwig Planck (April 23, 1858 – October 4, 1947)');

0 commit comments

Comments
 (0)