seeden / angular-es6

Angular ES6 utility library. Write directives, controllers and services as ES6 classes.
MIT License
100 stars 18 forks source link

The example won't run successfully #2

Closed harri2012 closed 8 years ago

harri2012 commented 8 years ago

Great work, but the example won't run successfully. wait someone to fix it

seeden commented 8 years ago

Can you attach your stacktrace? Node version etc...

Thanks Zlatko On Jan 25, 2016 17:50, "黄大超" notifications@github.com wrote:

Great work, but the example won't run successfully. wait someone to fix it

— Reply to this email directly or view it on GitHub https://github.com/seeden/angular-es6/issues/2.

harri2012 commented 8 years ago

the filters, services directory isn't exist. and the controller Main's $inject has a user service, it isn't exist too. these are not big problems, I've made it. And an advice, in development build, copy the dev.html and js bundle files in build directory, in production build, copy index.html and js bundle file in dist directory. I need this feature. sorry for my pool english.

seeden commented 8 years ago

You are right. I forgot to commit some example files :) Please try to use the latest version