Ver original...init: function(){ var self = this; $.ajax({ url: "test.php", success:function(f){ self.flag = true; } });}...