Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 1.5 support #221

Open
2 tasks
dustinspecker opened this issue Nov 13, 2015 · 6 comments
Open
2 tasks

Angular 1.5 support #221

dustinspecker opened this issue Nov 13, 2015 · 6 comments

Comments

@dustinspecker
Copy link
Owner

dustinspecker commented Nov 13, 2015

1.5 is in beta.

  • Add 1.5 version option.
  • Add support for components.
@aaronchar
Copy link

Looking forward to this.

@csojka
Copy link

csojka commented Apr 11, 2016

how's this going? We're about to start a new project and are debating 1.5 vs 2.0./

@jancel
Copy link

jancel commented Apr 11, 2016

@dustinspecker Do you want me to do any of this? What are ground rules :)

@dustinspecker
Copy link
Owner Author

I haven't spent any time on this. I've been out of the loop on recent Angular happenings.

@jancel That would be excellent. Just having tests is about the only ground rules.

There needs to be an option for selecting 1.5 added to the app generator.

A components generator needs to be added. This is probably going to be most of the work. It'll need to support ES5, ES2015, TypeScript, and CoffeeScript. Also, since Polymer components are using the components folder in scaffolded projects, we're going to run into an issue. Personally, I'd be completely cool removing Polymer support. The Polymer support is pretty poor and I feel like most folks are not mixing Angular and Polymer. So, need to remove Polymer first.

Might consider removing CoffeeScript support entirely, too, but that could be a separate thing.

If the router is finalized, then we should look into that, too. This will be another big change.

Finally, just need to verify Bootstrap, Foundation, etc. are compatible with 1.5.

@csojka
Copy link

csojka commented Apr 12, 2016

UI-bootstrap is now working with 1.5 but there are breaking changes in the syntax of the directives if any of those are stubbed out via ng-poly.

@amolghotankar
Copy link

Looking forward eagerly for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants