×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Jorge Alcalá
Added: May 4, 2022 12:07 PM
Views: 8
Tags: no tags
  1.         self.claCatalogo = ko.observable(0);
  2.         this.claCatalogo.subscribe(function(latest) {
  3.           console.log("Input changed");
  4.           console.log(latest);
  5.         }, this);