binding max value to input text, but knob doesn't re-render itself after the max value has been changed, the code look likes:
knob(knob-data='data', knob-max='max', knob-options='options')
input(type='text', ng-model='max')
input(type='text', ng-model='options.max')