From eed3f683d518b2d388168051e5fc9c836980f3dc Mon Sep 17 00:00:00 2001 From: Dmitri Akatov Date: Thu, 4 Jul 2013 17:43:18 +0200 Subject: [PATCH] jquery through bower. fixed the tests --- bower.json | 1 + config/karma-e2e.coffee | 3 ++- examples/simple.html | 4 ++-- examples/typeahead1.html | 2 +- examples/typeahead2.html | 2 +- examples/typeahead3.html | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 9881b3e..0d322a8 100644 --- a/bower.json +++ b/bower.json @@ -20,5 +20,6 @@ , "angular-scenario": "~1.0.5" , "angular-bootstrap": "~0.3.0" , "expect": "~0.2.0" + , "jquery": "~2.0.2" } } diff --git a/config/karma-e2e.coffee b/config/karma-e2e.coffee index 542f766..e3717a4 100644 --- a/config/karma-e2e.coffee +++ b/config/karma-e2e.coffee @@ -1,10 +1,11 @@ basePath = '..' toServe = [ + 'components/jquery/jquery.js' 'components/angular/angular.js' 'components/angular-bootstrap/ui-bootstrap.js' 'components/angular-bootstrap/ui-bootstrap-tpls.js' - 'dist/radians.js' + 'angular-radians.js' 'examples/simple.html' 'examples/typeahead1.html' 'examples/typeahead2.html' diff --git a/examples/simple.html b/examples/simple.html index 75439e9..41be196 100644 --- a/examples/simple.html +++ b/examples/simple.html @@ -3,9 +3,9 @@ Simple - + - + - + - + - +