-
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.
Merge branch 'master' of github.com:mattcook/MobileTurk
Conflicts: www/js/app.js www/js/controllers.js
- Loading branch information
Showing
9 changed files
with
147 additions
and
12 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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<ion-view view-title="Emotion Rating"> | ||
<ion-content> | ||
<div class='list list-inset'> | ||
<div class="item item-divider item-icon-right"> | ||
Choose How You Feel | ||
<i class="icon ion-ios7-help-outline" ng-click="openModal()"></i> | ||
</div> | ||
<div class="item item-text-wrap"> | ||
If you loved Firefly TV show, amazing Amazon price for entire series: about $27 BlueRay & $17 DVD. | ||
</div> | ||
</div> | ||
|
||
<div class="row button-bar bar-light"> | ||
<a class="button button-clear"><i class="icon ion-close-circled"></i></a> | ||
<a class="button button-clear"><i class="icon ion-close"></i></a> | ||
<a class="button button-clear"><i class="icon ion-minus"></i></a> | ||
<a class="button button-clear"><i class="icon ion-checkmark"></i></a> | ||
<a class="button button-clear"><i class="icon ion-checkmark-circled"></i></a> | ||
</div> | ||
|
||
<div class="range"> | ||
<input type="range" name="volume" min="0" max="4" value="2"> | ||
</div> | ||
|
||
<div class="padding"> | ||
<button class="button button-block button-outline button-balanced">Submit</button> | ||
</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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<ion-view view-title="Image Filtering"> | ||
<ion-content> | ||
<div class='list list-inset'> | ||
<div class="item item-divider item-icon-right"> | ||
Choose How You Feel | ||
<i class="icon ion-ios7-help-outline" ng-click="openModal()"></i> | ||
</div> | ||
<div class="item item-text-wrap"> | ||
If you loved Firefly TV show, amazing Amazon price for entire series: about $27 BlueRay & $17 DVD. | ||
</div> | ||
</div> | ||
|
||
<div class="row button-bar bar-light"> | ||
<a class="button button-clear"><i class="icon ion-close-circled"></i></a> | ||
<a class="button button-clear"><i class="icon ion-close"></i></a> | ||
<a class="button button-clear"><i class="icon ion-minus"></i></a> | ||
<a class="button button-clear"><i class="icon ion-checkmark"></i></a> | ||
<a class="button button-clear"><i class="icon ion-checkmark-circled"></i></a> | ||
</div> | ||
|
||
<div class="range"> | ||
<input type="range" name="volume" min="0" max="4" value="2"> | ||
</div> | ||
|
||
<div class="padding"> | ||
<button class="button button-block button-outline button-balanced">Submit</button> | ||
</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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<ion-view view-title="Tagging"> | ||
<ion-content> | ||
<div class='list list-inset'> | ||
<div class="item item-divider item-icon-right"> | ||
Choose How You Feel | ||
<i class="icon ion-ios7-help-outline" ng-click="openModal()"></i> | ||
</div> | ||
<div class="item item-text-wrap"> | ||
If you loved Firefly TV show, amazing Amazon price for entire series: about $27 BlueRay & $17 DVD. | ||
</div> | ||
</div> | ||
|
||
<div class="row button-bar bar-light"> | ||
<a class="button button-clear"><i class="icon ion-close-circled"></i></a> | ||
<a class="button button-clear"><i class="icon ion-close"></i></a> | ||
<a class="button button-clear"><i class="icon ion-minus"></i></a> | ||
<a class="button button-clear"><i class="icon ion-checkmark"></i></a> | ||
<a class="button button-clear"><i class="icon ion-checkmark-circled"></i></a> | ||
</div> | ||
|
||
<div class="range"> | ||
<input type="range" name="volume" min="0" max="4" value="2"> | ||
</div> | ||
|
||
<div class="padding"> | ||
<button class="button button-block button-outline button-balanced">Submit</button> | ||
</div> | ||
</ion-content> | ||
</ion-view> |