This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
237 additions
and
163 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 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,5 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget id="org.peartrade.localloop" version="0.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<widget id="org.peartrade.localloop" version="0.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>LocalLoop</name> | ||
<description>Tracking Local Money for Local People.</description> | ||
<author email="[email protected]" href="http://github.com/pear-trading">Pear Trading Development Team</author> | ||
|
@@ -44,6 +44,7 @@ | |
<plugin name="cordova-plugin-file" spec="^4.3.3" /> | ||
<plugin name="cordova-plugin-file-transfer" spec="^1.6.3" /> | ||
<plugin name="cordova-plugin-filepath" spec="^1.0.2" /> | ||
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" /> | ||
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" /> | ||
<plugin name="cordova-plugin-statusbar" spec="^2.2.1" /> | ||
<plugin name="cordova-plugin-whitelist" spec="^1.3.1" /> | ||
|
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,11 @@ <h1>LocalLoop</h1> | |
<form [formGroup]="login" (ngSubmit)="onSubmit()"> | ||
<ion-item class="item-submit"> | ||
<ion-label stacked>Email</ion-label> | ||
<ion-input type="text" formControlName="email"></ion-input> | ||
<ion-input type="text" formControlName="email" placeholder="[email protected]"></ion-input> | ||
</ion-item> | ||
<ion-item class="item-submit"> | ||
<ion-label stacked>Password</ion-label> | ||
<ion-input type="password" formControlName="password"></ion-input> | ||
<ion-input type="password" formControlName="password" placeholder="Insert Password"></ion-input> | ||
</ion-item> | ||
<!-- The CSS for the buttons needs fixing so color="secondary" is no longer required --> | ||
<button ion-button type="submit" color="secondary" class="button-submit" [disabled]="login.invalid" block>Sign In</button> | ||
|
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
Oops, something went wrong.