From 06f2ba899fac8ad004bf65dce39a3b05e2387c0f Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 12 Feb 2014 22:47:42 +0000 Subject: docs(bike-shed-migration): fix invalid HTML in examples --- src/ng/directive/ngBind.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ng/directive/ngBind.js') 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 ! - + 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) {

        
      
- + it('should check ng-bind', function() { var salutationElem = element(by.binding('salutation')); var salutationInput = element(by.model('salutation')); -- cgit v1.2.3