node-orm2 icon indicating copy to clipboard operation
node-orm2 copied to clipboard

How to use ORM with AngularJS ?

Open tamkeen-tms opened this issue 8 years ago • 2 comments

Hi there, ORM is awesome, it gonna save me a lot of time, thanks :+1:

But I don't know how to integrate it with in my AngularJS application. I have created the connection successfully and the models too, but I don't know how to use a model inside a controller for example or a service ? How to call it inside an angular's scope ?

Thanks,

tamkeen-tms avatar Feb 02 '16 12:02 tamkeen-tms

AngularJS is a front end framework used in browsers. ORM is a backend tool used on servers.

How exactly are you using one with the other?

dxg avatar Feb 03 '16 03:02 dxg

I am building an Electron application

tamkeen-tms avatar Feb 03 '16 07:02 tamkeen-tms