We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf9989 commit 2e3a7fdCopy full SHA for 2e3a7fd
docs/content/guide/directive.ngdoc
@@ -84,7 +84,7 @@ Here are some equivalent examples of elements that match `ngBind`:
84
<span x-ng-bind="name"></span> <br/>
85
</div>
86
</file>
87
- <file name="protractorTest.js">
+ <file name="protractor.js" type="protractor">
88
it('should show off bindings', function() {
89
expect(element(by.css('div[ng-controller="Controller"] span[ng-bind]')).getText())
90
.toBe('Max Karl Ernst Ludwig Planck (April 23, 1858 – October 4, 1947)');
0 commit comments