
1 Phant0m 2015-12-17 10:39:49 +08:00 |
2 Phant0m 2015-12-17 10:43:20 +08:00 也可以了解下这个: https://v2ex.com/t/168015#reply31 |
3 learnshare 2015-12-17 10:50:16 +08:00 |
4 beginor 2015-12-17 10:53:09 +08:00 推荐一个 [Angular Style Guide]( https://github.com/johnpapa/angular-styleguide), 我在项目中就严格遵守这个规范, 效果很好。 我在项目中融合了 RequireJS 实现动态加载注册 Controller 和 Service , 效果挺好的。 |
5 stiekel 2015-12-17 11:22:51 +08:00 http://todomvc.com/ 这个项目专做演示,使用各种前端框架把同样的功能都实现了一遍,当然有 Angular 的。 demo http://todomvc.com/examples/angularjs/#/ github https://github.com/tastejs/todomvc/tree/master/examples/angularjs |
6 97world OP |
7 hantsy 2015-12-17 13:35:07 +08:00 |