无法读取属性' init'在angularjs中未定义的

时间:2016-12-16 06:38:57

标签: angularjs twitter-digits

我正在使用angularjs创建一个网络应用程序,我需要在我的网络应用程序中添加twitter数字。

我插入angular-digits.js文件:

我将此文件包含在HTML <head>部分中:

<script src="js/angular-digits.js"></script>

app.js文件中调用此文件:

angular.module("sampleApp", ["firebase","atticoos.digits","ngRoute"]);

它正在使用Firefox浏览器。

但在Chrome浏览器中显示

"Uncaught TypeError: Cannot read property 'init' of undefined "

1 个答案:

答案 0 :(得分:0)

今天遇到同样的问题并且出来我们都忘了包含这个脚本: https://cdn.digits.com/1/sdk.js没有它,无法正确设置数字!

希望有所帮助