zurb / front-router

Generate AngularJS states from Front Matter in state templates. Used by Foundation for Apps.
MIT License
8 stars 3 forks source link

Front Router 2.0 #6

Open gakimball opened 8 years ago

gakimball commented 8 years ago

Goals for 2.0:

soumak77 commented 8 years ago

@gakimball would you have any interest in picking this up and committing it to https://github.com/base-apps/angular-front-router?

gakimball commented 8 years ago

@soumak77 Most definitely, I'd love to help out. :)

gakimball commented 8 years ago

@soumak77 Rebasing your changes into this branch is a little tricky, so I'm just going to add what I have here by hand.

gakimball commented 8 years ago

Actually, which of these features specifically interest you for your fork? Most of these changes were designed to make Front Router multi-framework, but if you're mostly interested in keeping it to Angular 1.x then some of these changes aren't as necessary.

soumak77 commented 8 years ago

@gakimball I like the idea to enable the ability to make it multi-framework, though the repository name would need to change. For now it just needs to support angular 1.x and a non-gulp stream, but in the future I would like to use it for angular 2 as well.

soumak77 commented 8 years ago

@gakimball let me know what I can do to help with the merge

gakimball commented 8 years ago

Does supporting older Node versions concern you? These libraries mostly support 0.10/0.12+, but supporting just 4.x+ would make some features of this library easier to write.

soumak77 commented 8 years ago

Just make it support 4.x+. The new angular-base-apps template already has this requirement if I'm not mistaken.