aurelia-v-grid / vGrid

Aurelia-v-grid - npm source
MIT License
49 stars 10 forks source link

use BindingEngine instead of ObserverLocator #42

Closed Thanood closed 8 years ago

Thanood commented 8 years ago

As of this SO post by jdanyow, ObserverLocator is now considered Aurelia's "bare metal" (internal) API. Instead, BindingEngine should be used to get observers (also described in the post mentioned above).

vegarringdal commented 8 years ago

I didnt know about that one. Will have a look into this and switch it out