docs(guide/ie): fix typo

The escaping of the colon in the example CSS is incorrect.
Replace `ng\\:view {` with `ng\:view {`

Closes #4570
This commit is contained in:
Leif Halvard Silli 2013-10-22 01:42:13 +02:00 committed by Pete Bacon Darwin
parent dfccdd5b86
commit 8e5e641c0e

View file

@ -164,7 +164,7 @@ To make CSS selectors work with custom elements, the custom element name must be
</script>
<![endif]-->
<style>
ng\\:view {
ng\:view {
display: block;
border: 1px solid red;
}