-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update home template to have more examples
Improve windows appbar
- Loading branch information
Showing
23 changed files
with
99 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<ion-view view-title="Home"> | ||
<ion-content> | ||
<div class="list"> | ||
<label class="item item-input item-floating-label"> | ||
<span class="input-label">First Name</span> | ||
<input type="text" | ||
placeholder="First Name"> | ||
</label> | ||
<label class="item item-input item-floating-label"> | ||
<span class="input-label">Last Name</span> | ||
<input type="text" | ||
placeholder="Last Name"> | ||
</label> | ||
</div> | ||
|
||
<div class="padding"> | ||
<a class="button button-block button-positive icon icon-right ion-chevron-right" ui-sref="tabs.scroll">Submit</a> | ||
</div> | ||
</ion-content> | ||
</ion-view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
<ion-nav-bar class="bar-calm" | ||
align-title="left"> | ||
|
||
<ion-nav-back-button class="button-icon icon icon-only ion-arrow-left-c"></ion-nav-back-button> | ||
|
||
<ion-nav-buttons side="left"> | ||
<button menu-toggle="left" | ||
class="button button-clear icon ion-navicon-round" | ||
ng-hide="$exposeAside.active"></button> | ||
</ion-nav-buttons> | ||
|
||
</ion-nav-bar> | ||
|
||
<ion-nav-view></ion-nav-view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<ion-view view-title="Home"> | ||
<ion-content> | ||
<div class="list"> | ||
<label class="item item-input"> | ||
<span class="input-label">First Name</span> | ||
<input type="text"> | ||
</label> | ||
<label class="item item-input"> | ||
<span class="input-label">Last Name</span> | ||
<input type="text"> | ||
</label> | ||
</div> | ||
|
||
<div class="padding"> | ||
<a class="button button-block button-positive icon icon-right ion-chevron-right" ui-sref="tabs.scroll">Submit</a> | ||
</div> | ||
</ion-content> | ||
</ion-view> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,7 @@ | |
|
||
constructor( | ||
private loadingService: Core.ILoadingService | ||
){ | ||
|
||
) { | ||
this.addTextAsync(); | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
<ion-view view-title="Home"> | ||
<ion-content class="padding"> | ||
<h1>Parent page</h1> | ||
|
||
<a class="button icon icon-right ion-chevron-right" href="#/tabs/scroll">Open Scroll page</a> | ||
<div class="list"> | ||
<label class="item item-input"> | ||
<input type="text" | ||
placeholder="First Name"> | ||
</label> | ||
<label class="item item-input"> | ||
<input type="text" | ||
placeholder="Last Name"> | ||
</label> | ||
</div> | ||
|
||
<div class="padding"> | ||
<a class="button button-block button-positive icon icon-right ion-chevron-right" ui-sref="tabs.scroll">Submit</a> | ||
</div> | ||
</ion-content> | ||
</ion-view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//////////////////// | ||
// Ionic Overrides | ||
@import "variables"; | ||
|
||
$calm: #1AA8D0; | ||
$calm: $Color-Brand-main; | ||
$ionicons-font-path: '../fonts/ionic/release/fonts' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+155 KB
...rdova Apps/MultiplatformCordova_1_0_1.zip → ...rdova Apps/MultiplatformCordova_1_0_2.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+477 KB
...bin/Debug/MultiplatformCordova_1_0_1.vsix → ...bin/Debug/MultiplatformCordova_1_0_2.vsix
Binary file not shown.
Binary file renamed
BIN
+155 KB
...rdova Apps/MultiplatformCordova_1_0_1.zip → ...rdova Apps/MultiplatformCordova_1_0_2.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
Visual Studio Template/Visual Studio Template/bin/Debug/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Visual Studio Template/Visual Studio Template/obj/Debug/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters