googlearchive / generator-angularfire

Yeoman generator for AngularFire: Angular + Firebase apps
191 stars 52 forks source link

Need IE=edge line in generated index.html? #56

Closed christiaanwesterbeek closed 9 years ago

christiaanwesterbeek commented 9 years ago

First time Yeoman user here. I have myself a webdev checklist. On it sits this instruction to myself. Do include IE=edge in the html header, like so:

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome" />

It solves giving IE reasons to operate in any version lower than it can operate.

That meta line is not generated in index.html. Is that intentional, or should it be added?

katowulf commented 9 years ago

Generator-angularfire is a fork of generator-angular. That would be the correct place for this question and to get it added to the project, if appropriate. Cheers.