filearts / plunker

Plnkr.co front-end and backend
MIT License
598 stars 119 forks source link

Missing ng-app from template #133

Closed lolaswift closed 6 years ago

lolaswift commented 6 years ago

When creating a new angularjs 1.5.x & 1.4.x project from template, ng-app is missing from the index html file. Therefore, it only displays: hello {{name}}! on the view.

gkalpak commented 6 years ago

I works as expected for me (fwiw). ngApp is there.

lolaswift commented 6 years ago

Yes, it's working for me as well. I guessed someone has fixed it silently :-)