fix bug
This commit is contained in:
parent
701d945371
commit
63c1ed23f4
|
@ -53,7 +53,7 @@
|
||||||
refresh();
|
refresh();
|
||||||
});
|
});
|
||||||
|
|
||||||
scope.$watch('pieceNumber', function () {
|
scope.$watch('pieceCount', function () {
|
||||||
redraw();
|
redraw();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue