jasonmit / ember-i18n-cp-validations

ember-i18n support for ember-cp-validations
MIT License
21 stars 16 forks source link

Initialize package with instance-initializer. #6

Closed blimmer closed 8 years ago

blimmer commented 8 years ago

Because the initializer reopens the class and uses an injected service, the standard application initializer can cause problems with FastBoot and unit testing models with validations. Therefore, move the initializer over to use an instance-initializer. Fixes #5

blimmer commented 8 years ago

Actually, this didn't fully fix the problem. I'm still looking.

blimmer commented 8 years ago

Sorry for the noise. this was a red herring. see #7