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 - + - + - + - + - +