From 5bcff623236615c42480b5f0ae3764a788ee14a5 Mon Sep 17 00:00:00 2001 From: Tasos Bekos Date: Tue, 24 Dec 2013 01:49:56 +0100 Subject: [PATCH] feat(progressbar): update to bootstrap3 --- src/progressbar/docs/demo.html | 4 ++-- src/progressbar/test/progressbar.spec.js | 2 +- template/progressbar/bar.html | 2 +- template/progressbar/progressbar.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/progressbar/docs/demo.html b/src/progressbar/docs/demo.html index 69e9733736..76df624735 100644 --- a/src/progressbar/docs/demo.html +++ b/src/progressbar/docs/demo.html @@ -7,7 +7,7 @@

Static

166 / 200
-

Dynamic

+

Dynamic

{{dynamic}} / {{max}} No animation @@ -17,7 +17,7 @@

Dynamic

+

Stacked

{{bar.value}}% \ No newline at end of file diff --git a/src/progressbar/test/progressbar.spec.js b/src/progressbar/test/progressbar.spec.js index e2da304e93..d2316b987e 100644 --- a/src/progressbar/test/progressbar.spec.js +++ b/src/progressbar/test/progressbar.spec.js @@ -10,7 +10,7 @@ describe('progressbar directive', function () { $rootScope.$digest(); })); - var BAR_CLASS = 'bar'; + var BAR_CLASS = 'progress-bar'; function getBar(i) { return element.children().eq(i); diff --git a/template/progressbar/bar.html b/template/progressbar/bar.html index f5895768a2..c0cf38c1cc 100644 --- a/template/progressbar/bar.html +++ b/template/progressbar/bar.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/template/progressbar/progressbar.html b/template/progressbar/progressbar.html index 22f57c55b7..2a0d0229b2 100644 --- a/template/progressbar/progressbar.html +++ b/template/progressbar/progressbar.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file