Posts by mws_souza • 81 points
3 posts
-
5
votes1
answer58
viewsA: Table displays only the last Repeat Loop value
I took a look at the Angular documentation: https://angular.io/api/common/NgForOf#local-variables And I saw that in every noose ngFor the angular provides some variables for you, and between them,…
-
0
votes2
answers41
viewsA: Display default image if not in the database
I think that would solve it. The problem is that you need to do the escape quotes and also concatenate the string with the function you called and with the $user["photo"] if…
-
0
votes1
answer639
viewsA: Error calling function in onclick Ionic
There are 3 problems there in your code. You need to place the ng-controller tag somewhere above the DOM hierarchy with the controller you want to use. For example: <ion-side-menus…