Angular JS:从typeahead获取数据时出错

时间:2017-01-21 09:57:02

标签: javascript html angularjs angularjs-directive angularjs-scope

我在模块中加载角度JS的模块时遇到错误,尽管解决了所有依赖关系,但是这里的UI引导程序没有加载。

任何人都可以帮助我吗?

小提琴链接

https://jsfiddle.net/tvaibhav/1pucru6L/

var myApp = angular.module("angularTypeahead", ["ui.bootstrap"]);

3 个答案:

答案 0 :(得分:1)

您需要在视图中添加ng-app,

<html ng-app="angularTypeahead">

另外

Change javascript -> Load type - > Wrap in body

<强> WORKING DEMO

答案 1 :(得分:1)

正确的角度boostrap scipt 标记为脚本

答案 2 :(得分:1)

在您的情况下,您需要在html标记中使用ng-app。

var txt = msg.replace(/\<a\shref=\"(.*)\"\s(.*)[\<\/a\>]/gmi, $1);