Hi All,
* As per my view(not sure if it have problem with other browsers), Angular is working fine with all browers except Internet Explorer.
* I made it that Angular is working fine from IE 8+, but i faced that Angualr JS is not working from IE6, and IE7.
To make Angular JS works at IE6, and IE7, I refered some websites, and i came to know that couple of changes required in the HTML5 tags lke,
Other browsers: The syntax is
<body ng-app="MaheshApp">
<div ng-view></div>
<div ng-click></div>
While writing the code for IE 6 and 7 + otherbrowsers: The syntax should be
<body id="ng-app" ng-app="MaheshApp">
<div class="ng-view"></div>
<div href="#" ng-click=""></div>
Still i am doing R&D for other directives, but not yet i succeded, if i found any will update the details here
I came to know that Angular.JS 1.3 has some problem with IE8..Will let you know what is it
* As per my view(not sure if it have problem with other browsers), Angular is working fine with all browers except Internet Explorer.
* I made it that Angular is working fine from IE 8+, but i faced that Angualr JS is not working from IE6, and IE7.
To make Angular JS works at IE6, and IE7, I refered some websites, and i came to know that couple of changes required in the HTML5 tags lke,
Other browsers: The syntax is
<body ng-app="MaheshApp">
<div ng-view></div>
<div ng-click></div>
While writing the code for IE 6 and 7 + otherbrowsers: The syntax should be
<body id="ng-app" ng-app="MaheshApp">
<div class="ng-view"></div>
<div href="#" ng-click=""></div>
Still i am doing R&D for other directives, but not yet i succeded, if i found any will update the details here
I came to know that Angular.JS 1.3 has some problem with IE8..Will let you know what is it
No comments:
Post a Comment