gpt4 book ai didi

Meteor 角度更新到 1.3.4.4(从 1.3.4.1)破坏了模板

转载 作者:行者123 更新时间:2023-12-03 03:31:17 24 4
gpt4 key购买 nike

今天在我的 Meteor-Angular 项目(工作版本为 1.3.4.1)中运行 meteor update 后,不再加载任何内容,并且控制台中出现多个错误,例如:

angular_angular.js?hash=08f63d2…:13439 
Error: [angular-meteor][err][404] client/templates/base.html - HTML template does not exists! You can disable this error by following this guide http://www.angular-meteor.com/api/1.3.11/templates
at Object.$provide.decorator.$delegate.get (templates-handler.js:33)
at sendReq (angular_angular.js?hash=08f63d2…:11408)
at serverRequest (angular_angular.js?hash=08f63d2…:11148)
at processQueue (angular_angular.js?hash=08f63d2…:15772)
at angular_angular.js?hash=08f63d2…:15788
at Scope.$eval (angular_angular.js?hash=08f63d2…:17040)
at Scope.$digest (angular_angular.js?hash=08f63d2…:16856)
at Scope.$apply (angular_angular.js?hash=08f63d2…:17148)
at bootstrapApply (angular_angular.js?hash=08f63d2…:1728)
at Object.invoke (angular_angular.js?hash=08f63d2…:4640)

(每个模板有一个错误)。

值得注意的是,在升级之前一切都运行良好。

加载模板的代码:

$stateProvider.state('base', {
abstract: true,
templateUrl: 'client/templates/base.html',
controller: 'BaseCtrl as base',
...

想法?

==编辑2016年7月27日==

无论问题是什么,现在都已解决。今天我运行:

meteor update --release 1.3.5.1

meteor 已更新,一切仍然魅力十足!

注意:更新到meteor 1.4时仍然出现此问题

最佳答案

使用以下样式

import templateUrl from './meteorSample.html'

angular.module(module.name)
.component('meteorSample', {
templateUrl
})

关于Meteor 角度更新到 1.3.4.4(从 1.3.4.1)破坏了模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38308893/

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