From 69f4d0ff70530e2ad7fb93fe11d66ed96c5ac97b Mon Sep 17 00:00:00 2001 From: Rodrigo Parra Date: Fri, 3 Apr 2015 20:56:48 -0400 Subject: [PATCH] docs(ngSwitch): Replace tt tag with code tag Use of tt is discouraged, see: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tt http://www.w3.org/wiki/HTML/Elements/tt Closes #11509 --- src/ng/directive/ngSwitch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js index 38bc5a5537c8..79155f433af5 100644 --- a/src/ng/directive/ngSwitch.js +++ b/src/ng/directive/ngSwitch.js @@ -43,7 +43,7 @@ * * @scope * @priority 1200 - * @param {*} ngSwitch|on expression to match against ng-switch-when. + * @param {*} ngSwitch|on expression to match against ng-switch-when. * On child elements add: * * * `ngSwitchWhen`: the case statement to match against. If match then this @@ -60,7 +60,7 @@
- selection={{selection}} + selection={{selection}}