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