ibbatta / grunt-frontend-boilerplate

🔒 Basic boilerplate to start a webapp project with Angular.js, Bootstrap and Grunt
http://ibbatta.github.io/grunt-frontend-boilerplate/
GNU General Public License v3.0
14 stars 1 forks source link

Migrate to Angular Components #3

Closed bampakoa closed 7 years ago

bampakoa commented 7 years ago

@ibbatta What do you think about migrating from controllers to components as of Angular 1.5?

ibbatta commented 7 years ago

@bampakoa I was thinking in these days. I need to learn more about and start develop something

bampakoa commented 7 years ago

Ok, ping me if you need some help. I would be happy to contribute. I could also make a PR with one converted controller to component and you could take on from there.

ibbatta commented 7 years ago

@bampakoa I already told that i love you, right? ahahah Thanks mate, I really appreciate it (I also need some guide to study, If you have some to suggests)

bampakoa commented 7 years ago

There is no need to study a particular guide really. All you have to do is read the appropriate section about components in AngularJS official docs. This is what I did.

ibbatta commented 7 years ago

@bampakoa thanks!