I'm developing an HTML5 responsive webapp, using AngularJS 1.3.11. I have 
an HTML5 template tag, appearing within an ng-if.

<div ng-if="<condition>">
...<template>
...</template></div>

This works correctly in the latest chrome, but after I updated to iOS 8.3 
in my iPad, this has ceased to work. The transcluded contents from ng-if's 
execution, fails to transclude the template tag contents and the trancluded 
template tag is found to be empty.

Is this a known issue? Would this be a known issue in iOS's implementation 
of the HTML5 template spec, though I couldn't come across any search hits, 
confirming the same.

Regards Parvathy

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to