×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Jorge Alcalá
Added: Feb 9, 2023 11:42 PM
Views: 0
Tags: no tags
  1.         self.labels = {
  2.             {% for label, rotulo in rotulos%}
  3.                 {{ label }}: ko.observable('{{ rotulo }}'),
  4.             {%endfor%}
  5.             aviso: ko.observable(''),
  6.         };