aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/ie.ngdoc
AgeCommit message (Collapse)Author
2014-03-21chore(formatting): removed unnecessary white spacesTakashi Nakagawa
2014-02-20docs(guide/ie): correct conditional comment to load JSON polyfill for IE7 ↵Tobias Leugger - Vibes
and lower Text specifies "polyfill JSON.stringify for IE7 and below" conditional comment for loading the polyfill was "lte IE 8". Closes #6227
2014-02-20docs(ie): document IE style attribute interpolation problemRichard Collins
IE has issues with this, it's good to make a note of this. Closes #6329
2014-02-16docs(bike-shed-migration): convert guide <doc:...> examples to <example>...Caitlin Potter
This CL also contains style fixes as the converted scripts caused jshint to complain.
2014-02-16docs(guide): remove unnecessary "Developer Guide: " from @namesPeter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-01-09fix(docs): Clarifying versions of IE that need special fixesCraig Younkins
2013-11-21docs(guide/ie): add info about what IE versions are supportedscottywakefield
Added text from https://github.com/angular/angular.js/issues/4974 Closes #5070
2013-11-20docs(guide/ie): fix typogipsy86147
Closes #5006
2013-10-27docs(guide/ie): fix typoLeif Halvard Silli
The escaping of the colon in the example CSS is incorrect. Replace `ng\\:view {` with `ng\:view {` Closes #4570
2013-04-11docs(guide): updates for legacy IE7 supportBrian Campbell
- note re: id="ng-app" to bootstrap/IE partials - added doctype/xmlns to markup - add cond comment re: json2/3 to markup
2013-01-17docs(guide): minor grammar fixesMatt Rohrer
2012-08-30doc(devguide) - Fix typos and small grammatical errors in the developer guide.Steve Nicolai
2012-08-10fix(docs): added note about using JSON3 as a polyfill for IE7Brian Ford
2012-08-10fix(docs): added note about needing JSON shim for IE7 and earlierBrian Ford
2012-07-16fix(docs): correct typoKevin Old
2012-03-11doc(fixes): to better support ng-directive notationMisko Hevery