You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<head>
<!--[if lte IE 8]>
<script>
document.createElement('ng-include');
document.createElement('ng-pluralize');
document.createElement('ng-view');
// Optionally these for CSS
document.createElement('ng:include');
document.createElement('ng:pluralize');
document.createElement('ng:view');
</script>
<![endif]-->
</head>`
Just thought I'd share this in case anyone runs into the same issue. If this is not the right place to do so let me know and I'll be happy to move it somewhere else.
The text was updated successfully, but these errors were encountered:
gillbatesiii
changed the title
Error: Unexpected call to method or property access.
"Error: Unexpected call to method or property access." with ngInclude
Jun 12, 2015
Hi, I'm using ng-include in my code like so
<ng-include src="phase1url" onload="phase1OnLoad()" ng-hide="roomsRatesInline || !phase1Loaded"></ng-include>
and I was getting this error
Error: Unexpected call to method or property access.
I managed to resolve it using this solution
angular/angular.js#1736
Just thought I'd share this in case anyone runs into the same issue. If this is not the right place to do so let me know and I'll be happy to move it somewhere else.
The text was updated successfully, but these errors were encountered: