prout
This commit is contained in:
parent
2da0d3a432
commit
15cf59141f
|
@ -2,6 +2,7 @@ import { Component } from '@angular/core';
|
||||||
import { IonicPage, NavController, NavParams } from 'ionic-angular';
|
import { IonicPage, NavController, NavParams } from 'ionic-angular';
|
||||||
import { GitsonProvider} from "../../providers/gitson/gitson";
|
import { GitsonProvider} from "../../providers/gitson/gitson";
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated class for the SearchPage page.
|
* Generated class for the SearchPage page.
|
||||||
*
|
*
|
||||||
|
@ -29,7 +30,8 @@ export class SearchPage {
|
||||||
//TEMPORARY, TO TEST GET HTTP
|
//TEMPORARY, TO TEST GET HTTP
|
||||||
this.gitsonProvider.getUrl()
|
this.gitsonProvider.getUrl()
|
||||||
.then(data => {
|
.then(data => {
|
||||||
console.log(data)
|
|
||||||
|
console.log(data['users'][0]);
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue