From 7512b93fecb6f27df4f5aeba4c756c0c36aebbf2 Mon Sep 17 00:00:00 2001 From: Tasos Bekos Date: Thu, 8 May 2014 19:51:15 +0200 Subject: [PATCH] fix(dropdown): remove `C` restrictions to avoid conflicts Fixes #2156 BREAKING CHANGES: Both `dropdown` and `dropdown-toggle` are only attribute directives Before: ```html ``` After: ```html ``` Closes #2170 --- misc/demo/index.html | 4 ++-- src/dropdown/docs/demo.html | 8 ++++---- src/dropdown/dropdown.js | 2 -- src/dropdown/test/dropdown.spec.js | 20 ++++++++++---------- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/misc/demo/index.html b/misc/demo/index.html index f1bdf4377b..c1891f4782 100644 --- a/misc/demo/index.html +++ b/misc/demo/index.html @@ -38,8 +38,8 @@ UI Bootstrap -