-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
9f90ccc
commit b73a74c
Showing
31 changed files
with
419 additions
and
230 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "ocm-api-testing", | ||
"version": "1.0.0", | ||
"description": "Test suite for OCM API calls", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"dependencies": { | ||
"chai": "^3.5.0" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
} |
26 changes: 13 additions & 13 deletions
26
App/Ionic2/ocm-app/app/components/place-search/place-search.html
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,17 +1,17 @@ | ||
<div class="place-search" *ngIf="placeSearchActive"> | ||
<div class="place-search" *ngIf="placeSearchActive"> | ||
|
||
<div id="place-attribution"></div> | ||
<div id="place-attribution"></div> | ||
|
||
<ion-list> | ||
<a *ngFor="let item of placeList" (click)="placeSelected(item)" ion-item> | ||
<ion-avatar item-left> | ||
<ion-icon name="locate"></ion-icon> | ||
</ion-avatar> | ||
<ion-list> | ||
<a *ngFor="let item of placeList" (click)="placeSelected(item)" ion-item> | ||
<ion-avatar item-left> | ||
<ion-icon name="locate"></ion-icon> | ||
</ion-avatar> | ||
|
||
<h2>{{item.Title}}</h2> | ||
<h3>{{item.Type}}</h3> | ||
<p>{{item.Address}}</p> | ||
</a> | ||
</ion-list> | ||
<h2>{{item.Title}}</h2> | ||
|
||
</div> | ||
<p>{{item.Address}}</p> | ||
</a> | ||
</ion-list> | ||
|
||
</div> |
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
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
Oops, something went wrong.