romain10009

Results 8 comments of romain10009

yes i did the same. decimal-places="1"

Same here, it doesnt work on IOS 11.X same code works on android (latest)

Same trouble here. After some time i came up with working code : query = {}; query['local.role'] = params.role; if you do a get request with this, it will work....

Nailed it! localhost:8080/api/v1/users?local.email__regex=rom will look for all elements with local['email'] containing 'rom' to write full regexp, i believe you need to add %2F instead of the / since its url...

its pretty simple actually, take a look at this one : api/v1/messages?eventId=55bdfd9d50f375903e5eb4b4&limit=10&skip=0&sort=-_id&type=image look how eventid field is searched. If this doesnt work, maybe the problem is that an ObjectID in...

+1 for someone!

Yes I do, in the constructor of my App Class. ``` export class MyApp { @ViewChild(Nav) nav: Nav; rootPage : any = null; constructor(private platform: Platform, private statusBar: StatusBar, private...

The Plunker you provided / the Readme provides is broken, is there on that is working? Could someone fix it, I have no experience with debugging the Plunker.