From 4a94bb9b345946a9efd51adaeedc0f907af4df49 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 9 Mar 2012 14:49:40 -0800 Subject: fix(startTag): fix tagname extraction the original code magically worked for ng:foo but for nothing else --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Angular.js b/src/Angular.js index 3f9938f1..7ab0e7f6 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -742,7 +742,7 @@ function startingTag(element) { // are not allowed to have children. So we just ignore it. element.html(''); } catch(e) {}; - return jqLite('