Posts by Ace • 43 points
3 posts
-
3
votes1
answer44
viewsQ: Angular function does not load in time?
When I try to use the following code in a website template: <img src="{{getImage(estabelecimento)}}"> The image loads correctly, but before loading this error appears on the console: GET…
-
1
votes2
answers888
viewsA: Recover Firebase Storage Image without Downloading
I use it as follows: refEst = storageRef.child('estabelecimentos').child(id + '.png'); refEst.getDownloadURL().then(function (url) { return url; }).catch(function (error) { console.log("erro"); });…
-
0
votes0
answers46
viewsQ: Angular syntax not working properly
I have a page html containing the following code: <button class="button button-assertive button-full button-outline centro icon ion-plus" option-getter="getOpt(option, complemento)"…