如何从AngularJS工厂中index.html上添加的脚本标记调用JS函数

时间:2016-07-12 14:38:32

标签: javascript jquery angularjs function typescript

我们有AngularJS应用程序。 我在index.html上放置了一个脚本引用

<script src="cdn-path-of-refered-file.js"></script>

现在我担心的是,我想在我的工厂中调用一个函数,但我无法调用它。可能是由于它不明白在哪里寻找。

case "newCase": 
{
    functiontocall();
}

但它没有得到这个功能,在这种情况下最好的方法是什么。

0 个答案:

没有答案