From 60099d1e985bd55fd495fb2784ed5ae602c7384f Mon Sep 17 00:00:00 2001 From: jmaynier Date: Sun, 13 Jan 2013 20:43:07 +0100 Subject: [PATCH] Allow tab-pane title to contain html. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is common to add icons in tab title, usually with while using bootstrap. So I think the default template should allow this, either using ng-bind-html-unsafe or ng-bind-html with ngSanitize,  --- template/tabs/tabs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/tabs/tabs.html b/template/tabs/tabs.html index 06e92f3750..ba3401b41e 100644 --- a/template/tabs/tabs.html +++ b/template/tabs/tabs.html @@ -1,7 +1,7 @@