ember-computed-template-string icon indicating copy to clipboard operation
ember-computed-template-string copied to clipboard

Warn on invalid templates

Open GavinJoyce opened this issue 9 years ago • 0 comments

We should warn on uses likes this:

  • Computed.templateString('${adminName}') - use Computed.reads or Computed.alias
  • Computed.templateString('this has no dynamic section')

GavinJoyce avatar Jun 21 '16 15:06 GavinJoyce