Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
AngularJs ng包括IE不';不显示范围中的值_Angularjs_Internet Explorer_Scope - Fatal编程技术网

AngularJs ng包括IE不';不显示范围中的值

AngularJs ng包括IE不';不显示范围中的值,angularjs,internet-explorer,scope,Angularjs,Internet Explorer,Scope,我对Internet Explorer中的ng include和作用域有问题(10) 在Firefox和Chrome(金丝雀)中,它工作得非常完美 我有一个主控制器,可以更改模板和标题($scope.title)。 当我打开应用程序时,startpage.html会加载到ng include中,标题也会更改 但是ng include中的所有范围变量仅显示以下内容(包含的html模板有自己的控制器): 但仅限于Internet Explorer 有人有什么建议吗?我也有同样的问题,它是一个带有角度

我对Internet Explorer中的ng include和作用域有问题(10) 在Firefox和Chrome(金丝雀)中,它工作得非常完美

我有一个主控制器,可以更改模板和标题($scope.title)。 当我打开应用程序时,startpage.html会加载到ng include中,标题也会更改

但是ng include中的所有范围变量仅显示以下内容(包含的html模板有自己的控制器):

但仅限于Internet Explorer


有人有什么建议吗?

我也有同样的问题,它是一个带有角度和文本区域占位符属性的bugg。我使用了这个代码,然后它开始工作:

<textarea ng-attr-placeholder="Description"></textarea>

<textarea ng-attr-placeholder="Description"></textarea>