From c4fa48725039c30349af725583f147e7f4fb69c7 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sat, 28 Apr 2012 22:25:05 -0700 Subject: feat(bootstrap): support code prettify and dropdown from bootstrap --- test/bootstrap/code.html | 91 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 test/bootstrap/code.html (limited to 'test/bootstrap/code.html') diff --git a/test/bootstrap/code.html b/test/bootstrap/code.html new file mode 100644 index 00000000..e1eaa8d2 --- /dev/null +++ b/test/bootstrap/code.html @@ -0,0 +1,91 @@ + + + + + + + + + +
+
+
+

AngularJS is {{'working'}}

+ +

Directive: prettify

+
+            <p>Sample text here...</p>
+          
+ + +

Directive: ng-set-text

+

+          
+
+          

Directive: ng-html-wrap

+

+
+          

Directive ng-embed-app

+
{{text}}
+ +

Bootstrap

+ +

Directive drop-down-toggle

+ + +

Directive tabbable

+ state = {{state}} + +
+
+ Tab content {{id}}! +
+
+ +
+ +
+
+ Tab content {{id}}! +
+
+ +
+ +
+
+ Tab content {{id}}! +
+
+ +
+
+
+
+
+
+
+
+
+ + -- cgit v1.2.3