You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
In particular, don’t show the language dropdown for the docs change-log
page (since JS and Dart don’t have a change log).
Together with #2830, this
fixes#2150
Copy file name to clipboardExpand all lines: public/_includes/_version-dropdown.jade
+12-12
Original file line number
Diff line number
Diff line change
@@ -61,16 +61,16 @@ if language == 'dart'
61
61
else
62
62
- var title ='Angular '+ version +' for Dart'
63
63
64
+
ifcurrent.path[4] !=='change-log'
65
+
//- DROPDOWN BUTTON
66
+
nav.dropdown
67
+
button(aria-label="Select a version of Angular"md-buttonclass="dropdown-button"ng-click="appCtrl.toggleVersionMenu($event)")#{title} <spanclass="icon icon-arrow-drop-down"></span>
button(aria-label="Select a version of Angular"md-buttonclass="dropdown-button"ng-click="appCtrl.toggleVersionMenu($event)")#{title} <spanclass="icon icon-arrow-drop-down"></span>
0 commit comments