Wednesday, June 29, 2016

clear html and append



 var buildTable = function ($scope, table) {
      var div = module.buildTable(table);
      var to = $scope.div.find("#table");
      to.empty();
      //to.html();
      to.append(div);
    };

No comments:

Post a Comment