docs(demos): rename three-line-list to multiline list

This commit is contained in:
Drew Rygh
2015-11-02 15:02:21 -06:00
parent 5350aca81a
commit a03807d54a
3 changed files with 11 additions and 6 deletions

View File

@ -64,10 +64,10 @@ export class AvatarListsPage {
}
@Page({
templateUrl: 'lists/three-lists.html',
templateUrl: 'lists/multiline-lists.html',
directives: [forwardRef(() => AndroidAttribute)]
})
export class ThreeLineListsPage {
export class MultilineListsPage {
constructor() {
}