You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
@isonetimport ActiveRecord from 'angular-activerecord'; won't return the ActiveRecord constructor function.
I've made an attempt to convert to an UMD module so I could return the ActiveRecord constructor, but was unsuccessful because it conflicts with the angular 1 module system.
And switching to using ActiveRecord.$inject would change the constructor signature.
Is there a way to use
angular-activerecord
with es6?BaseModel -> ChildModel ?
The text was updated successfully, but these errors were encountered: