When i do second time: ``` $.scope.opts['pips'] = { mode: 'steps', filter: function (value, type){ return value == rc.val/10 ? 1 : 0; } } ``` This is not working