Skip to content

Instantly share code, notes, and snippets.

View HOLLIX's full-sized avatar
🏠
Working from home

Alex HOLLIX

🏠
Working from home
  • Mainz
View GitHub Profile
onInit: function () {
const sUrl = "https://api.coinbase.com/v2/currencies",
oJSONModel = new JSONModel({
list: [],
busy: true,
busyIndicatorDelay: 0
});
this.setModel(oJSONModel);