Child pages
  • Provided directives, filters, services and model values

Versions Compared

Key

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

...

Code Block
ng-bind-html='model.myStringProperty | mnemonicletterFilter:model.mnemonic'


mnemonicProp'

formatFilter- formats the given expression result with the corresponding  servoy format property(it is used when you don't need editing support , for example labels, buttons)

Code Block
ng-bind='model.myStringProperty | formatFilter:model.formatProp'