Greg Chu Technical History
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment