From 095554192ea6d4a5edfbc2a093d7bb0b6acaf485 Mon Sep 17 00:00:00 2001 From: "Laisky.Cai" Date: Sun, 26 Jul 2015 16:39:51 +0800 Subject: [PATCH] docs(guide/expression): replace tt by code Replaces elements with in expressions guide. Looks identical in Chromium Closes #12437 Conflicts: docs/content/guide/expression.ngdoc --- docs/content/guide/expression.ngdoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/guide/expression.ngdoc b/docs/content/guide/expression.ngdoc index 6034584ce8f7..43678848b373 100644 --- a/docs/content/guide/expression.ngdoc +++ b/docs/content/guide/expression.ngdoc @@ -70,7 +70,7 @@ You can try evaluating different expressions here:
  • [ X ] - {{expr}} => + {{expr}} =>
@@ -344,5 +344,4 @@ When using a directive that takes an expression:
  • {{item.name}};
-``` - +``` \ No newline at end of file