mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
19 lines
600 B
HTML
19 lines
600 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/dist/ionic.css">
|
|
<script src="/vendor/angular/1.2.0rc1/angular-1.2.0rc1.min.js"></script>
|
|
<script src="/ext/angular/src/ionicContent.js"></script>
|
|
<script src="/ext/angular/src/ionicTabBar.js"></script>
|
|
</head>
|
|
<body ng-app="ionic.ui.tabbar">
|
|
<tab-bar>
|
|
<tabs>
|
|
<tab-item active="true" text="Cats" icon="icon-default" />
|
|
<tab-item active="true" text="Cats" icon="icon-default" />
|
|
<tab-item active="true" text="Cats" icon="icon-default" />
|
|
</tabs>
|
|
</tab-bar>
|
|
</body>
|
|
</html>
|