diff options
| author | Peter Bacon Darwin | 2014-02-14 12:17:03 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:43 +0000 | 
| commit | 5c6f9f8e8192030b0cb4d820f97de08f278c6075 (patch) | |
| tree | 9023624cc179cee1e876da932322c337d070ac0a /src | |
| parent | 64403ff36f587d9158afcf1f611215ffc603eb21 (diff) | |
| download | angular.js-5c6f9f8e8192030b0cb4d820f97de08f278c6075.tar.bz2 | |
docs(ngHref): don't run the breaking protractor test
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/directive/booleanAttrs.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/directive/booleanAttrs.js b/src/ng/directive/booleanAttrs.js index 01b9ee67..955b382d 100644 --- a/src/ng/directive/booleanAttrs.js +++ b/src/ng/directive/booleanAttrs.js @@ -69,7 +69,7 @@            }, 1000, 'page should navigate to /123');          }); -        it('should execute ng-click but not reload when href empty string and name specified', function() { +        xit('should execute ng-click but not reload when href empty string and name specified', function() {            element(by.id('link-4')).click();            expect(element(by.model('value')).getAttribute('value')).toEqual('4');            expect(element(by.id('link-4')).getAttribute('href')).toBe(''); | 
