aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/ie.ngdoc
AgeCommit message (Collapse)Author
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