From b9e775a458b61af75b9f5db768fa9af71511e3d8 Mon Sep 17 00:00:00 2001 From: Dave Martin Date: Tue, 30 Dec 2014 16:32:36 +0000 Subject: [PATCH] feat(bsProgressbar): add bsProgressbar directive add a directive for a progress bar, with tests and docs resolve #379 --- docs/views/partials/affixed-sidebar.html | 9 +++ docs/views/partials/sidebar.html | 9 +++ src/module.js | 3 +- src/progressbar/docs/progressbar.demo.html | 76 ++++++++++++++++++++ src/progressbar/docs/progressbar.demo.js | 14 ++++ src/progressbar/progressbar.js | 40 +++++++++++ src/progressbar/progressbar.tpl.html | 8 +++ src/progressbar/test/progressbar.spec.js | 84 ++++++++++++++++++++++ 8 files changed, 242 insertions(+), 1 deletion(-) create mode 100644 src/progressbar/docs/progressbar.demo.html create mode 100644 src/progressbar/docs/progressbar.demo.js create mode 100644 src/progressbar/progressbar.js create mode 100644 src/progressbar/progressbar.tpl.html create mode 100644 src/progressbar/test/progressbar.spec.js diff --git a/docs/views/partials/affixed-sidebar.html b/docs/views/partials/affixed-sidebar.html index 3a0ad7f34..2aa956bc0 100644 --- a/docs/views/partials/affixed-sidebar.html +++ b/docs/views/partials/affixed-sidebar.html @@ -163,6 +163,15 @@ +
  • + Progress Bar + +