angular1的代码规范传送门:https://github.com/johnpapa/a... 项目最好模块化,config是config;controller是controller,不要放在一个文件,可以放在一个文件夹下
angular1的代码规范传送门:https://github.com/johnpapa/a...
项目最好模块化,config是config;controller是controller,不要放在一个文件,可以放在一个文件夹下