-
-
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.
# Conflicts: # App/Cordova_App.vstemplate # Visual Studio Template/Visual Studio Template/ProjectTemplates/Apache Cordova Apps/MultiplatformCordova_1_0_2.zip # Visual Studio Template/Visual Studio Template/Visual Studio Template.csproj # Visual Studio Template/Visual Studio Template/bin/Debug/MultiplatformCordova_1_0_2.vsix # Visual Studio Template/Visual Studio Template/bin/Debug/ProjectTemplates/Apache Cordova Apps/MultiplatformCordova_1_0_2.zip # Visual Studio Template/Visual Studio Template/bin/Debug/extension.vsixmanifest # Visual Studio Template/Visual Studio Template/obj/Debug/Visual Studio Template.csproj.FileListAbsolute.txt # Visual Studio Template/Visual Studio Template/obj/Debug/Visual Studio Template.csproj.VsixDeployedFileListAbsolute.txt # Visual Studio Template/Visual Studio Template/obj/Debug/extension.vsixmanifest # Visual Studio Template/Visual Studio Template/source.extension.vsixmanifest
- Loading branch information
Showing
14 changed files
with
95 additions
and
55 deletions.
There are no files selected for viewing
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
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' |
Oops, something went wrong.