aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngBind.js
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-12 22:47:42 +0000
committerPeter Bacon Darwin2014-02-16 19:03:41 +0000
commit06f2ba899fac8ad004bf65dce39a3b05e2387c0f (patch)
tree7aaba1435396b48d1602a0b8b3c055ec75591dc3 /src/ng/directive/ngBind.js
parent9f828a07dc63ed13bda991cc7cf21cae89b64948 (diff)
downloadangular.js-06f2ba899fac8ad004bf65dce39a3b05e2387c0f.tar.bz2
docs(bike-shed-migration): fix invalid </file name=""> HTML in examples
Diffstat (limited to 'src/ng/directive/ngBind.js')
-rw-r--r--src/ng/directive/ngBind.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/directive/ngBind.js b/src/ng/directive/ngBind.js
index 8e787a64..43611c5a 100644
--- a/src/ng/directive/ngBind.js
+++ b/src/ng/directive/ngBind.js
@@ -38,7 +38,7 @@
Hello <span ng-bind="name"></span>!
</div>
</file>
- </file name="protractor.js" type="protractor">
+ <file name="protractor.js" type="protractor">
it('should check ng-bind', function() {
var exampleContainer = $('.doc-example-live');
var nameInput = element(by.model('name'));
@@ -94,7 +94,7 @@ var ngBindDirective = ngDirective(function(scope, element, attr) {
<pre ng-bind-template="{{salutation}} {{name}}!"></pre>
</div>
</file>
- </file name="protractor.js" type="protractor">
+ <file name="protractor.js" type="protractor">
it('should check ng-bind', function() {
var salutationElem = element(by.binding('salutation'));
var salutationInput = element(by.model('salutation'));