Angularjs minify best practice

前端 未结 7 1511
孤独总比滥情好
孤独总比滥情好 2020-11-22 03:12

I\'m reading http://www.alexrothenberg.com/2013/02/11/the-magic-behind-angularjs-dependency-injection.html and it turned out that angularjs dependency injection has problem

7条回答
  •  遥遥无期
    2020-11-22 03:50

    It is safer to use the second variant but it is also possible to use the first variant safely with ngmin.

    UPDATE:
    Now ng-annotate becomes a new default tool to solve this issue.

提交回复
热议问题