dotJEM / angular-routing

Enhanced state based routing for Angular applications!
https://dotjem.github.io/angular-routing/
MIT License
75 stars 9 forks source link

Reimplement jemView based on ngView in 1.2rc2. #67

Closed groner closed 10 years ago

groner commented 10 years ago

Related: #39

A few other incidental changes along the way:

jeme commented 10 years ago

I will create a Branch for Angular 1.2 support (there is to many regressions in the current 1.2 Release Candidate to have them on the main stream), I hope you can create a new pull request against that.

But an overall comment is that we can't base our self on "ng-view", "jem-view" has distanced it self quite a bit... So we should instead look at what changes there is to the API's we use in and work those changes in, but keep the source overall close to the same.

https://github.com/dotJEM/angular-routing/tree/Angular-1.2.0-rc.2

groner commented 10 years ago

Thanks for your feedback, @jeme. I'll work up another patch based on the current jem-view implementation.