From 061bf1d201ca2f5a82ca1d0f4998ab2a0f7c7869 Mon Sep 17 00:00:00 2001 From: Dmitri Akatov Date: Tue, 9 Jul 2013 11:39:16 -0700 Subject: [PATCH] load all required components through bower --- bower.json | 1 + config/karma-e2e.coffee | 1 + examples/typeahead1.html | 4 ++-- examples/typeahead2.html | 4 ++-- examples/typeahead3.html | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 0d322a8..3039619 100644 --- a/bower.json +++ b/bower.json @@ -21,5 +21,6 @@ , "angular-bootstrap": "~0.3.0" , "expect": "~0.2.0" , "jquery": "~2.0.2" + , "bootstrap-css": "~2.3.2" } } diff --git a/config/karma-e2e.coffee b/config/karma-e2e.coffee index e3717a4..06e7587 100644 --- a/config/karma-e2e.coffee +++ b/config/karma-e2e.coffee @@ -1,6 +1,7 @@ basePath = '..' toServe = [ + 'components/bootstrap-css/css/bootstrap.css' 'components/jquery/jquery.js' 'components/angular/angular.js' 'components/angular-bootstrap/ui-bootstrap.js' diff --git a/examples/typeahead1.html b/examples/typeahead1.html index d9ef373..3bdae5f 100644 --- a/examples/typeahead1.html +++ b/examples/typeahead1.html @@ -2,8 +2,8 @@ - - + + diff --git a/examples/typeahead2.html b/examples/typeahead2.html index d5df730..ef3439c 100644 --- a/examples/typeahead2.html +++ b/examples/typeahead2.html @@ -2,8 +2,8 @@ - - + + diff --git a/examples/typeahead3.html b/examples/typeahead3.html index 3dbab2a..7f71571 100644 --- a/examples/typeahead3.html +++ b/examples/typeahead3.html @@ -2,8 +2,8 @@ - - + +