fix: replace 2.X.Y with 4.X.Y

This commit is contained in:
Igor Minar 2017-03-23 20:07:17 -07:00
parent 338e9e9438
commit 064efb475f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if current.path[4] && current.path[3] == 'api'
if current.path.indexOf('cheatsheet') > 0 || current.path[current.path.length-2] === 'api'
- var base = current.path[4] ? '../guide' : './guide';
- var ngVersion = '(v<ngio-cheatsheet src="' + base + '/cheatsheet.json" version-only>2.X.Y</ngio-cheatsheet>)';
- var ngVersion = '(v<ngio-cheatsheet src="' + base + '/cheatsheet.json" version-only>4.X.Y</ngio-cheatsheet>)';
header.hero.background-sky
h1(class="hero-title #{textFormat}") #{headerTitle} !{ngVersion}