Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<input type="text" style="width:100%; height:100%; background-color:{{model.background}};"
   ng-model="model.dataProvider" title="{{model.toolTipText}}"
    svy-autoapply  svy-format="model.format" ng-click="onClick($event)"/>

...