PatrickJS / NG6-todomvc-starter

Basic example of TodoMVC application written with angular and with use of components
https://angularclass.github.io/NG6-todomvc-starter/
MIT License
136 stars 73 forks source link

Replace ng-app by angular.bootstrap #5

Closed dmitriz closed 8 years ago

dmitriz commented 8 years ago

This way the module is bootstraped next to where it is defined

fesor commented 8 years ago

@dmitriz Thanks!