bclinkinbeard / angular

AngularJS compiled with jsdom and provided as a CommonJS module. Intended for testing AngularJS code without depending on a browser.
MIT License
54 stars 22 forks source link

how to use $compileProvider on server side #27

Closed cf3b7S closed 10 years ago

cf3b7S commented 10 years ago

I am useing angular doing some compile work, make ng tags to common HTML tag. I wish to config $compileProvider on server side, but don't khow how to. can you help me?

bclinkinbeard commented 10 years ago

This project is only meant to provide a CommonJS compatible version of Angular. Questions around usage are better suited for other venues.