sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 255 forks source link

Angular boilerplate very broken #177

Open xlc opened 8 years ago

xlc commented 8 years ago

I am trying to use this boilerplate with angular but it is so broken. Other than #175

https://github.com/sahat/megaboilerplate/blob/eb0b87348c761947a96d569ea7e99fff230a0b6c/generators/js-framework/modules/angularjs/controllers/profile.js#L3 Should be ProfileCtrl instead of ContactCtrl

https://github.com/sahat/megaboilerplate/blob/eb0b87348c761947a96d569ea7e99fff230a0b6c/generators/js-framework/modules/angularjs/controllers/profile.js#L64 Missing parameter response

.gitignore file doesn't ignore generated file

User profile missing gravatar somehow, the user object doesn't have gravatar field so the avatar is empty.

Also there are a few very important missing development tool integrations

There are too many things I need to fix which make me feel it may be easier to use something else. Good luck with this project.