This commit is contained in:
MaysWind 2016-07-04 22:59:07 +08:00
parent 701d945371
commit 63c1ed23f4

View file

@ -53,7 +53,7 @@
refresh();
});
scope.$watch('pieceNumber', function () {
scope.$watch('pieceCount', function () {
redraw();
});
}