Merge pull request #7143 from 4nonym0us/patch-1

Raact to Ionic 1.2 release
This commit is contained in:
Masahiro Wakame
2015-12-12 23:50:35 +09:00
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -360,6 +360,8 @@ class IonicTestController {
this.$ionicTabsDelegate.select(1);
var selectedIndex: number = this.$ionicTabsDelegate.selectedIndex();
var ionicTabsDelegate: ionic.tabs.IonicTabsDelegate = this.$ionicTabsDelegate.$getByHandle("handle");
this.$ionicTabsDelegate.showBar(true);
var isBarShown: boolean = this.$ionicTabsDelegate.showBar();
}
private testUtility(): void {
var {top: number, left: number, width: number, height: number} = this.$ionicPositionService.position(angular.element("body"));
+1
View File
@@ -343,6 +343,7 @@ declare module ionic {
select(index: number): void;
selectedIndex(): number;
$getByHandle(handle: string): IonicTabsDelegate;
showBar(show?: boolean): boolean;
}
}
module utility {