Browse Source

fixed typo

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
704f9105f4
  1. 2
      extensions/jui/SliderInput.php

2
extensions/jui/SliderInput.php

@ -17,7 +17,7 @@ use yii\helpers\Html;
* ```
* echo Slider::widget([
* 'model' => $model,
* 'attrbute' => 'amount',
* 'attribute' => 'amount',
* 'clientOptions' => [
* 'min' => 1,
* 'max' => 10,

Loading…
Cancel
Save