-
Notifications
You must be signed in to change notification settings - Fork 0
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
Veera93
authored and
Veera93
committed
Nov 5, 2017
1 parent
92b5aaa
commit 4a59829
Showing
10 changed files
with
103 additions
and
37 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,41 @@ | ||
<site-outline> | ||
<content-header-image | ||
title="75 Lynbrook Ave." | ||
subtitle="$127,000 | 3 Bedrooms | 1,024 Square Feet" | ||
title="Home in {{stateData.house[2]}}" | ||
subtitle="${{stateData.house[1]}} | {{stateData.house[6]}} Bedrooms | {{stateData.house[7]}} Square Feet" | ||
image="assets/img/sell/header.jpg" | ||
> | ||
</content-header-image> | ||
<content-padding-standard> | ||
<div flex="100" flex-gt-sm="70" flex-offset-gt-sm="15"> | ||
<md-card> | ||
<md-card ng-show="!stateData.submitted"> | ||
<md-card-title> | ||
<md-card-title-text> | ||
<span class="md-headline"><i class="fa fa-money"></i> <strong>Purchase Home</strong></span> | ||
<span class="md-subtitle">This home is being sold by <strong>Charlie Campanella</strong> for $127,000</span> | ||
<span class="md-subtitle">This home is being sold by <strong>{{stateData.house[0]}}</strong> for ${{stateData.house[1]}}</span> | ||
</md-card-title-text> | ||
</md-card-title> | ||
<md-divider></md-divider> | ||
<md-card-content> | ||
<form class="custom-form" flex="100"> | ||
<input placeholder="Full Name" ng-model="buyData.fullName" maxlength="25" flex="100"> | ||
<input placeholder="Email Address" ng-model="buyData.emailAddress" maxlength="50" flex="100"> | ||
<input type="number" placeholder="Offer ($127,000+)" ng-model="buyData.offer" maxlength="7" flex="100"> | ||
<input type="number" placeholder="Offer (${{stateData.house[1]}}+)" ng-model="buyData.offer" maxlength="7" flex="100"> | ||
<br> | ||
<md-button class="md-button-custom md-button-custom-padded full-width" ng-class="{'md-disabled': !canSubmit(), 'md-accent': canSubmit()}" ng-disabled="!canSubmit()" ng-click="submit()">Submit Purchase Offer</md-button> | ||
</form> | ||
</md-card-content> | ||
</md-card> | ||
<md-card ng-show="stateData.submitted"> | ||
<md-card-title> | ||
<md-card-title-text> | ||
<span class="md-headline"><i class="fa fa-star"></i> <strong>Offer Submitted!</strong></span> | ||
</md-card-title-text> | ||
</md-card-title> | ||
<md-divider></md-divider> | ||
<md-card-content> | ||
You have successfully submitted your purchase offer! If the seller approves, your transaction will go through. | ||
</md-card-content> | ||
</md-card> | ||
</div> | ||
</content-padding-standard> | ||
</site-outline> |
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