gpt4 book ai didi

javascript - AngularJS 太多 Controller ?

转载 作者:行者123 更新时间:2023-11-29 14:45:03 27 4
gpt4 key购买 nike

我知道这是一个有点菜鸟的问题,但我只是想问一下,如果我有太多 Controller ,这是好事还是坏事。假设我有一个网络应用程序,它有大约 12 个 View 。每个 View 都有自己的 Controller (我没有谈论我也有的模态 Controller )。我正在使用 ng-view 指令进行“模板化”。我只是想得到一些建议,这是好的还是非常糟糕的制作方法。

index.html

<html ng-app="myApp">
<head>
.... <!-- Styles and others -->
</head>
<body>
<div ng-view="true">

</div>
<script src="angular/angula.min.js">
<script src="app.js">
<script src="controllers/firstController.js">
<script src="controllers/secondController.js">
<script src="controllers/thirdController.js">
.
.
<script src="controllers/eleventhController.js">
<script src="factory/mainFactory.js">
</body>
</html>

我的 app.js 具有路由功能(Routeproviders 等)。

非常感谢!

最佳答案

将事物分解成小组件很好,但您需要一种组合事物以进行生产部署的方法 - 参见示例 https://egghead.io/series/angular-automation-with-gulp

关于javascript - AngularJS 太多 Controller ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33938676/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com