$counter.subscribe(function (x) {
    counterEl.text(x);

    if (x <= MIN_VALUE) {
      downButton.attr("disabled", "disabled");