gpt4 book ai didi

angularjs - Angular.js : value() not injected in config()

转载 作者:行者123 更新时间:2023-12-02 02:17:48 26 4
gpt4 key购买 nike

Possible Duplicate:
AngularJS dependency injection of value inside of module.config

我在将 value() 注入(inject) app.config() 时遇到问题。这是代码(coffeescript)

window.app = angular.module("app", [])

app.value("template_path", "assets/angular/templates/users")

app.config(["$routeProvider","template_path" ($routeProvider, template_path) ->
console.log template_path

它抛出“未知提供程序:来自应用程序的 template_path”错误

难道config()方法不能注入(inject)value()设置值吗?我使用的是1.0.2

最佳答案

是的,您的怀疑是正确的:值无法注入(inject)到配置 block 中。 配置 block 只能注入(inject)常量和提供程序

关于angularjs - Angular.js : value() not injected in config(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13035568/

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