docs: fix syntax highlight on API section

Closes #533
This commit is contained in:
Drew Rygh
2015-11-16 14:59:36 -06:00
parent 63d591b359
commit df3a59dc81
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ import {ViewController} from './view-controller';
*
* Additionally, specifying the `swipe-back-enabled` property will allow you to
* swipe to go back:
* ```ts
* ```html
* <ion-nav swipe-back-enabled="false" [root]="rootPage"></ion-nav>
* ```
*

View File

@ -26,7 +26,7 @@ import {Icon} from '../icon/icon';
* To override the platform specific TabBar placement, use the
* `tabbar-placement` property:
*
* ```ts
* ```html
* <ion-tabs tabbar-placement="top">
* <ion-tab [root]="tabRoot"></ion-tab>
* </ion-tabs>
@ -34,7 +34,7 @@ import {Icon} from '../icon/icon';
*
* To change the location of the icons in the TabBar, use the `tabbar-icons`
* property:
* ```ts
* ```html
* <ion-tabs tabbar-icons="bottom">
* <ion-tab [root]="tabRoot"></ion-tab>
* </ion-tabs>