haihoang88

Results 2 issues of haihoang88

Hi There, I'm using cordova-oauth to login with uber in ionic with the following code: ``` $cordovaOauth.uber (Constants.UBER_CLIENT_ID, ["profile", "history"]).then(function(success){ alert(JSON.stringify(success)); }, function(error){ alert(error); }); ``` It is ok if...

For example: If I have a text (retrieved from the backend) like this : "Calling @UserA", and I happen to know where the mention started and ended, how do I...