Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230978

Array of Array

$
0
0

Thanks for help!
I will leave here my code :

public tudo = [];

function(){
     this.tudo.push({

        'divisao': this.divisao,

        'figura': this.figura,

        'tempo': this.tempo,

        'quantidade': this.quantidade

   });
}

Viewing all articles
Browse latest Browse all 230978

Trending Articles