SamVerschueren / angular2-polyfill

Angular2 polyfill for Angular1
MIT License
29 stars 3 forks source link

Manually bootstrap angular #15

Closed klaascuvelier closed 8 years ago

klaascuvelier commented 8 years ago

Implementation for #11

Based upon https://docs.angularjs.org/api/ng/function/angular.bootstrap

Not sure about the angular import, but I suppose this is the only way to do it. The angular.element.ready was also necessary.

Let me know what you think @SamVerschueren.

SamVerschueren commented 8 years ago

Awesome. Works like a charm! :beers: