diff options
| author | Peter Bacon Darwin | 2014-02-12 22:47:42 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:41 +0000 | 
| commit | 06f2ba899fac8ad004bf65dce39a3b05e2387c0f (patch) | |
| tree | 7aaba1435396b48d1602a0b8b3c055ec75591dc3 /src/ng/directive/ngPluralize.js | |
| parent | 9f828a07dc63ed13bda991cc7cf21cae89b64948 (diff) | |
| download | angular.js-06f2ba899fac8ad004bf65dce39a3b05e2387c0f.tar.bz2 | |
docs(bike-shed-migration): fix invalid </file name=""> HTML in examples
Diffstat (limited to 'src/ng/directive/ngPluralize.js')
| -rw-r--r-- | src/ng/directive/ngPluralize.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/directive/ngPluralize.js b/src/ng/directive/ngPluralize.js index ea5f2779..477e507e 100644 --- a/src/ng/directive/ngPluralize.js +++ b/src/ng/directive/ngPluralize.js @@ -123,7 +123,7 @@            </ng-pluralize>          </div>        </file> -      </file name="protractor.js" type="protractor"> +      <file name="protractor.js" type="protractor">          it('should show correct pluralized string', function() {            var withoutOffset = element.all(by.css('ng-pluralize')).get(0);            var withOffset = element.all(by.css('ng-pluralize')).get(1); | 
