我正在使用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 "