mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
docs(): update icon demo docs
This commit is contained in:
@ -18,10 +18,10 @@ class NavigationDetailsPage {
|
||||
'Sass': "Syntactically Awesome Stylesheets - a mature, stable, and powerful professional grade CSS extension."
|
||||
};
|
||||
var navIcons = {
|
||||
'Angular': 'ion-social-angular',
|
||||
'CSS3': 'ion-social-css3',
|
||||
'HTML5': 'ion-social-html5',
|
||||
'Sass': 'ion-social-sass'
|
||||
'Angular': 'angular-logo',
|
||||
'CSS3': 'css3-logo',
|
||||
'HTML5': 'html5-logo',
|
||||
'Sass': 'sass-logo'
|
||||
};
|
||||
this.selection['content'] = navData[this.selection.title];
|
||||
this.selection['icon'] = navIcons[this.selection.title];
|
||||
|
Reference in New Issue
Block a user