简体   繁体   English

角度1.4.7+时$ tooltipProvider错误

[英]$tooltipProvider error at angular 1.4.7+

I am trying to upgrade my angular version from 1.3.15 to 1.4.7+. 我正在尝试将我的角度版本从1.3.15升级到1.4.7+。 All my bower components got downloaded and gulp run successfully. 我的所有凉亭组件都已下载并成功运行了gulp。 When I load my page, I got the $tooltipProvider error in console. 当我加载我的页面时,我在控制台中得到了$ tooltipProvider错误。 如何清除这一点

Any help regarding this is appreciated. 对此有任何帮助表示赞赏。

One of components in the module "itranscript" needs a service named $tooltip (or on its provider $tooltipProvider ), and the module defining that service is not available. 模块“itranscript”中的一个组件需要名为$tooltip的服务(或其提供者$tooltipProvider ),并且定义该服务的模块不可用。

$tooltip is not a standard angular service. $ tooltip不是标准的角度服务。 It probably is a service from an old version of angular ui bootstrap. 它可能是来自旧版角度ui bootstrap的服务。 And you probably forgot to depend on ui-bootstrap, or you depend on a newer version that no longer has this service, now renamed to $uibTooltip . 你可能忘了依赖ui-bootstrap,或者你依赖于一个不再拥有这项服务的新版本,现在重命名为$uibTooltip

I don't see how you could get that error by just upgrading the angular version. 我不知道如何通过升级角度版本来获得该错误。 You probably upgraded other libraries too. 您可能也升级了其他库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM