From 11af3237b1f6090be5e0e6d6257758a94c697ed7 Mon Sep 17 00:00:00 2001 From: Syphax Bouazzouni Date: Tue, 28 May 2024 04:03:29 +0200 Subject: [PATCH] sync with Agroportal 2.8.0 release part 1 no important files changes --- .env.sample | 158 +- .github/workflows/deploy.yml | 28 +- .github/workflows/docker-image-arm.yml | 56 + .github/workflows/docker-image.yml | 55 + .../workflows/tests-real-data-stageportal.yml | 52 + .../workflows/tests-real-data-testportal.yml | 52 + .github/workflows/tests-system.yml | 65 + .github/workflows/tests.yml | 61 + .gitignore | 3 +- Dockerfile | 75 +- README | 182 - README.md | 154 +- README.rdoc | 261 - bin/dev | 10 +- bin/ontoportal | 213 + bin/run_api | 69 + bin/stop_api | 13 + config/application.rb | 9 + config/bioportal_config_env.rb.sample | 349 +- config/boot.rb | 1 + config/database.yml.sample | 5 +- config/deploy.rb | 43 +- config/environments/appliance.rb | 2 +- config/environments/development.rb | 13 +- config/environments/production.rb | 6 +- config/environments/test.rb | 39 +- config/i18n-tasks.yml | 8 + config/initializers/bugsnag.rb | 5 + config/initializers/graphql_client.rb | 2 +- config/initializers/omniauth.rb | 5 + config/locales/de.yml.sample | 429 + config/locales/en.rb.sample | 112 - config/locales/en.yml | 1596 +- config/locales/fr.yml | 1506 + config/locales/it.yml.sample | 424 + config/routes.rb | 129 +- config/settings.yml | 1 + db/schema.rb | 10 +- docker-compose.yml | 102 +- lib/log.rb | 8 +- lib/tasks/generate_component_previews.rake | 34 + public/browse/.bowerrc | 3 - public/browse/.gitignore | 7 - public/browse/.jshintrc | 13 - public/browse/app.css | 184 - public/browse/app.js | 417 - public/browse/bower.json | 18 - public/browse/checklist-model.js | 99 - public/browse/e2e-tests/protractor.conf.js | 19 - public/browse/e2e-tests/scenarios.js | 42 - public/browse/font/webhostinghub-glyphs.eot | Bin 503876 -> 0 bytes public/browse/font/webhostinghub-glyphs.svg | 7835 ----- public/browse/font/webhostinghub-glyphs.ttf | Bin 503664 -> 0 bytes public/browse/font/whhg.css | 2085 -- public/browse/karma.conf.js | 33 - public/browse/lib/angular-animate/.bower.json | 19 - public/browse/lib/angular-animate/README.md | 77 - .../lib/angular-animate/angular-animate.js | 2136 -- .../angular-animate/angular-animate.min.js | 33 - .../angular-animate.min.js.map | 8 - public/browse/lib/angular-animate/bower.json | 9 - .../browse/lib/angular-animate/package.json | 26 - .../browse/lib/angular-bindonce/.bower.json | 37 - .../browse/lib/angular-bindonce/CHANGELOG.md | 43 - public/browse/lib/angular-bindonce/README.md | 154 - .../browse/lib/angular-bindonce/bindonce.js | 325 - .../lib/angular-bindonce/bindonce.min.js | 1 - public/browse/lib/angular-bindonce/bower.json | 28 - .../browse/lib/angular-bindonce/package.json | 28 - public/browse/lib/angular-loader/.bower.json | 19 - public/browse/lib/angular-loader/README.md | 65 - .../lib/angular-loader/angular-loader.js | 405 - .../lib/angular-loader/angular-loader.min.js | 9 - .../angular-loader/angular-loader.min.js.map | 8 - public/browse/lib/angular-loader/bower.json | 9 - public/browse/lib/angular-loader/package.json | 26 - public/browse/lib/angular-mocks/.bower.json | 19 - public/browse/lib/angular-mocks/README.md | 57 - .../browse/lib/angular-mocks/angular-mocks.js | 2380 -- public/browse/lib/angular-mocks/bower.json | 9 - public/browse/lib/angular-mocks/package.json | 27 - public/browse/lib/angular-route/.bower.json | 19 - public/browse/lib/angular-route/README.md | 77 - .../browse/lib/angular-route/angular-route.js | 996 - .../lib/angular-route/angular-route.min.js | 15 - .../angular-route/angular-route.min.js.map | 8 - public/browse/lib/angular-route/bower.json | 9 - public/browse/lib/angular-route/package.json | 26 - public/browse/lib/angular/.bower.json | 17 - public/browse/lib/angular/README.md | 67 - public/browse/lib/angular/angular-csp.css | 13 - public/browse/lib/angular/angular.js | 25917 ---------------- public/browse/lib/angular/angular.min.js | 250 - public/browse/lib/angular/angular.min.js.gzip | Bin 45728 -> 0 bytes public/browse/lib/angular/angular.min.js.map | 8 - public/browse/lib/angular/bower.json | 8 - public/browse/lib/angular/package.json | 25 - .../browse/lib/html5-boilerplate/.bower.json | 14 - .../lib/html5-boilerplate/.gitattributes | 1 - .../browse/lib/html5-boilerplate/.gitignore | 2 - public/browse/lib/html5-boilerplate/.htaccess | 551 - public/browse/lib/html5-boilerplate/404.html | 157 - .../browse/lib/html5-boilerplate/CHANGELOG.md | 133 - .../lib/html5-boilerplate/CONTRIBUTING.md | 154 - .../browse/lib/html5-boilerplate/LICENSE.md | 19 - public/browse/lib/html5-boilerplate/README.md | 61 - .../apple-touch-icon-precomposed.png | Bin 1226 -> 0 bytes .../lib/html5-boilerplate/crossdomain.xml | 15 - .../browse/lib/html5-boilerplate/css/main.css | 304 - .../lib/html5-boilerplate/css/normalize.css | 527 - .../browse/lib/html5-boilerplate/doc/TOC.md | 37 - .../lib/html5-boilerplate/doc/crossdomain.md | 17 - .../browse/lib/html5-boilerplate/doc/css.md | 136 - .../lib/html5-boilerplate/doc/extend.md | 586 - .../browse/lib/html5-boilerplate/doc/faq.md | 76 - .../browse/lib/html5-boilerplate/doc/html.md | 161 - public/browse/lib/html5-boilerplate/doc/js.md | 31 - .../browse/lib/html5-boilerplate/doc/misc.md | 26 - .../browse/lib/html5-boilerplate/doc/usage.md | 113 - .../browse/lib/html5-boilerplate/favicon.ico | Bin 766 -> 0 bytes .../browse/lib/html5-boilerplate/humans.txt | 15 - .../lib/html5-boilerplate/img/.gitignore | 0 .../browse/lib/html5-boilerplate/index.html | 42 - .../browse/lib/html5-boilerplate/js/main.js | 1 - .../lib/html5-boilerplate/js/plugins.js | 24 - .../js/vendor/jquery-1.10.2.min.js | 6 - .../js/vendor/modernizr-2.6.2.min.js | 4 - .../browse/lib/html5-boilerplate/robots.txt | 3 - public/browse/lib/lunr.js/.bower.json | 21 - public/browse/lib/lunr.js/.gitignore | 1 - public/browse/lib/lunr.js/.travis.yml | 6 - public/browse/lib/lunr.js/CHANGELOG.mdown | 94 - public/browse/lib/lunr.js/CNAME | 1 - public/browse/lib/lunr.js/CONTRIBUTING.mdown | 20 - public/browse/lib/lunr.js/LICENSE | 19 - public/browse/lib/lunr.js/Makefile | 68 - public/browse/lib/lunr.js/README.mdown | 63 - public/browse/lib/lunr.js/VERSION | 1 - public/browse/lib/lunr.js/bower.json | 11 - public/browse/lib/lunr.js/component.json | 9 - public/browse/lib/lunr.js/example/app.js | 89 - .../lib/lunr.js/example/example_data.json | 3016 -- .../lib/lunr.js/example/example_index.json | 1 - public/browse/lib/lunr.js/example/index.html | 81 - .../lib/lunr.js/example/index_builder.js | 34 - public/browse/lib/lunr.js/example/jquery.js | 4 - public/browse/lib/lunr.js/example/mustache.js | 570 - public/browse/lib/lunr.js/example/require.js | 36 - .../example/templates/question_list.mustache | 10 - .../example/templates/question_view.mustache | 5 - public/browse/lib/lunr.js/example/text.js | 386 - public/browse/lib/lunr.js/index.html | 305 - .../browse/lib/lunr.js/lib/document_store.js | 96 - .../browse/lib/lunr.js/lib/event_emitter.js | 82 - public/browse/lib/lunr.js/lib/index.js | 421 - public/browse/lib/lunr.js/lib/lunr.js | 50 - public/browse/lib/lunr.js/lib/pipeline.js | 217 - public/browse/lib/lunr.js/lib/sorted_set.js | 238 - public/browse/lib/lunr.js/lib/stemmer.js | 190 - .../lib/lunr.js/lib/stop_word_filter.js | 147 - public/browse/lib/lunr.js/lib/token_store.js | 193 - public/browse/lib/lunr.js/lib/tokenizer.js | 35 - public/browse/lib/lunr.js/lib/trimmer.js | 26 - public/browse/lib/lunr.js/lib/utils.js | 24 - public/browse/lib/lunr.js/lib/vector.js | 125 - public/browse/lib/lunr.js/lunr.js | 1882 -- public/browse/lib/lunr.js/lunr.min.js | 7 - public/browse/lib/lunr.js/notes | 47 - public/browse/lib/lunr.js/package.json | 24 - public/browse/lib/lunr.js/server.js | 45 - public/browse/lib/lunr.js/styles.css | 133 - .../lib/lunr.js/test/env/augment.min.js | 8 - public/browse/lib/lunr.js/test/env/jquery.js | 16 - public/browse/lib/lunr.js/test/env/qunit.css | 235 - public/browse/lib/lunr.js/test/env/qunit.js | 1977 -- public/browse/lib/lunr.js/test/env/runner.js | 125 - .../lib/lunr.js/test/event_emitter_test.js | 75 - .../lunr.js/test/fixtures/stemming_vocab.json | 1 - public/browse/lib/lunr.js/test/index.html | 52 - public/browse/lib/lunr.js/test/index_test.js | 322 - public/browse/lib/lunr.js/test/lunr_test.js | 37 - .../browse/lib/lunr.js/test/pipeline_test.js | 185 - public/browse/lib/lunr.js/test/runner.sh | 9 - public/browse/lib/lunr.js/test/search_test.js | 77 - .../lib/lunr.js/test/serialisation_test.js | 46 - .../lib/lunr.js/test/sorted_set_test.js | 118 - .../browse/lib/lunr.js/test/stemmer_test.js | 14 - .../lib/lunr.js/test/stop_word_filter_test.js | 22 - .../lib/lunr.js/test/store_node_test.js | 17 - public/browse/lib/lunr.js/test/store_test.js | 60 - public/browse/lib/lunr.js/test/test_helper.js | 23 - .../lib/lunr.js/test/token_store_test.js | 177 - .../browse/lib/lunr.js/test/tokenizer_test.js | 65 - .../browse/lib/lunr.js/test/trimmer_test.js | 27 - public/browse/lib/lunr.js/test/vector_test.js | 39 - public/browse/package.json | 35 - public/maintenance/index.html | 74 +- .../alert_message_component_spec.rb | 15 - .../file_input_loader_component_spec.rb | 15 - spec/mailers/notifier_spec.rb | 35 + test/application_system_test_case.rb | 196 + .../buttons/chip_button_component_preview.rb | 19 + ...logy_subscribe_button_component_preview.rb | 7 + .../buttons/pill_button_component_preview.rb | 8 + .../regular_button_component_preview.rb | 57 + .../rounded_button_component_preview.rb | 14 + .../concept_details_component_preview.rb | 33 + .../display/alert_component_preview.rb | 34 + .../circle_progress_bar_component_preview.rb | 10 + .../date_time_field_component_preview.rb | 9 + .../field_container_component_preview.rb | 11 + .../display/header_component_preview.rb | 10 + .../display/image_component_preview.rb | 7 + .../display/info_tooltip_component_preview.rb | 9 + .../language_field_component_preview.rb | 8 + .../license_field_component_preview.rb | 8 + .../display/link_field_component_preview.rb | 8 + .../display/link_text_component_preview.rb | 25 + .../search_result_component_preview.rb | 10 + .../text_area_field_component_preview.rb | 13 + .../previews/input/chips_component_preview.rb | 10 + .../input/input_field_component_preview.rb | 108 + .../nested_form_input_component_preview.rb | 18 + .../input/select_component_preview.rb | 27 + .../input/switch_input_component_preview.rb | 9 + .../previews/layout/card_component_preview.rb | 10 + .../layout/card_message_component_preview.rb | 30 + .../dropdown_container_component_preview.rb | 15 + .../previews/layout/list_component_preview.rb | 19 + .../progress_pages_component_preview.rb | 11 + .../summary_section_component_preview.rb | 14 + .../layout/table_component_preview.rb | 45 + .../tabs_container_component_preview.rb | 78 + .../layout/turbo_modal_component_preview.rb | 16 + .../previews/loader_component_preview.rb | 12 + .../notification_component_preview.rb | 12 + .../application_controller_test.rb | 35 + test/controllers/landscape_controller_test.rb | 6 +- .../controllers/ontologies_controller_test.rb | 42 + test/fixtures/agents.yml | 173 + test/fixtures/categories.yml | 29 + test/fixtures/groups.yml | 17 + test/fixtures/ontologies.yml | 63 + test/fixtures/recommender.yml | 698 + test/fixtures/submissions.yml | 315 + test/fixtures/users.yml | 26 + test/helpers/application_test_helpers.rb | 114 + test/integration/login_flows_test.rb | 92 + test/integration/submission_flows_test.rb | 34 + test/system/agent_flows_test.rb | 105 + test/system/login_flows_test.rb | 96 + test/system/recommender_page_test.rb | 118 + test/system/submission_flows_test.rb | 654 + test/test_helper.rb | 41 +- vendor/assets/images/facebox/closelabel.png | Bin 168 -> 0 bytes vendor/assets/images/facebox/loading.gif | Bin 2767 -> 0 bytes vendor/assets/images/fg-menu/spinner_bar.gif | Bin 358 -> 0 bytes vendor/assets/images/rating/delete.gif | Bin 752 -> 0 bytes vendor/assets/images/rating/star.gif | Bin 815 -> 0 bytes vendor/assets/stylesheets/facebox.css | 86 - vendor/assets/stylesheets/fg.menu.css | 114 - .../assets/stylesheets/jquery.rating.css.scss | 12 - vendor/assets/stylesheets/jquery.tooltip.css | 12 - vendor/assets/stylesheets/thickbox.css | 163 - yarn.lock | 1086 +- 265 files changed, 9810 insertions(+), 61713 deletions(-) create mode 100644 .github/workflows/docker-image-arm.yml create mode 100644 .github/workflows/docker-image.yml create mode 100644 .github/workflows/tests-real-data-stageportal.yml create mode 100644 .github/workflows/tests-real-data-testportal.yml create mode 100644 .github/workflows/tests-system.yml create mode 100644 .github/workflows/tests.yml delete mode 100644 README delete mode 100644 README.rdoc create mode 100755 bin/ontoportal create mode 100755 bin/run_api create mode 100755 bin/stop_api create mode 100644 config/i18n-tasks.yml create mode 100644 config/initializers/bugsnag.rb create mode 100644 config/initializers/omniauth.rb create mode 100644 config/locales/de.yml.sample delete mode 100644 config/locales/en.rb.sample create mode 100644 config/locales/fr.yml create mode 100644 config/locales/it.yml.sample create mode 100644 lib/tasks/generate_component_previews.rake delete mode 100755 public/browse/.bowerrc delete mode 100755 public/browse/.gitignore delete mode 100755 public/browse/.jshintrc delete mode 100755 public/browse/app.css delete mode 100755 public/browse/app.js delete mode 100755 public/browse/bower.json delete mode 100644 public/browse/checklist-model.js delete mode 100755 public/browse/e2e-tests/protractor.conf.js delete mode 100755 public/browse/e2e-tests/scenarios.js delete mode 100755 public/browse/font/webhostinghub-glyphs.eot delete mode 100755 public/browse/font/webhostinghub-glyphs.svg delete mode 100755 public/browse/font/webhostinghub-glyphs.ttf delete mode 100755 public/browse/font/whhg.css delete mode 100755 public/browse/karma.conf.js delete mode 100644 public/browse/lib/angular-animate/.bower.json delete mode 100644 public/browse/lib/angular-animate/README.md delete mode 100644 public/browse/lib/angular-animate/angular-animate.js delete mode 100644 public/browse/lib/angular-animate/angular-animate.min.js delete mode 100644 public/browse/lib/angular-animate/angular-animate.min.js.map delete mode 100644 public/browse/lib/angular-animate/bower.json delete mode 100644 public/browse/lib/angular-animate/package.json delete mode 100644 public/browse/lib/angular-bindonce/.bower.json delete mode 100644 public/browse/lib/angular-bindonce/CHANGELOG.md delete mode 100644 public/browse/lib/angular-bindonce/README.md delete mode 100644 public/browse/lib/angular-bindonce/bindonce.js delete mode 100644 public/browse/lib/angular-bindonce/bindonce.min.js delete mode 100644 public/browse/lib/angular-bindonce/bower.json delete mode 100644 public/browse/lib/angular-bindonce/package.json delete mode 100644 public/browse/lib/angular-loader/.bower.json delete mode 100644 public/browse/lib/angular-loader/README.md delete mode 100644 public/browse/lib/angular-loader/angular-loader.js delete mode 100644 public/browse/lib/angular-loader/angular-loader.min.js delete mode 100644 public/browse/lib/angular-loader/angular-loader.min.js.map delete mode 100644 public/browse/lib/angular-loader/bower.json delete mode 100644 public/browse/lib/angular-loader/package.json delete mode 100644 public/browse/lib/angular-mocks/.bower.json delete mode 100644 public/browse/lib/angular-mocks/README.md delete mode 100644 public/browse/lib/angular-mocks/angular-mocks.js delete mode 100644 public/browse/lib/angular-mocks/bower.json delete mode 100644 public/browse/lib/angular-mocks/package.json delete mode 100644 public/browse/lib/angular-route/.bower.json delete mode 100644 public/browse/lib/angular-route/README.md delete mode 100644 public/browse/lib/angular-route/angular-route.js delete mode 100644 public/browse/lib/angular-route/angular-route.min.js delete mode 100644 public/browse/lib/angular-route/angular-route.min.js.map delete mode 100644 public/browse/lib/angular-route/bower.json delete mode 100644 public/browse/lib/angular-route/package.json delete mode 100644 public/browse/lib/angular/.bower.json delete mode 100644 public/browse/lib/angular/README.md delete mode 100644 public/browse/lib/angular/angular-csp.css delete mode 100644 public/browse/lib/angular/angular.js delete mode 100644 public/browse/lib/angular/angular.min.js delete mode 100644 public/browse/lib/angular/angular.min.js.gzip delete mode 100644 public/browse/lib/angular/angular.min.js.map delete mode 100644 public/browse/lib/angular/bower.json delete mode 100644 public/browse/lib/angular/package.json delete mode 100644 public/browse/lib/html5-boilerplate/.bower.json delete mode 100644 public/browse/lib/html5-boilerplate/.gitattributes delete mode 100644 public/browse/lib/html5-boilerplate/.gitignore delete mode 100644 public/browse/lib/html5-boilerplate/.htaccess delete mode 100644 public/browse/lib/html5-boilerplate/404.html delete mode 100644 public/browse/lib/html5-boilerplate/CHANGELOG.md delete mode 100644 public/browse/lib/html5-boilerplate/CONTRIBUTING.md delete mode 100644 public/browse/lib/html5-boilerplate/LICENSE.md delete mode 100644 public/browse/lib/html5-boilerplate/README.md delete mode 100644 public/browse/lib/html5-boilerplate/apple-touch-icon-precomposed.png delete mode 100644 public/browse/lib/html5-boilerplate/crossdomain.xml delete mode 100644 public/browse/lib/html5-boilerplate/css/main.css delete mode 100644 public/browse/lib/html5-boilerplate/css/normalize.css delete mode 100644 public/browse/lib/html5-boilerplate/doc/TOC.md delete mode 100644 public/browse/lib/html5-boilerplate/doc/crossdomain.md delete mode 100644 public/browse/lib/html5-boilerplate/doc/css.md delete mode 100644 public/browse/lib/html5-boilerplate/doc/extend.md delete mode 100644 public/browse/lib/html5-boilerplate/doc/faq.md delete mode 100644 public/browse/lib/html5-boilerplate/doc/html.md delete mode 100644 public/browse/lib/html5-boilerplate/doc/js.md delete mode 100644 public/browse/lib/html5-boilerplate/doc/misc.md delete mode 100644 public/browse/lib/html5-boilerplate/doc/usage.md delete mode 100644 public/browse/lib/html5-boilerplate/favicon.ico delete mode 100644 public/browse/lib/html5-boilerplate/humans.txt delete mode 100644 public/browse/lib/html5-boilerplate/img/.gitignore delete mode 100644 public/browse/lib/html5-boilerplate/index.html delete mode 100644 public/browse/lib/html5-boilerplate/js/main.js delete mode 100644 public/browse/lib/html5-boilerplate/js/plugins.js delete mode 100644 public/browse/lib/html5-boilerplate/js/vendor/jquery-1.10.2.min.js delete mode 100644 public/browse/lib/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js delete mode 100644 public/browse/lib/html5-boilerplate/robots.txt delete mode 100644 public/browse/lib/lunr.js/.bower.json delete mode 100644 public/browse/lib/lunr.js/.gitignore delete mode 100644 public/browse/lib/lunr.js/.travis.yml delete mode 100644 public/browse/lib/lunr.js/CHANGELOG.mdown delete mode 100644 public/browse/lib/lunr.js/CNAME delete mode 100644 public/browse/lib/lunr.js/CONTRIBUTING.mdown delete mode 100644 public/browse/lib/lunr.js/LICENSE delete mode 100644 public/browse/lib/lunr.js/Makefile delete mode 100644 public/browse/lib/lunr.js/README.mdown delete mode 100644 public/browse/lib/lunr.js/VERSION delete mode 100644 public/browse/lib/lunr.js/bower.json delete mode 100644 public/browse/lib/lunr.js/component.json delete mode 100644 public/browse/lib/lunr.js/example/app.js delete mode 100644 public/browse/lib/lunr.js/example/example_data.json delete mode 100644 public/browse/lib/lunr.js/example/example_index.json delete mode 100644 public/browse/lib/lunr.js/example/index.html delete mode 100644 public/browse/lib/lunr.js/example/index_builder.js delete mode 100644 public/browse/lib/lunr.js/example/jquery.js delete mode 100644 public/browse/lib/lunr.js/example/mustache.js delete mode 100644 public/browse/lib/lunr.js/example/require.js delete mode 100644 public/browse/lib/lunr.js/example/templates/question_list.mustache delete mode 100644 public/browse/lib/lunr.js/example/templates/question_view.mustache delete mode 100644 public/browse/lib/lunr.js/example/text.js delete mode 100644 public/browse/lib/lunr.js/index.html delete mode 100644 public/browse/lib/lunr.js/lib/document_store.js delete mode 100644 public/browse/lib/lunr.js/lib/event_emitter.js delete mode 100644 public/browse/lib/lunr.js/lib/index.js delete mode 100644 public/browse/lib/lunr.js/lib/lunr.js delete mode 100644 public/browse/lib/lunr.js/lib/pipeline.js delete mode 100644 public/browse/lib/lunr.js/lib/sorted_set.js delete mode 100644 public/browse/lib/lunr.js/lib/stemmer.js delete mode 100644 public/browse/lib/lunr.js/lib/stop_word_filter.js delete mode 100644 public/browse/lib/lunr.js/lib/token_store.js delete mode 100644 public/browse/lib/lunr.js/lib/tokenizer.js delete mode 100644 public/browse/lib/lunr.js/lib/trimmer.js delete mode 100644 public/browse/lib/lunr.js/lib/utils.js delete mode 100644 public/browse/lib/lunr.js/lib/vector.js delete mode 100644 public/browse/lib/lunr.js/lunr.js delete mode 100644 public/browse/lib/lunr.js/lunr.min.js delete mode 100644 public/browse/lib/lunr.js/notes delete mode 100644 public/browse/lib/lunr.js/package.json delete mode 100644 public/browse/lib/lunr.js/server.js delete mode 100644 public/browse/lib/lunr.js/styles.css delete mode 100644 public/browse/lib/lunr.js/test/env/augment.min.js delete mode 100644 public/browse/lib/lunr.js/test/env/jquery.js delete mode 100644 public/browse/lib/lunr.js/test/env/qunit.css delete mode 100644 public/browse/lib/lunr.js/test/env/qunit.js delete mode 100644 public/browse/lib/lunr.js/test/env/runner.js delete mode 100644 public/browse/lib/lunr.js/test/event_emitter_test.js delete mode 100644 public/browse/lib/lunr.js/test/fixtures/stemming_vocab.json delete mode 100644 public/browse/lib/lunr.js/test/index.html delete mode 100644 public/browse/lib/lunr.js/test/index_test.js delete mode 100644 public/browse/lib/lunr.js/test/lunr_test.js delete mode 100644 public/browse/lib/lunr.js/test/pipeline_test.js delete mode 100755 public/browse/lib/lunr.js/test/runner.sh delete mode 100644 public/browse/lib/lunr.js/test/search_test.js delete mode 100644 public/browse/lib/lunr.js/test/serialisation_test.js delete mode 100644 public/browse/lib/lunr.js/test/sorted_set_test.js delete mode 100644 public/browse/lib/lunr.js/test/stemmer_test.js delete mode 100644 public/browse/lib/lunr.js/test/stop_word_filter_test.js delete mode 100644 public/browse/lib/lunr.js/test/store_node_test.js delete mode 100644 public/browse/lib/lunr.js/test/store_test.js delete mode 100644 public/browse/lib/lunr.js/test/test_helper.js delete mode 100644 public/browse/lib/lunr.js/test/token_store_test.js delete mode 100644 public/browse/lib/lunr.js/test/tokenizer_test.js delete mode 100644 public/browse/lib/lunr.js/test/trimmer_test.js delete mode 100644 public/browse/lib/lunr.js/test/vector_test.js delete mode 100755 public/browse/package.json delete mode 100644 spec/components/alert_message_component_spec.rb delete mode 100644 spec/components/file_input_loader_component_spec.rb create mode 100644 spec/mailers/notifier_spec.rb create mode 100644 test/application_system_test_case.rb create mode 100644 test/components/previews/buttons/chip_button_component_preview.rb create mode 100644 test/components/previews/buttons/ontology_subscribe_button_component_preview.rb create mode 100644 test/components/previews/buttons/pill_button_component_preview.rb create mode 100644 test/components/previews/buttons/regular_button_component_preview.rb create mode 100644 test/components/previews/buttons/rounded_button_component_preview.rb create mode 100644 test/components/previews/concept_details_component_preview.rb create mode 100644 test/components/previews/display/alert_component_preview.rb create mode 100644 test/components/previews/display/circle_progress_bar_component_preview.rb create mode 100644 test/components/previews/display/date_time_field_component_preview.rb create mode 100644 test/components/previews/display/field_container_component_preview.rb create mode 100644 test/components/previews/display/header_component_preview.rb create mode 100644 test/components/previews/display/image_component_preview.rb create mode 100644 test/components/previews/display/info_tooltip_component_preview.rb create mode 100644 test/components/previews/display/language_field_component_preview.rb create mode 100644 test/components/previews/display/license_field_component_preview.rb create mode 100644 test/components/previews/display/link_field_component_preview.rb create mode 100644 test/components/previews/display/link_text_component_preview.rb create mode 100644 test/components/previews/display/search_result_component_preview.rb create mode 100644 test/components/previews/display/text_area_field_component_preview.rb create mode 100644 test/components/previews/input/chips_component_preview.rb create mode 100644 test/components/previews/input/input_field_component_preview.rb create mode 100644 test/components/previews/input/nested_form_input_component_preview.rb create mode 100644 test/components/previews/input/select_component_preview.rb create mode 100644 test/components/previews/input/switch_input_component_preview.rb create mode 100644 test/components/previews/layout/card_component_preview.rb create mode 100644 test/components/previews/layout/card_message_component_preview.rb create mode 100644 test/components/previews/layout/dropdown_container_component_preview.rb create mode 100644 test/components/previews/layout/list_component_preview.rb create mode 100644 test/components/previews/layout/progress_pages_component_preview.rb create mode 100644 test/components/previews/layout/summary_section_component_preview.rb create mode 100644 test/components/previews/layout/table_component_preview.rb create mode 100644 test/components/previews/layout/tabs_container_component_preview.rb create mode 100644 test/components/previews/layout/turbo_modal_component_preview.rb create mode 100644 test/components/previews/loader_component_preview.rb create mode 100644 test/components/previews/notification_component_preview.rb create mode 100644 test/controllers/application_controller_test.rb create mode 100644 test/controllers/ontologies_controller_test.rb create mode 100644 test/fixtures/agents.yml create mode 100644 test/fixtures/categories.yml create mode 100644 test/fixtures/groups.yml create mode 100644 test/fixtures/ontologies.yml create mode 100644 test/fixtures/recommender.yml create mode 100644 test/fixtures/submissions.yml create mode 100644 test/fixtures/users.yml create mode 100644 test/helpers/application_test_helpers.rb create mode 100644 test/integration/login_flows_test.rb create mode 100644 test/integration/submission_flows_test.rb create mode 100644 test/system/agent_flows_test.rb create mode 100644 test/system/login_flows_test.rb create mode 100644 test/system/recommender_page_test.rb create mode 100644 test/system/submission_flows_test.rb delete mode 100644 vendor/assets/images/facebox/closelabel.png delete mode 100755 vendor/assets/images/facebox/loading.gif delete mode 100644 vendor/assets/images/fg-menu/spinner_bar.gif delete mode 100755 vendor/assets/images/rating/delete.gif delete mode 100755 vendor/assets/images/rating/star.gif delete mode 100644 vendor/assets/stylesheets/facebox.css delete mode 100755 vendor/assets/stylesheets/fg.menu.css delete mode 100755 vendor/assets/stylesheets/jquery.rating.css.scss delete mode 100644 vendor/assets/stylesheets/jquery.tooltip.css delete mode 100644 vendor/assets/stylesheets/thickbox.css diff --git a/.env.sample b/.env.sample index 9d4cb5a54..94f4a336b 100644 --- a/.env.sample +++ b/.env.sample @@ -1,137 +1,43 @@ -# Default values are optimized for production to avoid having to configure -# much in production. -# -# However it should be easy to get going in development too. If you see an -# uncommented option that means it's either mandatory to set or it's being -# overwritten in development to make your life easier. +##################### UI configuration #################### +RAILS_ENV=development +SITE=Testportal +ORG=LIRMM +ORG_URL=http://www.lirmm.fr -# Enable BuildKit by default: -# https://docs.docker.com/develop/develop-images/build_enhancements -export DOCKER_BUILDKIT=1 +UI_URL=http://localhost:3000 +API_URL=http://localhost:9393 +API_KEY= -# Rather than use the directory name, let's control the name of the project. -export COMPOSE_PROJECT_NAME=ontoportal-docker +UI_THEME=ontoportal -# In development we want all services to start but in production you don't -# need the asset watchers to run since assets get built into the image. -# -# You can even choose not to run postgres and redis in prod if you plan to use -# managed cloud services. Everything "just works", even optional depends_on! -#export COMPOSE_PROFILES=postgres,redis,web,worker,cable -export COMPOSE_PROFILES=db,cache,assets,web +BIOMIXER_URL= +BIOMIXER_APIKEY= -# If you're running native Linux and your uid:gid isn't 1000:1000 you can set -# these to match your values before you build your image. You can check what -# your uid:gid is by running `id` from your terminal. -#export UID=1000 -#export GID=1000 +ANNOTATOR_URL= -# You can generate a more secure secret by running: ./run rails secret -export SECRET_KEY_BASE=insecure_key_for_dev +FAIRNESS_DISABLED=false +FAIRNESS_URL= -# Which environment is running? These should be "development" or "production". -#export RAILS_ENV=production -#export NODE_ENV=production -export RAILS_ENV=development -export NODE_ENV=development +NCBO_ANNOTATORPLUS_ENABLED=false +NCBO_ANNOTATOR_URL= +NCBO_API_KEY= -# The bind port for puma. -# -# Be warned that if you change this value you'll need to change 8000 in both -# your Dockerfile and in a few spots in docker-compose.yml due to the nature of -# how this value can be set (Docker Compose doesn't support nested ENV vars). -#export PORT=8000 +SUPPORT_EMAIL=sifrportal-support@lirmm.fr +RELEASE_VERSION="OntoPortal Appliance 3.0.1" -# How many workers and threads should your app use? WEB_CONCURRENCY defaults -# to the server's CPU count * 2. That is a good starting point. In development -# it's a good idea to use 1 to avoid race conditions when debugging. -#export WEB_CONCURRENCY= -#export RAILS_MAX_THREADS=5 -#export WEB_CONCURRENCY=1 -#export RAILS_MAX_THREADS=1 +ANALYTICS_ID= +USE_RECAPTCHA=false +#################### Buidling the API for running tests #################### +## An ontology that will be imported in the starting of the API server +STARTER_ONTOLOGY=STY +## API key of a remote API used to download the starter ontology +OP_API_KEY=8b5b7825-538d-40e0-9e9e-5ab9274a9aeb +## API url of the remote API used to download the starter ontology +OP_API_URL="https://data.bioontology.org" -# You'll always want to set POSTGRES_USER and POSTGRES_PASSWORD since the -# postgres Docker image uses them for its default database user and password. -export POSTGRES_USER=hello -export POSTGRES_PASSWORD=password -#export POSTGRES_DB=hello -#export POSTGRES_HOST=postgres -#export POSTGRES_PORT=5432 +## Image repositroy from which the ontoportal api will be built +API_IMAGE_REPOSITORY=agroportal +## Image tag/version from which the ontoportal api will be built +API_IMAGE_TAG=master -# What's your full Redis connection URL? This will be used for caching, Sidekiq, -# and Action Cable. You can always split them up later. -#export REDIS_URL=redis://redis:6379/1 -# The bind port for puma but for Action Cable. -# -# Be warned that if you change this value you'll need to change 28080 in a few -# spots in docker-compose.yml due to the nature of how this value can be set -# (Docker Compose doesn't support nested ENV vars). -#export CABLE_PORT=28080 - -# The Action Cable address that will be accessible over HTTP. In production -# you would typically have this reverse proxied to a sub-domain with nginx, in -# which case you would set something like: ws://cable.example.com -# -# This is one case where it defaults to a development value because it's not -# possible for me to know what domain name you'll be using. -#export ACTION_CABLE_FRONTEND_URL=ws://localhost:28080 - -# Comma separated list of RegExp origins to allow connections from for Action -# Cable. The values will be converted into a proper RegExp, so omit the / /. -# -# Examples: -# http:\/\/localhost* -# http:\/\/example.*,https:\/\/example.* -#export ACTION_CABLE_ALLOWED_REQUEST_ORIGINS=http:\/\/localhost* - -# If this is set then Rails will serve files from public/ in production. You -# probably don't want this behavior unless you're testing prod mode locally, -# because nginx would typically serve static files. -#export RAILS_SERVE_STATIC_FILES= - -# Should Docker restart your containers if they go down in unexpected ways? -#export DOCKER_RESTART_POLICY=unless-stopped -export DOCKER_RESTART_POLICY=no - -# What health check test command do you want to run? In development, having it -# curl your web server will result in a lot of log spam, so setting it to -# /bin/true is an easy way to make the health check do basically nothing. -#export DOCKER_WEB_HEALTHCHECK_TEST=curl localhost:8000/up -export DOCKER_WEB_HEALTHCHECK_TEST=/bin/true - -# What ip:port should be published back to the Docker host for the app server? -# If you're using Docker Toolbox or a custom VM you can't use 127.0.0.1. This -# is being overwritten in dev to be compatible with more dev environments. -# -# If you have a port conflict because something else is using 8000 then you -# can either stop that process or change 8000 to be something else. -# -# Use the default in production to avoid having puma directly accessible to -# the internet since it'll very likely be behind nginx or a load balancer. -#export DOCKER_WEB_PORT_FORWARD=127.0.0.1:8000 -export DOCKER_WEB_PORT_FORWARD=127.0.0.1:3000 - -# This is the same as above except for Action Cable. -#export DOCKER_CABLE_PORT_FORWARD=127.0.0.1:28080 -export DOCKER_CABLE_PORT_FORWARD=28080 - -# What volume path should be used? In dev we want to volume mount everything -# so that we can develop our code without rebuilding our Docker images. -#export DOCKER_WEB_VOLUME=./public:/app/public - - -export DOCKER_WEB_VOLUME=.:/app - -# What CPU and memory constraints will be added to your services? When left at -# 0 they will happily use as much as needed. -# export DOCKER_POSTGRES_CPUS=0 -# export DOCKER_POSTGRES_MEMORY=0 -# export DOCKER_REDIS_CPUS=0 -# export DOCKER_REDIS_MEMORY=0 -# export DOCKER_WEB_CPUS=0 -# export DOCKER_WEB_MEMORY=0 -# export DOCKER_WORKER_CPUS=0 -# export DOCKER_WORKER_MEMORY=0 -# export DOCKER_CABLE_CPUS=0 -# export DOCKER_CABLE_MEMORY=0 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b94686e9d..916bd6cc4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,7 @@ # GH_PAT - github Personal Access Token for accessing private config repo # # SSH_JUMPHOST - ssh jump/proxy host though which deployments have to though if UI nodes live on private network. +# SSH_JUMPHOST_USER - username to use to connect to the ssh jump/proxy. # # DEPLOY_ENC_KEY - key for decrypting deploymnet ssh key residing in config/ # this SSH key is used for accessing jump host, UI nodes, and private github repo. @@ -17,26 +18,27 @@ name: Capistrano Deployment # Controls when the action will run. on: push: - branches: [ development staging ] + branches: [ stage test] # Allows running this workflow manually from the Actions tab workflow_dispatch: inputs: BRANCH: description: 'Branch/tag to deploy' options: - - development - - staging + - stage + - test - master - default: staging + default: test required: true environment: description: 'target environment to deploy to' type: choice options: - - development - staging - production - default: staging + - appliance + - test + default: test jobs: deploy: runs-on: ubuntu-latest @@ -55,6 +57,13 @@ jobs: USER_INPUT_ENVIRONMENT=${{ inputs.environment }} echo "TARGET=${USER_INPUT_ENVIRONMENT:-staging}" >> $GITHUB_ENV + + CONFIG_REPO=${{ secrets.CONFIG_REPO }} + GH_PAT=${{ secrets.GH_PAT }} + echo "PRIVATE_CONFIG_REPO=https://${GH_PAT}@github.com/${CONFIG_REPO}" >> $GITHUB_ENV + + echo "SSH_JUMPHOST=${{ secrets.SSH_JUMPHOST }}" >> $GITHUB_ENV + echo "SSH_JUMPHOST_USER=${{ secrets.SSH_JUMPHOST_USER }}" >> $GITHUB_ENV # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 @@ -69,6 +78,13 @@ jobs: path: deploy_config - name: copy-deployment-config run: cp -r deploy_config/ontoportal_web_ui/${{ inputs.environment }}/* . + # add ssh hostkey so that capistrano doesn't complain + - name: Add jumphost's hostkey to Known Hosts + run: | + mkdir -p ~/.ssh + echo "${{ secrets.SSH_JUMPHOST }}" + ssh-keyscan -H ${{ secrets.SSH_JUMPHOST }} > ~/.ssh/known_hosts + shell: bash - uses: miloserdow/capistrano-deploy@master with: target: ${{ env.TARGET }} # which environment to deploy diff --git a/.github/workflows/docker-image-arm.yml b/.github/workflows/docker-image-arm.yml new file mode 100644 index 000000000..0de876c29 --- /dev/null +++ b/.github/workflows/docker-image-arm.yml @@ -0,0 +1,56 @@ +name: Docker branch Images build - ARM version + +on: + push: + branches: + - development + - stage + - test + release: + types: [ published ] +jobs: + push_to_registry: + name: Push Docker branch image to Docker Hub + runs-on: ubuntu-latest + steps: + - name: Check out the repo + uses: actions/checkout@v3 + + - name: Set up QEMU + uses: docker/setup-qemu-action@v2 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + + - name: Log in to Docker Hub + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + + - name: Log in to the Container registry + uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + + - name: Extract metadata (tags, labels) for Docker + id: meta + uses: docker/metadata-action@v4 + with: + images: | + agroportal/ontoportal_web_ui-arm + ghcr.io/${{ github.repository }}-arm + + - name: Build and push Docker image + uses: docker/build-push-action@v4 + with: + context: . + platforms: linux/arm64 + build-args: | + RUBY_VERSION=2.7.8 + push: true + tags: ${{ steps.meta.outputs.tags }}-${{ env.BRANCH_NAME }}-arm64 + labels: ${{ steps.meta.outputs.labels }} + diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml new file mode 100644 index 000000000..5d2de1123 --- /dev/null +++ b/.github/workflows/docker-image.yml @@ -0,0 +1,55 @@ +name: Docker branch Images build + +on: + push: + branches: + - development + - stage + - test + release: + types: [ published ] +jobs: + push_to_registry: + name: Push Docker branch image to Docker Hub + runs-on: ubuntu-latest + steps: + - name: Check out the repo + uses: actions/checkout@v3 + + - name: Set up QEMU + uses: docker/setup-qemu-action@v2 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + + - name: Log in to Docker Hub + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + + - name: Log in to the Container registry + uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + + - name: Extract metadata (tags, labels) for Docker + id: meta + uses: docker/metadata-action@v4 + with: + images: | + agroportal/ontoportal_web_ui + ghcr.io/${{ github.repository }} + + - name: Build and push Docker image + uses: docker/build-push-action@v4 + with: + context: . + platforms: linux/amd64 + build-args: | + RUBY_VERSION=2.7.8 + push: true + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/tests-real-data-stageportal.yml b/.github/workflows/tests-real-data-stageportal.yml new file mode 100644 index 000000000..53a9d112d --- /dev/null +++ b/.github/workflows/tests-real-data-stageportal.yml @@ -0,0 +1,52 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. +# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake +# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby +name: "Run remote API (stageportal) tests CI" + +on: + push: + pull_request: + types: [ opened, reopened ] +env: + API_URL: https://data.stageportal.lirmm.fr/ # or ${{ secrets.API_URL }} + API_KEY: 1de0a270-29c5-4dda-b043-7c3580628cd5 # public apikey or ${{ secrets.API_KEY }} + BIOMIXER_URL: ${{ secrets.BIOMIXER_URL }} + FAIRNESS_URL: ${{ secrets.FAIRNESS_URL }} + ANNOTATOR_URL: ${{ secrets.ANNOTATOR_URL }} + DB_HOST: 127.0.0.1 +jobs: + test: + runs-on: ubuntu-latest + services: + mysql: + image: mysql:8.0 + ports: + - "3306:3306" + env: + MYSQL_ROOT_PASSWORD: root + memcached: + image: memcached:1.6 + ports: + - 11211:11211 + steps: + - name: Checkout code + uses: actions/checkout@v3 + # Add or replace dependency steps here + - name: Install Ruby and gems + uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.7.8 + bundler-cache: true + # Add or replace database setup steps here + - name: set up config file + run: cp config/database.yml.sample config/database.yml + - name: Set up database schema + run: RAILS_ENV=test bin/rails db:setup + - name: Set up yarn + run: yarn install + # Add or replace test runners here + - name: Run tests + run: RAILS_ENV=test bin/rails test test/controllers/* -v \ No newline at end of file diff --git a/.github/workflows/tests-real-data-testportal.yml b/.github/workflows/tests-real-data-testportal.yml new file mode 100644 index 000000000..baa017f4e --- /dev/null +++ b/.github/workflows/tests-real-data-testportal.yml @@ -0,0 +1,52 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. +# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake +# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby +name: "Run remote API (testportal) tests CI" + +on: + push: + pull_request: + types: [ opened, reopened ] +env: + API_URL: https://data.testportal.lirmm.fr/ # or ${{ secrets.API_URL }} + API_KEY: 1de0a270-29c5-4dda-b043-7c3580628cd5 # public apikey or ${{ secrets.API_KEY }} + BIOMIXER_URL: ${{ secrets.BIOMIXER_URL }} + FAIRNESS_URL: ${{ secrets.FAIRNESS_URL }} + ANNOTATOR_URL: ${{ secrets.ANNOTATOR_URL }} + DB_HOST: 127.0.0.1 +jobs: + test: + runs-on: ubuntu-latest + services: + mysql: + image: mysql:8.0 + ports: + - "3306:3306" + env: + MYSQL_ROOT_PASSWORD: root + memcached: + image: memcached:1.6 + ports: + - 11211:11211 + steps: + - name: Checkout code + uses: actions/checkout@v3 + # Add or replace dependency steps here + - name: Install Ruby and gems + uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.7.8 + bundler-cache: true + # Add or replace database setup steps here + - name: set up config file + run: cp config/database.yml.sample config/database.yml + - name: Set up database schema + run: RAILS_ENV=test bin/rails db:setup + - name: Set up yarn + run: yarn install + # Add or replace test runners here + - name: Run tests + run: RAILS_ENV=test bin/rails test test/controllers/* -v \ No newline at end of file diff --git a/.github/workflows/tests-system.yml b/.github/workflows/tests-system.yml new file mode 100644 index 000000000..8da36c9e6 --- /dev/null +++ b/.github/workflows/tests-system.yml @@ -0,0 +1,65 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. +# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake +# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby +name: "Run system tests CI" + +on: + push: + pull_request: + types: [ opened, reopened ] +env: + API_URL: http://localhost:9393 + REMOTE_API_KEY: 8b5b7825-538d-40e0-9e9e-5ab9274a9aeb + REMOTE_API_URL: https://data.bioontology.org + BIOMIXER_URL: ${{ secrets.BIOMIXER_URL }} + FAIRNESS_URL: ${{ secrets.FAIRNESS_URL }} + ANNOTATOR_URL: ${{ secrets.ANNOTATOR_URL }} + DB_HOST: 127.0.0.1 +jobs: + test: + runs-on: ubuntu-latest + services: + mysql: + image: mysql:8.0 + ports: + - "3306:3306" + env: + MYSQL_ROOT_PASSWORD: root + memcached: + image: memcached:1.6 + ports: + - 11211:11211 + chrome-server: + image: selenium/standalone-chrome:112.0-chromedriver-112.0-grid-4.9.0-20230421 + options: "--shm-size=2g" + ports: + - "4444:4444" + + steps: + - name: Checkout code + uses: actions/checkout@v3 + # Add or replace dependency steps here + - name: Install Ruby and gems + uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.7.8 + bundler-cache: true + + - name: Run OntoPortal API + run: bin/run_api -k ${{ env.REMOTE_API_KEY }} -r agroportal -t master -s STY -u ${{ env.REMOTE_API_URL }} + + # Add or replace database setup steps here + - name: set up config file + run: cp config/database.yml.sample config/database.yml + - name: Set up database schema + run: RAILS_ENV=test bin/rails db:setup + - name: Set up yarn + run: yarn install + # Add or replace test runners here + - name: Run integration tests + run: | + CI=true RAILS_ENV=test bin/rails assets:precompile + CI=true RAILS_ENV=test bin/rails test -v test/system/* \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 000000000..9214bc4de --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,61 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. +# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake +# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby +name: "Run local API tests CI" + +on: + push: + pull_request: + types: [ opened, reopened ] +env: + API_URL: http://localhost:9393 + REMOTE_API_KEY: 8b5b7825-538d-40e0-9e9e-5ab9274a9aeb + REMOTE_API_URL: https://data.bioontology.org + BIOMIXER_URL: ${{ secrets.BIOMIXER_URL }} + FAIRNESS_URL: ${{ secrets.FAIRNESS_URL }} + ANNOTATOR_URL: ${{ secrets.ANNOTATOR_URL }} + DB_HOST: 127.0.0.1 +jobs: + test: + runs-on: ubuntu-latest + services: + mysql: + image: mysql:8.0 + ports: + - "3306:3306" + env: + MYSQL_ROOT_PASSWORD: root + memcached: + image: memcached:1.6 + ports: + - 11211:11211 + steps: + - name: Checkout code + uses: actions/checkout@v3 + # Add or replace dependency steps here + - name: Install Ruby and gems + uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.7.8 + bundler-cache: true + + - name: Run OntoPortal API + run: bin/run_api -k ${{ env.REMOTE_API_KEY }} -r agroportal -t master -s STY -u ${{ env.REMOTE_API_URL }} + + # Add or replace database setup steps here + - name: set up config file + run: cp config/database.yml.sample config/database.yml + - name: Set up database schema + run: RAILS_ENV=test bin/rails db:setup + - name: Set up yarn + run: yarn install + # Add or replace test runners here + - name: Run tests + run: COVERAGE=true RAILS_ENV=test bin/rails test -v + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4ce7bb4e4..06f40b993 100644 --- a/.gitignore +++ b/.gitignore @@ -54,5 +54,4 @@ docker-sync.yml /config/credentials/development.key /config/credentials/test.key /config/credentials/staging.key -/config/credentials/appliance.key - +/config/credentials/appliance.key \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 88f019fdb..3d5c45f1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,50 +1,49 @@ -FROM ruby:2.7.5-alpine AS app - +# Make sure it matches the Ruby version in .ruby-version and Gemfile +ARG RUBY_VERSION=3.2.0 +FROM ruby:${RUBY_VERSION}-alpine + +# Install libvips for Active Storage preview support +RUN apk add --no-cache build-base \ + libxml2-dev \ + libxslt-dev \ + mariadb-dev \ + git \ + tzdata \ + nodejs yarn \ + less \ + bash \ + docker \ + docker-compose \ + && mkdir /node_modules + +# Rails app lives here WORKDIR /app -ARG UID=1000 -ARG GID=1000 - -RUN apk add --no-cache \ - build-base \ - libxml2-dev \ - libxslt-dev \ - mariadb-dev \ - git \ - nodejs \ - tzdata \ - yarn \ - less \ - && addgroup --gid ${GID} ruby \ - && adduser -u ${UID} -G ruby -D ruby \ - && chown ruby:ruby -R /app \ - && mkdir /node_modules \ - && chown ruby:ruby -R /node_modules /app - -USER ruby - -COPY --chown=ruby:ruby bin/ ./bin -RUN chmod 0755 bin/* - +# Set production environment ARG RAILS_ENV="production" +ARG BUNDLE_WITHOUT="development test" + +ENV RAILS_LOG_TO_STDOUT="1" \ + RAILS_SERVE_STATIC_FILES="true" \ + RAILS_ENV="${RAILS_ENV}" \ + BUNDLE_PATH=/usr/local/bundle \ + BUNDLE_WITHOUT="${BUNDLE_WITHOUT}" + +RUN gem update --system 3.4.22 # the 3.4.22 can be removed if we support Ruby version > 3.0 -ENV RAILS_ENV="${RAILS_ENV}" \ - NODE_ENV="${NODE_ENV}" \ - PATH="${PATH}:/home/ruby/.local/bin:/node_modules/.bin" \ - USER="ruby" \ - BUNDLE_PATH=/usr/local/bundle +COPY . . -COPY --chown=ruby:ruby Gemfile* ./ -RUN bundle install --jobs "$(nproc)" -RUN gem install rails +RUN bundle install +RUN yarn install && yarn build -RUN echo "--modules-folder /node_modules" > .yarnrc -COPY --chown=ruby:ruby package.json *yarn* ./ -RUN yarn install +# Precompile bootsnap code for faster boot times +RUN bundle exec bootsnap precompile --gemfile app/ lib/ +# RUN SECRET_KEY_BASE_DUMMY="1" ./bin/rails assets:precompile +ENV BINDING="0.0.0.0" EXPOSE 3000 -CMD ["sh"] \ No newline at end of file +CMD ["bash"] \ No newline at end of file diff --git a/README b/README deleted file mode 100644 index 0d6affddc..000000000 --- a/README +++ /dev/null @@ -1,182 +0,0 @@ -== Welcome to Rails - -Rails is a web-application and persistence framework that includes everything -needed to create database-backed web-applications according to the -Model-View-Control pattern of separation. This pattern splits the view (also -called the presentation) into "dumb" templates that are primarily responsible -for inserting pre-built data in between HTML tags. The model contains the -"smart" domain objects (such as Account, Product, Person, Post) that holds all -the business logic and knows how to persist themselves to a database. The -controller handles the incoming requests (such as Save New Account, Update -Product, Show Post) by manipulating the model and directing data to the view. - -In Rails, the model is handled by what's called an object-relational mapping -layer entitled Active Record. This layer allows you to present the data from -database rows as objects and embellish these data objects with business logic -methods. You can read more about Active Record in -link:files/vendor/rails/activerecord/README.html. - -The controller and view are handled by the Action Pack, which handles both -layers by its two parts: Action View and Action Controller. These two layers -are bundled in a single package due to their heavy interdependence. This is -unlike the relationship between the Active Record and Action Pack that is much -more separate. Each of these packages can be used independently outside of -Rails. You can read more about Action Pack in -link:files/vendor/rails/actionpack/README.html. - - -== Getting started - -1. At the command prompt, start a new rails application using the rails command - and your application name. Ex: rails myapp - (If you've downloaded rails in a complete tgz or zip, this step is already done) -2. Change directory into myapp and start the web server: script/server (run with --help for options) -3. Go to http://localhost:3000/ and get "Welcome aboard: You’re riding the Rails!" -4. Follow the guidelines to start developing your application - - -== Web Servers - -By default, Rails will try to use Mongrel and lighttpd if they are installed, otherwise -Rails will use the WEBrick, the webserver that ships with Ruby. When you run script/server, -Rails will check if Mongrel exists, then lighttpd and finally fall back to WEBrick. This ensures -that you can always get up and running quickly. - -Mongrel is a Ruby-based webserver with a C-component (which requires compilation) that is -suitable for development and deployment of Rails applications. If you have Ruby Gems installed, -getting up and running with mongrel is as easy as: gem install mongrel. -More info at: http://mongrel.rubyforge.org - -If Mongrel is not installed, Rails will look for lighttpd. It's considerably faster than -Mongrel and WEBrick and also suited for production use, but requires additional -installation and currently only works well on OS X/Unix (Windows users are encouraged -to start with Mongrel). We recommend version 1.4.11 and higher. You can download it from -http://www.lighttpd.net. - -And finally, if neither Mongrel or lighttpd are installed, Rails will use the built-in Ruby -web server, WEBrick. WEBrick is a small Ruby web server suitable for development, but not -for production. - -But of course its also possible to run Rails on any platform that supports FCGI. -Apache, LiteSpeed, IIS are just a few. For more information on FCGI, -please visit: http://wiki.rubyonrails.com/rails/pages/FastCGI - - -== Debugging Rails - -Have "tail -f" commands running on the server.log and development.log. Rails will -automatically display debugging and runtime information to these files. Debugging -info will also be shown in the browser on requests from 127.0.0.1. - - -== Breakpoints - -Breakpoint support is available through the script/breakpointer client. This -means that you can break out of execution at any point in the code, investigate -and change the model, AND then resume execution! Example: - - class WeblogController < ActionController::Base - def index - @posts = Post.find(:all) - breakpoint "Breaking out from the list" - end - end - -So the controller will accept the action, run the first line, then present you -with a IRB prompt in the breakpointer window. Here you can do things like: - -Executing breakpoint "Breaking out from the list" at .../webrick_server.rb:16 in 'breakpoint' - - >> @posts.inspect - => "[#nil, \"body\"=>nil, \"id\"=>\"1\"}>, - #\"Rails you know!\", \"body\"=>\"Only ten..\", \"id\"=>\"2\"}>]" - >> @posts.first.title = "hello from a breakpoint" - => "hello from a breakpoint" - -...and even better is that you can examine how your runtime objects actually work: - - >> f = @posts.first - => #nil, "body"=>nil, "id"=>"1"}> - >> f. - Display all 152 possibilities? (y or n) - -Finally, when you're ready to resume execution, you press CTRL-D - - -== Console - -You can interact with the domain model by starting the console through script/console. -Here you'll have all parts of the application configured, just like it is when the -application is running. You can inspect domain models, change values, and save to the -database. Starting the script without arguments will launch it in the development environment. -Passing an argument will specify a different environment, like script/console production. - -To reload your controllers and models after launching the console run reload! - -To reload your controllers and models after launching the console run reload! - - - -== Description of contents - -app - Holds all the code that's specific to this particular application. - -app/controllers - Holds controllers that should be named like weblogs_controller.rb for - automated URL mapping. All controllers should descend from ApplicationController - which itself descends from ActionController::Base. - -app/models - Holds models that should be named like post.rb. - Most models will descend from ActiveRecord::Base. - -app/views - Holds the template files for the view that should be named like - weblogs/index.rhtml for the WeblogsController#index action. All views use eRuby - syntax. - -app/views/layouts - Holds the template files for layouts to be used with views. This models the common - header/footer method of wrapping views. In your views, define a layout using the - layout :default and create a file named default.rhtml. Inside default.rhtml, - call <% yield %> to render the view using this layout. - -app/helpers - Holds view helpers that should be named like weblogs_helper.rb. These are generated - for you automatically when using script/generate for controllers. Helpers can be used to - wrap functionality for your views into methods. - -config - Configuration files for the Rails environment, the routing map, the database, and other dependencies. - -components - Self-contained mini-applications that can bundle together controllers, models, and views. - -db - Contains the database schema in schema.rb. db/migrate contains all - the sequence of Migrations for your schema. - -doc - This directory is where your application documentation will be stored when generated - using rake doc:app - -lib - Application specific libraries. Basically, any kind of custom code that doesn't - belong under controllers, models, or helpers. This directory is in the load path. - -public - The directory available for the web server. Contains subdirectories for images, stylesheets, - and javascripts. Also contains the dispatchers and the default HTML files. This should be - set as the DOCUMENT_ROOT of your web server. - -script - Helper scripts for automation and generation. - -test - Unit and functional tests along with fixtures. When using the script/generate scripts, template - test files will be generated for you and placed in this directory. - -vendor - External libraries that the application depends on. Also includes the plugins subdirectory. - This directory is in the load path. diff --git a/README.md b/README.md index 33bdfb964..f3dd62b69 100644 --- a/README.md +++ b/README.md @@ -1,130 +1,40 @@ -bioportal_web_ui -================ +# Run ontologies_web_ui -A rails application for biological ontologies, see http://bioportal.bioontology.org/ +## Using OntoPortal UI utilities script +### See help -## Todo - -### Finir les metadata (grosse prio) - -#### Grosses tâches - -* Faire en sorte de bien récupèrer quand on a des array de metadata (en ajoutant les champs) - * Faire une method générique (genre une class) qui permet de facilement distinguer les types de metadata (pas besoin d'ajouter les champs en dur dans le code) - -* Passer à bootstrap pour faire le joli layout? - * Dans un premier temps import bootstrap seulement dans le form? - * On pourrait faire des col pour ranger les metadata par "dates", "description", "links" dans des panels bootstrap - -* Meilleur affichage des metadata : - * Bouton pour les valeurs qui reviennent tout le temps - -#### Plein de petits todo - -* Permettre de filtrer les ontos en fct des metadata -Voir col P : https://docs.google.com/spreadsheets/d/1r1twxJvXdQXrkX0Ocis6YY08nlO5cGneCAQ5F7U_CoA/edit#gid=0 -Surtout dans les pages browse et welcome (voir les trucs en orange). Page Landscape plus tard - -Le but c'est d'avoir des résultats visibles - -* 3 blocks dans edit submission metadata - * Origin - * Toutes les prop qui ont la valeur S (colonne Q de docs.google Review of metadata prop) pour Simple - * Toutes les prop qui ont la valeur C (colonne Q de docs.google Review of metadata prop) pour Complete - - -**SEPARER License, onto hasSyntax, etc. Des meatdata de base de NCBO** - -**Change tout** -* Premier bloc avec les metadata pas du tout extraites (formats, contact, file upload...) -* 2eme bloc avec les metadata que le portal utilise: description, documentation... -* Expliquer que quand on ajoute un fichier les metadata sont updatés avec les metadata contenues dans le fichier (après le bloc des metadata non extraites)a - -X Add contact > même type de bouton que Add new Language - -Petit ? quand tu le survoles on dit qu'on extrait normalement cette metadata de l'onto à partir de: list des metadata mappings -Et on note "omv:description + rdfs:comment" quand on prend les valeurs de chaque propriété -Trouver comment montrer qu'on prend omv:naturalLanguage plusieurs fois si remplis plusieurs fois - -Rassembler toutes les dates ensembles (au lieu de simple et complete) dans un même table - -X Attention date picker par défaut marche pas sur firefox (utiliser date picker de jQuery, celui used par NCBO) - -Mettre des espaces : HASCONTRIBUTOR & cie - -Afficher dans l'interface graphique quelle metadata on remplis par défaut (on les met toutes au même endroit ?) - -TODO list : mettre un champ text plus gros ? (comme description) - -Le but est d'éviter d'avoir un gros listing indigeste de metadata - -Exemple : -Sous description ajouter bouton "voulez-vous ajouter un abstract?" -Sous release date "voulez-vous ajouter d'autre dates" -Sous contact "voulez-vous ajouter d'autres peoples" ? -Sous publisher "voulez-vous ajouter d'autre rôle d'institut etc" - -Depiction et logo à côté l'un de l'autre - -Generalizes, HASDISJUNCTIONSWITH, et toutes les metadata de relations entre onto: faire en sorte de pouvoir choisir des ontos dans BioPortal (pitit popip) - -Dans Default Properties sur le spreadsheet des metadata elles sont groupées - - -* Dans browse: permettre de trier dans l'ordre alphabétique -* Ajouter des petits drapeaux à côté des naturalLang (dans browse et dans la page de présentation des submissions) - -* IncludedInDataCatalog: faudrait avoir des boutons plutôt (voir avec logo, pour les catalogs connus comme ontobee) - -* Handling des metadata plus propre et - - -### Fermer les issues - - - -### Page Welcome - -https://github.com/sifrproject/bioportal_web_ui/issues/12 -https://github.com/agroportal/agroportal_web_ui/issues/59 - - -Dans links par exemple on peut mettre "need an ontology mapper: yamplusplus.lirmm.fr" - -Feed twitter: https://support.twitter.com/articles/20170071 -https://twitter.com/agrohackathon - - -## Resolve problems - -* Ca lag beaucoup sur des ontos avec beaucoup de submissions (comme TRANSMAT sur AgroPortal) - -* En particulier quand on ajoute une nouvelle submission - -* Add New submission bug parfois (avec uploadFile) : faire des tests, s'il faut ça fait un moment que ça plante sans qu'on s'en rende compte (on utilise beaucoup l'URL en ce moment) -```ruby -TypeError (no implicit conversion of Symbol into Integer): - app/controllers/submissions_controller.rb:28:in `[]' - app/controllers/submissions_controller.rb:28:in `create' - - -# Following line bugs -if @errors[:error][:uploadFilePath] && @errors[:error][:uploadFilePath].first[:options] -end +```bash +bin/ontoportal help ``` -## How to - -### Add a facet filter for a metadata in browse - -In 3 files : -* app/views/ontologies/browse.html.erb -* public/browse/app.js -* app/controllers/ontologies_controller.rb +``` +Usage: bin/ontoportal {dev|test|run|help} [--reset-cache] [--api-url API_URL] [--api-key API_KEY] + dev : Start the Ontoportal Web UI development server. + Example: bin/ontoportal dev --api-url http://localhost:9393 --api-key my_api_key + Use --reset-cache to remove volumes: bin/ontoportal dev --reset-cache + test : Run tests. Specify either a test file:line_number or empty for 'all'. + Example: $0 test test/integration/login_flows_test.rb:22 + run : Run a command in the Ontoportal Web UI Docker container. + help : Show this help message. + +Description: + This script provides convenient commands for managing an Ontoportal Web UI + application using Docker Compose. It includes options for starting the development server, + running tests, and executing commands within the Ontoportal Web UI Docker container. + +Goals: + - Simplify common tasks related to Ontoportal Web UI development using Docker. + - Provide a consistent and easy-to-use interface for common actions. +``` -## Log to production.log +### Run dev +```bash +bin/ontoportal dev --api-url --api-key +``` -```ruby -Rails.logger.warn "Submission params: #{params[:submission]}" +### Run test with a local OntoPortal API +```bash +bin/ontoportal test ``` + diff --git a/README.rdoc b/README.rdoc deleted file mode 100644 index 3e1c15c81..000000000 --- a/README.rdoc +++ /dev/null @@ -1,261 +0,0 @@ -== Welcome to Rails - -Rails is a web-application framework that includes everything needed to create -database-backed web applications according to the Model-View-Control pattern. - -This pattern splits the view (also called the presentation) into "dumb" -templates that are primarily responsible for inserting pre-built data in between -HTML tags. The model contains the "smart" domain objects (such as Account, -Product, Person, Post) that holds all the business logic and knows how to -persist themselves to a database. The controller handles the incoming requests -(such as Save New Account, Update Product, Show Post) by manipulating the model -and directing data to the view. - -In Rails, the model is handled by what's called an object-relational mapping -layer entitled Active Record. This layer allows you to present the data from -database rows as objects and embellish these data objects with business logic -methods. You can read more about Active Record in -link:files/vendor/rails/activerecord/README.html. - -The controller and view are handled by the Action Pack, which handles both -layers by its two parts: Action View and Action Controller. These two layers -are bundled in a single package due to their heavy interdependence. This is -unlike the relationship between the Active Record and Action Pack that is much -more separate. Each of these packages can be used independently outside of -Rails. You can read more about Action Pack in -link:files/vendor/rails/actionpack/README.html. - - -== Getting Started - -1. At the command prompt, create a new Rails application: - rails new myapp (where myapp is the application name) - -2. Change directory to myapp and start the web server: - cd myapp; rails server (run with --help for options) - -3. Go to http://localhost:3000/ and you'll see: - "Welcome aboard: You're riding Ruby on Rails!" - -4. Follow the guidelines to start developing your application. You can find -the following resources handy: - -* The Getting Started Guide: http://guides.rubyonrails.org/getting_started.html -* Ruby on Rails Tutorial Book: http://www.railstutorial.org/ - - -== Debugging Rails - -Sometimes your application goes wrong. Fortunately there are a lot of tools that -will help you debug it and get it back on the rails. - -First area to check is the application log files. Have "tail -f" commands -running on the server.log and development.log. Rails will automatically display -debugging and runtime information to these files. Debugging info will also be -shown in the browser on requests from 127.0.0.1. - -You can also log your own messages directly into the log file from your code -using the Ruby logger class from inside your controllers. Example: - - class WeblogController < ActionController::Base - def destroy - @weblog = Weblog.find(params[:id]) - @weblog.destroy - logger.info("#{Time.now} Destroyed Weblog ID ##{@weblog.id}!") - end - end - -The result will be a message in your log file along the lines of: - - Mon Oct 08 14:22:29 +1000 2007 Destroyed Weblog ID #1! - -More information on how to use the logger is at http://www.ruby-doc.org/core/ - -Also, Ruby documentation can be found at http://www.ruby-lang.org/. There are -several books available online as well: - -* Programming Ruby: http://www.ruby-doc.org/docs/ProgrammingRuby/ (Pickaxe) -* Learn to Program: http://pine.fm/LearnToProgram/ (a beginners guide) - -These two books will bring you up to speed on the Ruby language and also on -programming in general. - - -== Debugger - -Debugger support is available through the debugger command when you start your -Mongrel or WEBrick server with --debugger. This means that you can break out of -execution at any point in the code, investigate and change the model, and then, -resume execution! You need to install ruby-debug to run the server in debugging -mode. With gems, use sudo gem install ruby-debug. Example: - - class WeblogController < ActionController::Base - def index - @posts = Post.all - debugger - end - end - -So the controller will accept the action, run the first line, then present you -with a IRB prompt in the server window. Here you can do things like: - - >> @posts.inspect - => "[#nil, "body"=>nil, "id"=>"1"}>, - #"Rails", "body"=>"Only ten..", "id"=>"2"}>]" - >> @posts.first.title = "hello from a debugger" - => "hello from a debugger" - -...and even better, you can examine how your runtime objects actually work: - - >> f = @posts.first - => #nil, "body"=>nil, "id"=>"1"}> - >> f. - Display all 152 possibilities? (y or n) - -Finally, when you're ready to resume execution, you can enter "cont". - - -== Console - -The console is a Ruby shell, which allows you to interact with your -application's domain model. Here you'll have all parts of the application -configured, just like it is when the application is running. You can inspect -domain models, change values, and save to the database. Starting the script -without arguments will launch it in the development environment. - -To start the console, run rails console from the application -directory. - -Options: - -* Passing the -s, --sandbox argument will rollback any modifications - made to the database. -* Passing an environment name as an argument will load the corresponding - environment. Example: rails console production. - -To reload your controllers and models after launching the console run -reload! - -More information about irb can be found at: -link:http://www.rubycentral.org/pickaxe/irb.html - - -== dbconsole - -You can go to the command line of your database directly through rails -dbconsole. You would be connected to the database with the credentials -defined in database.yml. Starting the script without arguments will connect you -to the development database. Passing an argument will connect you to a different -database, like rails dbconsole production. Currently works for MySQL, -PostgreSQL and SQLite 3. - -== Description of Contents - -The default directory structure of a generated Ruby on Rails application: - - |-- app - | |-- assets - | | |-- images - | | |-- javascripts - | | `-- stylesheets - | |-- controllers - | |-- helpers - | |-- mailers - | |-- models - | `-- views - | `-- layouts - |-- config - | |-- environments - | |-- initializers - | `-- locales - |-- db - |-- doc - |-- lib - | |-- assets - | `-- tasks - |-- log - |-- public - |-- script - |-- test - | |-- fixtures - | |-- functional - | |-- integration - | |-- performance - | `-- unit - |-- tmp - | `-- cache - | `-- assets - `-- vendor - |-- assets - | |-- javascripts - | `-- stylesheets - `-- plugins - -app - Holds all the code that's specific to this particular application. - -app/assets - Contains subdirectories for images, stylesheets, and JavaScript files. - -app/controllers - Holds controllers that should be named like weblogs_controller.rb for - automated URL mapping. All controllers should descend from - ApplicationController which itself descends from ActionController::Base. - -app/models - Holds models that should be named like post.rb. Models descend from - ActiveRecord::Base by default. - -app/views - Holds the template files for the view that should be named like - weblogs/index.html.erb for the WeblogsController#index action. All views use - eRuby syntax by default. - -app/views/layouts - Holds the template files for layouts to be used with views. This models the - common header/footer method of wrapping views. In your views, define a layout - using the layout :default and create a file named default.html.erb. - Inside default.html.erb, call <% yield %> to render the view using this - layout. - -app/helpers - Holds view helpers that should be named like weblogs_helper.rb. These are - generated for you automatically when using generators for controllers. - Helpers can be used to wrap functionality for your views into methods. - -config - Configuration files for the Rails environment, the routing map, the database, - and other dependencies. - -db - Contains the database schema in schema.rb. db/migrate contains all the - sequence of Migrations for your schema. - -doc - This directory is where your application documentation will be stored when - generated using rake doc:app - -lib - Application specific libraries. Basically, any kind of custom code that - doesn't belong under controllers, models, or helpers. This directory is in - the load path. - -public - The directory available for the web server. Also contains the dispatchers and the - default HTML files. This should be set as the DOCUMENT_ROOT of your web - server. - -script - Helper scripts for automation and generation. - -test - Unit and functional tests along with fixtures. When using the rails generate - command, template test files will be generated for you and placed in this - directory. - -vendor - External libraries that the application depends on. Also includes the plugins - subdirectory. If the app has frozen rails, those gems also go here, under - vendor/rails/. This directory is in the load path. diff --git a/bin/dev b/bin/dev index a1104a50b..a4e05fa14 100755 --- a/bin/dev +++ b/bin/dev @@ -1,9 +1,11 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh -if ! command -v foreman &> /dev/null -then +if ! gem list foreman -i --silent; then echo "Installing foreman..." gem install foreman fi -foreman start -f Procfile.dev "$@" +# Default to port 3000 if not specified +export PORT="${PORT:-3000}" + +exec foreman start -f Procfile.dev "$@" diff --git a/bin/ontoportal b/bin/ontoportal new file mode 100755 index 000000000..80f288cef --- /dev/null +++ b/bin/ontoportal @@ -0,0 +1,213 @@ +#!/usr/bin/env bash + +# Function to display script usage information +show_help() { + echo "Usage: $0 {dev|test|run|help} [--reset-cache] [--api-url API_URL] [--api-key API_KEY]" + echo " dev : Start the Ontoportal Web UI development server." + echo " Example: $0 dev --api-url http://localhost:9393 --api-key my_api_key" + echo " Use --reset-cache to remove volumes: $0 dev --reset-cache" + echo " test : Run tests. Specify either a test file:line_number or empty for 'all'." + echo " Example: $0 test test/integration/login_flows_test.rb:22 " + echo " run : Run a command in the Ontoportal Web UI Docker container." + echo " help : Show this help message." + echo + echo "Description:" + echo " This script provides convenient commands for managing an Ontoportal Web UI" + echo " application using Docker Compose. It includes options for starting the development server," + echo " running tests, and executing commands within the Ontoportal Web UI Docker container." + echo + echo "Goals:" + echo " - Simplify common tasks related to Ontoportal Web UI development using Docker." + echo " - Provide a consistent and easy-to-use interface for common actions." +} +# Function to update or create the .env file with API_URL and API_KEY +update_env_file() { + local api_url="$1" + local api_key="$2" + + # Update the .env file with the provided values + file_content=$(<.env) + + # Make changes to the variable + while IFS= read -r line; do + if [[ "$line" == "API_URL="* ]]; then + echo "API_URL=$api_url" + elif [[ "$line" == "API_KEY="* ]]; then + echo "API_KEY=$api_key" + else + echo "$line" + fi + done <<< "$file_content" > .env +} + +# Function to create configuration files if they don't exist +create_config_files() { + if [ ! -f ".env" ]; then + echo "Creating .env file from env.sample" + cp .env.sample .env + fi + + if [ ! -f "config/bioportal_config_development.rb" ]; then + echo "Creating config/bioportal_config_development.rb file from config/bioportal_config_env.rb.sample" + cp config/bioportal_config_env.rb.sample config/bioportal_config_development.rb + fi + + if [ ! -f "config/database.yml" ]; then + echo "Creating config/database.yml file from config/database.yml.sample" + cp config/database.yml.sample config/database.yml + fi +} + +# Function to handle the "dev" option +dev() { + echo "Starting Ontoportal Web UI development server..." + + + local reset_cache=false + local api_client_path="" + local api_url="" + local api_key="" + + # Check for command line arguments + while [[ "$#" -gt 0 ]]; do + case $1 in + --api-client-path) + api_client_path="$2" + shift 2 + ;; + --reset-cache) + reset_cache=true + shift + ;; + --api-url) + api_url="$2" + shift 2 + ;; + --api-key) + api_key="$2" + shift 2 + ;; + *) + echo "Unknown option: $1" + show_help + exit 1 + ;; + esac + done + + + + # Check if arguments are provided + if [ -n "$api_url" ] && [ -n "$api_key" ]; then + # If arguments are provided, update the .env file + update_env_file "$api_url" "$api_key" + else + # If no arguments, fetch values from the .env file + source .env + api_url="$API_URL" + api_key="$API_KEY" + fi + + if [ -z "$api_url" ] || [ -z "$api_key" ]; then + echo "Error: Missing required arguments. Please provide both --api-url and --api-key or update them in your .env" + exit 1 + fi + + # Check if --reset-cache is present and execute docker compose down --volumes + if [ "$reset_cache" = true ]; then + echo "Resetting cache. Running: docker compose down --volumes" + docker compose down --volumes + fi + + local docker_run_cmd="docker compose run --rm -it" + local bash_cmd="" + # Conditionally add bind mounts only if the paths are not empty + for path_var in "api_client_path:ontologies_api_ruby_client" ; do + IFS=':' read -r path value <<< "$path_var" + + if [ -n "${!path}" ]; then + host_path="$(realpath "$(dirname "${!path}")")/$value" + echo "Run: bundle config local.$value ${!path}" + container_path="/app/tmp/$value" + docker_run_cmd+=" -v $host_path:$container_path" + bash_cmd+="(bundle config local.ontologies_api_client $container_path) &&" + else + bash_cmd+=" (bundle config unset local.ontologies_api_client) &&" + fi + done + bash_cmd+=" (bundle check || bundle install || bundle update) && bin/rails db:prepare && bundle exec rails s -b 0.0.0.0 -p 3000" + docker_run_cmd+=" --service-ports rails bash -c \"$bash_cmd\"" + echo "$docker_run_cmd" + echo "Run: bundle exec rails s -b 0.0.0.0 -p 3000" + eval "$docker_run_cmd" +} + +# Function to handle the "test" option +test() { + + + local api_url="" + local api_key="" + local test_options="" + + # Check for command line arguments + while [ "$#" -gt 0 ]; do + case "$1" in + --api-url) + shift + api_url="$1" + ;; + *) + + if [ -z "$test_options" ]; then + test_options="$1" + else + + test_options="$test_options $1" + fi + ;; + esac + shift + done + + if [ -z "$api_url" ]; then + api_url=http://localhost:9393 + echo "Running API..." + bin/run_api + fi + + echo "Running tests..." + echo "Run: API_URL=$api_url bundle exec rails test -v $test_options" + + docker compose run --rm -it test bash -c "bundle config unset local.ontologies_api_client && (bundle check || bundle install) && RAILS_ENV=test bin/rails db:prepare && API_URL=$api_url bundle exec rails test -v $test_options" + + # echo "Stopping API..." + # bin/stop_api +} + +# Function to handle the "run" option +run() { + echo "Run: $*" + docker compose run --rm -it rails bash -c "$*" +} + +create_config_files +# Main script logic +case "$1" in + "run") + run "${@:2}" + ;; + "dev") + dev "${@:2}" + ;; + "test") + test "${@:2}" + ;; + "help") + show_help + ;; + *) + show_help + exit 1 + ;; +esac diff --git a/bin/run_api b/bin/run_api new file mode 100755 index 000000000..8ed4d11dc --- /dev/null +++ b/bin/run_api @@ -0,0 +1,69 @@ +#!/bin/bash +display_help() { + echo "Usage: $0 [options]" + echo "Options:" + echo " -f Remove tmp/ontoportal_docker" + echo " -k API_KEY API key" + echo " -r REPOSITORY Image repository" + echo " -t TAG Image tag" + echo " -s ONTOLOGY Starter ontology" + echo " -u URL Remote API URL" + echo " -h Display this help message" + exit 0 +} + + +env_file_path="$(realpath "$(dirname "$0")")/../.env" + +# Read and parse the .env file +if [ -f "$env_file_path" ]; then + while IFS='=' read -r key value; do + [[ "$key" =~ ^\s*# ]] && continue # Skip commented lines + [[ "$value" ]] || continue # Skip lines without values + export "$key"="$value" + done < "$env_file_path" +fi + + +while getopts ":k:r:t:s:u:fh" opt; do + case $opt in + k) api_key="$OPTARG" ;; + r) image_repository="$OPTARG" ;; + t) image_tag="$OPTARG" ;; + s) starter_ontology="$OPTARG" ;; + u) remote_api_url="$OPTARG" ;; + f) rm -fr tmp/ontoportal_docker ;; + h) display_help ;; + \?) echo "Invalid option: -$OPTARG" >&2; exit 1 ;; + :) echo "Option -$OPTARG requires an argument." >&2; exit 1 ;; + esac +done + + + +if [ ! -d "tmp/ontoportal_docker" ]; then + git clone --depth=1 -b main https://github.com/ontoportal-lirmm/ontoportal_docker.git tmp/ontoportal_docker +fi + +# If an option is not provided, check and use the corresponding value from the environment variables +api_key="${api_key:-$OP_API_KEY}" +image_repository="${image_repository:-$API_IMAGE_REPOSITORY}" +image_tag="${image_tag:-$API_IMAGE_TAG}" +starter_ontology="${starter_ontology:-$STARTER_ONTOLOGY}" +remote_api_url="${remote_api_url:-$OP_API_URL}" + +if curl -sSf http://localhost:9393 > /dev/null 2>&1; then + echo "API is already running in http://localhost:9393" + exit 0 +fi + +# Check if the Docker Compose service exists +docker compose ls -a --filter "name=ontoportal_docker" | grep -q "ontoportal_docker" && no_provision=true || no_provision=false +( + cd tmp/ontoportal_docker || exit 1 + command="./run -k $api_key -r $image_repository -t $image_tag -s $starter_ontology -u $remote_api_url" + [ "$no_provision" = true ] && command="$command --no-provision" + echo "Run: $command" + eval "$command" +) + diff --git a/bin/stop_api b/bin/stop_api new file mode 100755 index 000000000..31308b172 --- /dev/null +++ b/bin/stop_api @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +# Check if the directory exists +if [ -d "tmp/ontoportal_docker" ]; then + # Check if the container is running + if docker ps --filter "name=ontoportal_docker-api" --format "{{.Names}}" | grep -q "ontoportal_docker-api"; then + container_names=$(docker ps --filter "name=ontoportal_docker-api" --format "{{.Names}}") + docker stop "$container_names" + fi + + cd "tmp/ontoportal_docker" && docker compose down --volumes +fi + diff --git a/config/application.rb b/config/application.rb index f13cb361a..d6796fca1 100644 --- a/config/application.rb +++ b/config/application.rb @@ -11,6 +11,11 @@ class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. config.load_defaults 7.0 + # permitted locales available for the application + config.i18n.available_locales = [:en, :fr, :it, :de] + config.i18n.default_locale = :en + + # Configuration for the application, engines, and railties goes here. # # These settings can be overridden in specific environments using the files @@ -27,5 +32,9 @@ class Application < Rails::Application config.change_request = config_for :change_request config.generators.template_engine = :haml + config.generators.test_framework = nil + + # Set the default layout to app/views/layouts/component_preview.html.erb + config.view_component.default_preview_layout = "component_preview" end end diff --git a/config/bioportal_config_env.rb.sample b/config/bioportal_config_env.rb.sample index 6ee1fe750..36b36682f 100644 --- a/config/bioportal_config_env.rb.sample +++ b/config/bioportal_config_env.rb.sample @@ -1,33 +1,15 @@ -# coding: utf-8 - -#local IP address lookup. This doesn't make connection to external hosts -require 'socket' -def local_ip - orig, Socket.do_not_reverse_lookup = Socket.do_not_reverse_lookup, true # turn off reverse DNS resolution temporarily - - UDPSocket.open do |s| - s.connect '8.8.8.8', 1 #google - s.addr.last - end -ensure - Socket.do_not_reverse_lookup = orig -end - -$LOCAL_IP = local_ip - # Organization info -$ORG = "NCBO" -$ORG_URL = "http://www.bioontology.org" +$ORG = ENV['ORG'] +$ORG_URL = ENV['ORG_URL'] # Site name (required) -$SITE = "BioPortal" -$SITE_URL = "localhost" +$SITE = ENV['SITE'] # Full string for site, EX: "NCBO BioPortal", do not modify -$ORG_SITE = ($ORG.nil? || $ORG.empty?) ? $SITE : "#{$ORG} #{$SITE}" +$ORG_SITE = $ORG.nil? || $ORG.empty? ? $SITE : "#{$ORG} #{$SITE}" # The URL for the BioPortal Rails UI (this application) -$UI_URL = "http://localhost:3000" +$UI_URL = ENV['UI_URL'] # DOI request service $DATACITE_DOI_PREFIX @@ -38,28 +20,32 @@ $DATACITE_PASSWORD # If you are running a PURL server to provide URLs for ontologies in your BioPortal instance, enable this option $PURL_ENABLED = false - # The PURL URL is generated using this prefix + the abbreviation for an ontology. # The PURL URL generation algorithm can be altered in app/models/ontology_wrapper.rb -$PURL_PREFIX = "http://purl.bioontology.org/ontology" +$PURL_PREFIX = 'http://purl.bioontology.org/ontology' + # If your BioPortal installation includes Annotator set this to false $ANNOTATOR_DISABLED = false - # Unique string representing the UI's id for use with the BioPortal Core -$API_KEY = "" - +$API_KEY = ENV['API_KEY'] # BioPortal API service address -$REST_URL = "http://example.org:8080/" +$REST_URL = ENV['API_URL'] # Annotator REST service address -#$ANNOTATOR_URL = "http://services.stageportal.lirmm.fr/annotator" -$ANNOTATOR_URL = "#{$REST_URL}/annotator" +# $ANNOTATOR_URL = "http://services.stageportal.lirmm.fr/annotator" +$ANNOTATOR_URL = $PROXY_URL = ENV['ANNOTATOR_URL'] +# NCBO annotator URL and apikey +$NCBO_ANNOTATORPLUS_ENABLED = ENV['NCBO_ANNOTATORPLUS_ENABLED'] +$NCBO_ANNOTATOR_URL = ENV['NCBO_ANNOTATOR_URL'] +$NCBO_API_KEY = ENV['NCBO_API_KEY'] + +# Fairness Assessment. +$FAIRNESS_DISABLED = ENV['FAIRNESS_DISABLED'] +$FAIRNESS_URL = ENV['FAIRNESS_URL'] + + -# Announcements sympa mailing list REQUEST address, EX: list-request@lists.example.org -$ANNOUNCE_LIST_SERVICE ||= "SERVICE_EXAMPLE" -$ANNOUNCE_SERVICE_HOST ||= "service@test.com" -$ANNOUNCE_LIST||= "users-list@test" # Used to define other bioportal that can be mapped to # Example to map to ncbo bioportal : {"ncbo" => {"api" => "http://data.bioontology.org", "ui" => "http://bioportal.bioontology.org", "apikey" => ""} @@ -67,6 +53,43 @@ $ANNOUNCE_LIST||= "users-list@test" # Where "ncbo" is the namespace used as key in the interportal_hash $INTERPORTAL_HASH = {} +$NOT_DOWNLOADABLE = {} + +# Bugsnag API key for monitoring exception +#$BUGSNAG_API_KEY= + +# OAuth2 authentication +$OMNIAUTH_PROVIDERS = { + github: { + client_id: 'CLIENT_ID', + client_secret: 'CLIENT_SECRET', + icon: 'github.svg', + enable: true + }, + google: { + strategy: :google_oauth2, + client_id: 'CLIENT_ID', + client_secret: 'CLIENT_SECRET', + icon: 'google.svg', + enable: true + }, + orcid: { + client_id: 'CLIENT_SECRET', + client_secret: 'CLIENT_SECRET', + icon: 'orcid.svg', + enable: false + }, + keycloak: { + strategy: :keycloak_openid, + client_id: 'YOUR_KEYCLOAK_CLIENT_ID', + client_secret: 'YOUR_KEYCLOAK_CLIENT_SECRET', + client_options: { site: 'KEYCLOAK_SITE', realm: 'KEYCLOAK_REALM' }, + name: 'keycloak', + icon: 'keycloak.svg', + enable: false + } +}.freeze + # Don't load and don't display recent mappings if false, in case of too many mappings (take longer to load homepage) $DISPLAY_RECENT = false @@ -75,69 +98,46 @@ $MULTIPLE_RECOGNIZERS = false # Remove download for these ontologies. Default: # ["CPT","ICD10","ICNP","ICPC2P","MDDB","MEDDRA","MSHFRE","MSHSPA_1","NDDF","NDFRT","NIC","RCD","SCTSPA","SNOMEDCT","WHO-ART"] -$RESTRICTED_DOWNLOADS = ["MDRFRE", "WHO-ARTFRE", "MSHFRE", "CIM-10"] +$RESTRICTED_DOWNLOADS = [] # Ontolobridge endpoint url -$ONTOLOBRIDGE_BASE_URL = "https://ontolobridge.ccs.miami.edu/api-test/requests" - +$ONTOLOBRIDGE_BASE_URL = 'https://ontolobridge.ccs.miami.edu/api-test/requests' # Ontolobridge authentication token -$ONTOLOBRIDGE_AUTHENTICATION_TOKEN = "Token Uq2pae73ktMtmgjUgtnhEOuHxr9sZeuK" +$ONTOLOBRIDGE_AUTHENTICATION_TOKEN = 'Token Uq2pae73ktMtmgjUgtnhEOuHxr9sZeuK' # Ontologies for which to enable the new term request (Ontolobridge) tab $NEW_TERM_REQUEST_ONTOLOGIES = [] # Legacy REST core service address (BioPortal v3.x and lower) -$LEGACY_REST_URL = "http://example.org:8080/bioportal" - -# Max number of children to return when rendering a tree view -$MAX_CHILDREN = 2500 - -# Max number of children that it's possible to display (more than this is either too slow or not helpful to users) -$MAX_POSSIBLE_DISPLAY = 10000 +$LEGACY_REST_URL = 'http://example.org:8080/bioportal' # Release version text (appears in footer of all pages, except 404 and 500 errors) -$RELEASE_VERSION = "4.24 (February 2016)" +$RELEASE_VERSION = ENV['RELEASE_VERSION'] # Enable Slices, filtering of ontologies based on subdomain and ontology groups $ENABLE_SLICES = false # Google Analytics ID (optional) -$ANALYTICS_ID = "" - -# A user id for user 'anonymous' for use when a user is required for an action on the REST service but you don't want to require a user to login -$ANONYMOUS_USER = 0 - -# Redis server to use for NCBO::Resolver -$REDIS_HOST = "" -$REDIS_PORT = 6379 - -# Cube metrics reporting -$ENABLE_CUBE = false -$CUBE_HOST = "localhost" -$CUBE_PORT = 1180 +$ANALYTICS_ID = ENV['ANALYTICS_ID'] # Enable client request caching -$CLIENT_REQUEST_CACHING = false - -# If you don't use Airbrake you can have exceptions emailed to the $ERROR_EMAIL address by setting this to 'true' -$EMAIL_EXCEPTIONS = false +$CLIENT_REQUEST_CACHING = true # Email settings ActionMailer::Base.smtp_settings = { - :address => "", # smtp server address, ex: smtp.example.org - :port => 25, # smtp server port - :domain => "", # fqdn of rails server, ex: rails.example.org + address: '', # smtp server address, ex: smtp.example.org + port: 25, # smtp server port + domain: '' # fqdn of rails server, ex: rails.example.org } - # Announcements mailman mailing list REQUEST address, EX: list-request@lists.example.org # NOTE: You must use the REQUEST address for the mailing list. ONLY WORKS WITH MAILMAN LISTS. -$ANNOUNCE_LIST = "sifrportal-users@lirmm.fr" - +$ANNOUNCE_LIST = ENV['SUPPORT_EMAIL'] # Email addresses used for sending notifications (errors, feedback, support) -$SUPPORT_EMAIL = "sifrportal-support@lirmm.fr" - +$SUPPORT_EMAIL = ENV['SUPPORT_EMAIL'] # Email used to send notifications -$NOTIFICATION_EMAIL = "notifications@bioportal.lirmm.fr" +$NOTIFICATION_EMAIL = ENV['SUPPORT_EMAIL'] + + # reCAPTCHA # In order to use reCAPTCHA on the account creation and feedback submission pages: @@ -150,32 +150,13 @@ $NOTIFICATION_EMAIL = "notifications@bioportal.lirmm.fr" # # 3. Set the USE_RECAPTCHA option to 'true' ENV['USE_RECAPTCHA'] = 'false' - # Custom BioPortal logging require 'log' -$REMOTE_LOGGING = false - -## -# Flex Options -## - -# URL to pull Flex apps from -$FLEX_URL = "/flex" - -# Flex App API keys -$ANNOTATOR_FLEX_APIKEY = "" -$SEARCH_FLEX_APIKEY = "" -$RECOMMENDER_FLEX_APIKEY = "" -$FLEXOVIZ_APIKEY = "" # URL where BioMixer GWT app is located -#$BIOMIXER_URL = "http://bioportal-integration.bio-mixer.appspot.com" -$BIOMIXER_URL = "http://#{$SITE_URL}/BioMixer" - -# Array with all the additional ontology metadata to display in the ontology details -$ADDITIONAL_ONTOLOGY_METADATA = ["naturalLanguage", "hasLicense", "notes", "modificationDate", "URI", "hasContributor", "hasCreator", "endorsedBy", "hasDomain", - "keyClasses", "keywords", "isOfType", "knowUsage", "designedForOntologyTask", "hasFormalityLevel", "usedImports", "usedKnowledgeRepresentationParadigm", - "usedOntologyEngineeringMethodology", "usedOntologyEngineeringTool"] +# $BIOMIXER_URL = "http://bioportal-integration.bio-mixer.appspot.com" +$BIOMIXER_URL = ENV['BIOMIXER_URL'] +$BIOMIXER_APIKEY = ENV['BIOMIXER_APIKEY'] ## # Custom Ontology Details @@ -186,42 +167,150 @@ $ADDITIONAL_ONTOLOGY_METADATA = ["naturalLanguage", "hasLicense", "notes", "modi ## $ADDITIONAL_ONTOLOGY_DETAILS = {} -#Front notice appears on the front page only and is closable by the user. It remains closed for seven days (stored in cookie) +# Front notice appears on the front page only and is closable by the user. It remains closed for seven days (stored in cookie) $FRONT_NOTICE = '' - # Site notice appears on all pages and remains closed indefinitely. Stored below as a hash with a unique key and a string message # EX: $SITE_NOTICE = { :unique_key => 'Put your message here (can include html if you use single quotes).' } -$SITE_NOTICE = { } - -# Used in browse for facetted search to avoid having to call the API (for performance) -$FORMALITY_LEVELS = { - "http://w3id.org/nkos/nkostype#classification_schema" => "Classification scheme", - "http://w3id.org/nkos/nkostype#dictionary" => "Dictionary", - "http://w3id.org/nkos/nkostype#gazetteer" => "Gazetteer", - "http://w3id.org/nkos/nkostype#glossary" => "Glossary", - "http://w3id.org/nkos/nkostype#list" => "List", - "http://w3id.org/nkos/nkostype#name_authority_list" => "Name authority list", - "http://w3id.org/nkos/nkostype#ontology" => "Ontology", - "http://w3id.org/nkos/nkostype#semantic_network" => "Semantic network", - "http://w3id.org/nkos/nkostype#subject_heading_scheme" => "Subject heading scheme", - "http://w3id.org/nkos/nkostype#synonym_ring" => "Synonym ring", - "http://w3id.org/nkos/nkostype#taxonomy" => "Taxonomy", - "http://w3id.org/nkos/nkostype#terminology" => "Terminology", - "http://w3id.org/nkos/nkostype#thesaurus" => "Thesaurus" -} -$IS_OF_TYPE = { - "http://omv.ontoware.org/2005/05/ontology#ApplicationOntology" => "Application Ontology", - "http://omv.ontoware.org/2005/05/ontology#CoreOntology" => "Core Ontology", - "http://omv.ontoware.org/2005/05/ontology#DomainOntology" => "Domain Ontology", - "http://omv.ontoware.org/2005/05/ontology#TaskOntology" => "Task Ontology", - "http://omv.ontoware.org/2005/05/ontology#UpperLevelOntology" => "Upper Level Ontology", - "http://omv.ontoware.org/2005/05/ontology#Vocabulary" => "Vocabulary" -} -$NATURAL_LANGUAGES = { - "http://lexvo.org/id/iso639-3/eng" => "English", - "http://lexvo.org/id/iso639-3/fra" => "French", - "http://lexvo.org/id/iso639-3/spa" => "Spanish", - "http://lexvo.org/id/iso639-3/por" => "Portuguese", - "http://lexvo.org/id/iso639-3/ita" => "Italian", - "http://lexvo.org/id/iso639-3/deu" => "German" +$SITE_NOTICE = {} + +$TERMS_AND_CONDITIONS_LINK = 'https://doc.jonquetlab.lirmm.fr/share/e6158eda-c109-4385-852c-51a42de9a412/doc/terms-conditions-naDsDo2Zxq' +$CITE_ANNOTATOR = 'https://hal.science/hal-00492024' +$ANNOTATOR_API_DOC = 'https://data.agroportal.lirmm.fr/documentation#nav_annotator' +$CITE_RECOMMENDER = 'https://doi.org/10.1186/s13326-017-0128-y' +# Resource term +$RESOURCE_TERM = ENV['RESOURCE_TERM'] || 'ontology' + +$HOME_PAGE_LOGOS = [ + { + img_src: 'logos/supports/numev.png', + url: 'http://www.lirmm.fr/numev', + target: '_blank' + }, + { + img_src: 'logos/supports/anr.png', + url: 'https://anr.fr/en', + target: '_blank' + }, + { + img_src: 'logos/supports/eu.png', + url: 'https://commission.europa.eu/research-and-innovation_en', + target: '_blank' + }, + { + img_src: 'logos/collaboration/d2kab.png', + url: 'http://d2kab.mystrikingly.com', + target: '_blank' + }, + { + img_src: 'logos/collaboration/lirmm.png', + url: 'http://www.lirmm.fr', + target: '_blank' + }, + { + img_src: 'logos/collaboration/inrae.png', + url: 'https://www.inrae.fr/enm', + target: '_blank' + }, + { + img_src: 'logos/collaboration/stanford.png', + url: 'https://www.stanford.edu', + target: '_blank' + } +] + +$PORTALS_INSTANCES = [ + { + color: '#31b403', + portal: 'AgroPortal', + link: 'https://agroportal.lirmm.fr/' + }, + { + color: '#234979', + portal: 'BioPortal', + link: 'https://bioportal.bioontology.org/' + }, + { + color: '#74a9cb', + portal: 'SIFR BioPortal', + link: 'https://bioportal.lirmm.fr/' + }, + { + color: '#0d508a', + portal: 'EcoPortal', + link: 'https://ecoportal.lifewatch.eu/' + }, + { + color: '#234979', + portal: 'MedPortal', + link: 'http://medportal.bmicc.cn/' + }, + { + color: '#009574', + portal: 'MatPortal', + link: 'https://matportal.org/' + }, + { + color: '#1c0f5d', + portal: 'IndustryPortal', + link: 'http://industryportal.enit.fr' + }, + { + color: '#1e2251', + portal: 'EarthPortal', + link: 'https://earthportal.eu/' + }, + { + color: '#33691B', + portal: 'BiodivPortal', + link: 'https://biodivportal.gfbio.org/' + } +] + +$FOOTER_LINKS = { + social: [ + { logo: "social/people.svg", link: "https://github.com/orgs/agroportal/people" }, + { logo: "social/github.svg", link: "https://github.com/agroportal" }, + { logo: "social/twitter.svg", link: "https://twitter.com/lagroportal" }, + { logo: "json.svg", link: $REST_URL }, + { logo: "summary/sparql.svg", link: "#{$SPARQL_URL}"}, + { logo: "social/email.svg", link: "mailto:#{$ANNOUNCE_LIST}" }, + ], + sections: { + products: { + release_notes: "https://doc.jonquetlab.lirmm.fr/share/e6158eda-c109-4385-852c-51a42de9a412/doc/release-notes-btKjZk5tU2", + api: "https://data.agroportal.lirmm.fr/", + tools: "/tools", + sparql: "https://sparql.agroportal.lirmm.fr/test/", + ontoportal: "https://ontoportal.org/" + }, + support: { + contact_us: "https://#{$SITE}.lirmm.fr/feedback", + documentation: "https://ontoportal.github.io/documentation/", + agro_documentation: "https://doc.jonquetlab.lirmm.fr/share/e6158eda-c109-4385-852c-51a42de9a412/doc/public-documentation-QMpsC9aVBb" + }, + agreements: { + terms: $TERMS_AND_CONDITIONS_LINK, + privacy_policy: "https://doc.jonquetlab.lirmm.fr/share/e6158eda-c109-4385-852c-51a42de9a412/doc/terms-conditions-naDsDo2Zxq#h-privacy-policy", + legal_notices: "https://doc.jonquetlab.lirmm.fr/share/e6158eda-c109-4385-852c-51a42de9a412/doc/terms-conditions-naDsDo2Zxq#h-legal-notice" + }, + about: { + about_us: "https://github.com/agroportal/project-management", + team: "https://github.com/orgs/agroportal/people", + cite_us: "https://doc.jonquetlab.lirmm.fr/share/e6158eda-c109-4385-852c-51a42de9a412/doc/publications-and-references-87tEoeoGKy", + acknowledgments: "https://doc.jonquetlab.lirmm.fr/share/e6158eda-c109-4385-852c-51a42de9a412/doc/acknowledgments-15GdRXLQdm" + } + } } + + + +$UI_THEME = ENV['UI_THEME'] || 'ontoportal' +$HOSTNAME = ENV['API_URL'] + +if $HOSTNAME + $HOSTNAME = ENV['API_URL'].split('data.').last + # add custom stage server configuration if needed (e.g bioportal_config_development_stageportal.lirmm.fr) + if File.exist?("config/bioportal_config_development_#{$HOSTNAME}") + require_relative "bioportal_config_development_#{$HOSTNAME}" + end +end diff --git a/config/boot.rb b/config/boot.rb index 282011619..6a51f27d2 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,3 +1,4 @@ ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) require "bundler/setup" # Set up gems listed in the Gemfile. +require 'bootsnap/setup' \ No newline at end of file diff --git a/config/database.yml.sample b/config/database.yml.sample index c92d72df2..6edf6ed31 100644 --- a/config/database.yml.sample +++ b/config/database.yml.sample @@ -12,10 +12,9 @@ default: &default adapter: mysql2 encoding: utf8mb4 - pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> username: root - password: bp_user - host: db + password: root + host: <%= ENV["DB_HOST"] %> development: <<: *default diff --git a/config/deploy.rb b/config/deploy.rb index 6e33b4803..529350eb0 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -44,7 +44,8 @@ set :keep_releases, 5 set :bundle_without, 'development:test' set :bundle_config, { deployment: true } - +set :rails_env, "appliance" +set :config_folder_path, "#{fetch(:application)}/#{fetch(:stage)}" # Defaults to [:web] set :assets_roles, [:web, :app] set :keep_assets, 3 @@ -57,6 +58,43 @@ # If you don't set `:passenger_restart_with_touch`, capistrano-passenger will check what version of passenger you are running # and use `passenger-config restart-app` if it is available in that version. +# you can set custom ssh options +# it's possible to pass any option but you need to keep in mind that net/ssh understand limited list of options +# you can see them in [net/ssh documentation](http://net-ssh.github.io/net-ssh/classes/Net/SSH.html#method-c-start) +# set it globally +# set :ssh_options, { +# keys: %w(/home/rlisowski/.ssh/id_rsa), +# forward_agent: false, +# auth_methods: %w(password) +# } +# and/or per server +# server 'example.com', +# user: 'user_name', +# roles: %w{web app}, +# ssh_options: { +# user: 'user_name', # overrides user setting above +# keys: %w(/home/user_name/.ssh/id_rsa), +# forward_agent: false, +# auth_methods: %w(publickey password) +# # password: 'please use keys' +# } +# setting per server overrides global ssh_options + +SSH_JUMPHOST = ENV.include?('SSH_JUMPHOST') ? ENV['SSH_JUMPHOST'] : 'jumpbox.hostname.com' +SSH_JUMPHOST_USER = ENV.include?('SSH_JUMPHOST_USER') ? ENV['SSH_JUMPHOST_USER'] : 'username' + +JUMPBOX_PROXY = "#{SSH_JUMPHOST_USER}@#{SSH_JUMPHOST}" +set :ssh_options, { + user: 'ontoportal', + forward_agent: 'true', + keys: %w(config/deploy_id_rsa), + auth_methods: %w(publickey), + # use ssh proxy if UI servers are on a private network + proxy: Net::SSH::Proxy::Command.new("ssh #{JUMPBOX_PROXY} -W %h:%p") +} + +#private git repo for configuraiton +PRIVATE_CONFIG_REPO = ENV.include?('PRIVATE_CONFIG_REPO') ? ENV['PRIVATE_CONFIG_REPO'] : 'https://your_github_pat_token@github.com/your_organization/ontoportal-configs.git' desc "Check if agent forwarding is working" task :forwarding do on roles(:all) do |h| @@ -85,7 +123,7 @@ TMP_CONFIG_PATH = "/tmp/#{SecureRandom.hex(15)}".freeze on roles(:app) do execute "git clone -q #{PRIVATE_CONFIG_REPO} #{TMP_CONFIG_PATH}" - execute "rsync -a #{TMP_CONFIG_PATH}/#{fetch(:application)}/ #{release_path}/" + execute "rsync -a #{TMP_CONFIG_PATH}/#{fetch(:config_folder_path)}/ #{release_path}/" execute "rm -rf #{TMP_CONFIG_PATH}" end elsif defined?(LOCAL_CONFIG_PATH) @@ -104,6 +142,7 @@ end + after :updating, :get_config after :publishing, :restart after :restart, :clear_cache do diff --git a/config/environments/appliance.rb b/config/environments/appliance.rb index db8739398..ec5f5e79f 100644 --- a/config/environments/appliance.rb +++ b/config/environments/appliance.rb @@ -87,7 +87,7 @@ # Add custom data attributes to sanitize allowed list config.action_view.sanitized_allowed_attributes = ['id', 'class', 'style', 'data-cls', 'data-ont'] - + config.view_component.show_previews = true # TODO: Fix this? # enable json logging format. Useful for logstash # require 'rackstash' diff --git a/config/environments/development.rb b/config/environments/development.rb index b595b87cd..7e0593176 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -7,7 +7,16 @@ # it changes. This slows down response time but is perfect for development # since you don't have to restart the web server when you make code changes. config.cache_classes = false + config.action_mailer.delivery_method = :letter_opener_web + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_deliveries = true + config.action_mailer.default_url_options = { host: '0.0.0:3000' } # Adjust the host/port as needed + + config.action_mailer_letter_opener_location = Rails.root.join('tmp', 'my_mails') + + # Do not eager load code on boot. config.eager_load = false @@ -16,7 +25,9 @@ # Enable server timing config.server_timing = true - + + # Allow all hosts in development + config.hosts = nil # Enable/disable caching. By default caching is disabled. # Run rails dev:cache to toggle caching. if Rails.root.join("tmp/caching-dev.txt").exist? diff --git a/config/environments/production.rb b/config/environments/production.rb index 3eea9fbc8..3eb3961f0 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -92,8 +92,10 @@ # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') # Include the BioPortal-specific configuration options - require Rails.root.join('config', "bioportal_config_#{Rails.env}.rb") - + if File.exist?(Rails.root.join('config', "bioportal_config_#{Rails.env}.rb")) + require Rails.root.join('config', "bioportal_config_#{Rails.env}.rb") + end + # Use a different cache store in production. config.cache_store = :mem_cache_store, ENV["MEMCACHE_SERVERS"] || "localhost:11211", { namespace: 'bioportal_web_ui', expires_in: 1.day } diff --git a/config/environments/test.rb b/config/environments/test.rb index db8739398..f9364696d 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -1,22 +1,33 @@ -BioportalWebUi::Application.configure do +# frozen_string_literal: true + +require 'active_support/core_ext/integer/time' + +# The test environment is used exclusively to run your application's +# test suite. You never need to work with it otherwise. Remember that +# your test database is "scratch space" for the test suite and is wiped +# and recreated between test runs. Don't rely on the data there! + +Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. # Code is not reloaded between requests. config.cache_classes = true - # Eager load code on boot. This eager loads most of Rails and - # your application in memory, allowing both threaded web servers - # and those relying on copy on write to perform better. - # Rake tasks automatically ignore this option for performance. - config.eager_load = true - - # Full error reports are disabled and caching is turned on. - config.consider_all_requests_local = false - config.action_controller.perform_caching = true - - # Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"] - # or in config/master.key. This key is used to decrypt credentials (and other encrypted files). - config.require_master_key = true + # Eager loading loads your whole application. When running a single test locally, + # this probably isn't necessary. It's a good idea to do in a continuous integration + # system, or in some way before deploying your code. + config.eager_load = ENV['CI'].present? + + # Configure public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => "public, max-age=#{1.hour.to_i}" + } + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + config.cache_store = ActiveSupport::Cache::MemCacheStore.new('localhost:11211', namespace: 'BioPortal') # Enable Rack::Cache to put a simple HTTP cache in front of your application # Add `rack-cache` to your Gemfile before enabling this. diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml new file mode 100644 index 000000000..6495aad7c --- /dev/null +++ b/config/i18n-tasks.yml @@ -0,0 +1,8 @@ +# config/i18n-tasks.yml +<% require 'i18n-tasks-csv' %> + +csv: + export: + - "tmp/i18n-export/main.csv" + import: + - tmp/i18n-export/main.csv \ No newline at end of file diff --git a/config/initializers/bugsnag.rb b/config/initializers/bugsnag.rb new file mode 100644 index 000000000..8704957a0 --- /dev/null +++ b/config/initializers/bugsnag.rb @@ -0,0 +1,5 @@ +if $BUGSNAG_API_KEY + Bugsnag.configure do |config| + config.api_key = $BUGSNAG_API_KEY + end +end diff --git a/config/initializers/graphql_client.rb b/config/initializers/graphql_client.rb index 69a909bb9..57760a168 100644 --- a/config/initializers/graphql_client.rb +++ b/config/initializers/graphql_client.rb @@ -6,7 +6,7 @@ module GitHub HTTPAdapter = GraphQL::Client::HTTP.new('https://api.github.com/graphql') do def headers(_context) - { 'Authorization': "Bearer #{Rails.application.credentials[:kgcl][:github_access_token]}" } + { 'Authorization': "Bearer #{Rails.application.credentials.dig(:kgcl, :github_access_token)}" } end end diff --git a/config/initializers/omniauth.rb b/config/initializers/omniauth.rb new file mode 100644 index 000000000..c7c4027c3 --- /dev/null +++ b/config/initializers/omniauth.rb @@ -0,0 +1,5 @@ +Rails.application.config.middleware.use OmniAuth::Builder do + Array($OMNIAUTH_PROVIDERS).each do |provider, config| + provider config[:strategy] || provider, config[:client_id], config[:client_secret], client_options: {}.merge(config[:client_options].to_h) + end +end \ No newline at end of file diff --git a/config/locales/de.yml.sample b/config/locales/de.yml.sample new file mode 100644 index 000000000..ed61d6f0c --- /dev/null +++ b/config/locales/de.yml.sample @@ -0,0 +1,429 @@ +--- +de: + activaterecord: + errors: + models: + license: + attributes: + encrypted_key: + invalid_license_key: is an invalid license key + no_appliance_id_for_comparison: Could not be validated. Unable to retrieve virtual appliance ID. + appliance_id_mismatch: is an appliance id mismatch + # Konfigurieren Sie den Ressourcenbegriff 'ontology' im gesamten Portal so, dass er durch alternative Begriffe wie 'semantic_resource', 'vocabulary', 'terminology' oder 'semantic_artefact' ersetzt werden kann. + resource_term: + ontology: Ontologie + ontology_plural: Ontologien + ontology_single: eine Ontologie + + semantic_resource: semantische Ressource + semantic_resource_plural: semantische Ressourcen + semantic_resource_single: eine semantische Ressource + + vocabulary: Vokabular + vocabulary_plural: Vokabulare + vocabulary_single: ein Vokabular + + terminology: Terminologie + terminology_plural: Terminologien + terminology_single: eine Terminologie + + semantic_artefact: semantisches Artefakt + semantic_artefact_plural: semantische Artefakte + semantic_artefact_single: ein semantisches Artefakt + + date: + formats: + year_month_day_concise: "%Y-%m-%d" # 2017-03-01 + month_day_year: "%b %-d, %Y" # Mar 1, 2017 + monthfull_day_year: "%B %-d, %Y" # March 1, 2017 + + additional_parameters: Zusätzliche Parameter werden erklärt unter + admin: + licenses: + create: + success: Lizenz erfolgreich verlängert! + all: Alle + annotator: + annotate_text_prompt: Zu beschriftenden Text eingeben oder einfügen + annotations_result: Anmerkungen + fast_context: FastContext + filters: + confidence_threshold: Filterkonfidenzschwellenwert + confidence_threshold_help: Geben Sie die Mindestposition in der Punkteverteilung + an (zwischen 1 und 100) + exclude_numbers: Nummern ausschließen + exclude_synonyms: Synonyme ausschließen + include_mappings: Mappings einbeziehen + match_longest_only: Nur das längste Spiel + match_partial_words: Erkennen von Wortteilen + max_hierarchy_level: Vorfahren bis zur Ebene einbeziehen + score: Punktzahl einbeziehen + score_help: Bewertung von Anmerkungen nach der früheren NCBO 2009-Maßnahme (alt) + oder Bewertung von Anmerkungen nach der C-Value-Maßnahme (cvalue) oder Bewertung + von Anmerkungen nach der C-Value-Maßnahme mit Hierarchieerweiterung (cvalueh) + score_threshold: Filter nach Schwellenwert + score_threshold_help: Mindestpunktzahl für Anmerkungen festlegen + get_annotator: Anmerkungen erhalten + index: + fast_context: + tooltip: Aktivieren Sie FastContext, um zu erkennen, ob ein Konzept verneint + wurde (bejaht, verneint), wer das gefundene Konzept erlebt hat (Patient, + andere), wann das kommentierte Konzept aufgetreten ist (kürzlich, historisch, + hypothetisch) und/oder ob das kommentierte Konzept unsicher ist (sicher, + unsicher). + intro: Annotationen für biomedizinische Texte mit Ontologieklassen erhalten + lemmatize: + tooltip: Aktivieren Sie Lemmatize, um eingereichten Text zu lemmatisieren + und ein lemmatisiertes Wörterbuch für Anmerkungen zu verwenden + sample_text: Das Melanom ist ein bösartiger Tumor der Melanozyten, der hauptsächlich + in der Haut, aber auch im Darm und im Auge vorkommt. + lemmatize: Lemmatisieren + results_filtered_by: Die Ergebnisse werden gefiltert nach + select: Wählen Sie %{name} + start_typing_to_select: Beginnen Sie mit der Eingabe, um %{type} auszuwählen oder + lassen Sie es leer, um alle zu verwenden + title: Kommentator + umls: + semantic_groups: UMLS Semantische Gruppen + semantic_types: UMLS-Semantische Typen + certainty: Gewissheit + class: Klasse + clear_selection: Auswahl löschen + concepts: + request_term: + new_term_instructions: | +

Diese Ontologie ist in OntoloBridge integriert und ermöglicht es den Nutzern der Gemeinschaft, Ergänzungen zur öffentlichen Ontologie vorzuschlagen. Füllen Sie die nachstehende Vorlage aus, um eine Begriffsanfrage direkt an den Ontologiemanager zu senden.

+
+

Begriffsbezeichnung (erforderlich)
Vorgeschlagener Begriffsname. Wenn ein Begriff mit mehr als einem Synonym beschrieben werden kann, geben Sie hier nur den bevorzugten Namen ein.

+
+
+

Begriffsbeschreibung (erforderlich)
Eine kurze Definition, Beschreibung oder Verwendung des vorgeschlagenen Begriffs. Synonyme von weiteren Begriffen können in diesem Abschnitt aufgeführt werden.

+
+
+

Superclass (erforderlich)
Der übergeordnete Begriff des vorgeschlagenen Begriffs. Der übergeordnete Begriff muss ein bestehender Eintrag in der aktuellen Ontologie sein. Die Oberklasse kann direkt aus dem Bioportal-Klassenbaum ausgewählt werden.

+
+
+

Referenzen (optional)
Bieten Sie Belege für die Existenz des gesuchten Begriffs, wie Pubmed IDs von Artikeln oder Links zu anderen Ressourcen, die den Begriff beschreiben.

+
+
+

Begründung (optional)
Geben Sie hier zusätzliche Informationen über den gesuchten Begriff an.

+
+ context: Kontext + coverage: Erfassungsbereich + filter: Filter + format_results: Ergebnisse formatieren als + get_json_version: Abrufen der json-Version + get_recommendations: Empfehlungen erhalten + help: Hilfe + home: + agroportal_figures: "%{site} in Zahlen:" + benefit1: Entdecken Sie neue Erkenntnisse und Zusammenhänge, indem Sie andere + Ontologien im Repository erforschen. + benefit2: Tragen Sie zum Wachstum und zur Entwicklung Ihres Bereichs bei, indem + Sie neue Konzepte und Kategorien hinzufügen. + benefit3: Verwenden Sie die Versionskontrolle, um die Änderungen an Ihrer Ontologie + im Laufe der Zeit zu verwalten und mit anderen Benutzern zusammenzuarbeiten. + benefit4: Holen Sie sich Feedback und Vorschläge von anderen Benutzern, die Ihre + Ontologie überprüfen und kommentieren können. + benefit5: Holen Sie sich den FAIR Score und die Metriken für Ihre Ontologie. + fair_details: Siehe Details + fairness: FAIR-Punkte + get_annotations: Anmerkungen erhalten + get_recommendations: Empfehlungen erhalten + index: + tagline: Die Heimat von Vokabularen und Ontologien in der Agrarwissenschaft + und verwandten Bereichen. + title: Willkommen bei der %{site} + welcome: Willkommen auf der %{site}, + ontology_upload: Möchten Sie eine Ontologie hochladen? + ontology_upload_benefits: 'Indem Sie Ihre Ontologie auf %{site} hochladen, können + Sie:' + ontology_upload_button: Ontologie hochladen + discover_ontologies_button: Ontdek ontologieën + ontology_upload_desc: Das Hochladen einer Ontologie ist eine Möglichkeit, Ihr + Fachwissen mit anderen zu teilen. + paste_text_prompt: Einfügen eines Textabsatzes oder einiger Schlüsselwörter ... + recommender_annotator: Empfehlungsgeber und Kommentator + support_and_collaborations: Ondersteuning en samenwerkingen + ontoportal_instances: Ontoportal-Instanzen + twitter_news: Nachrichten + + input: Eingabe + insert_sample_text: Beispieltext einfügen + keywords: Schlüsselwörter + keywords_separated_by_commas: Schlüsselwörter durch Kommas getrennt + knowledge_detail: Wissen Detail + landscape: + average_metrics: Durchschnittliche Metriken + category: Kategorie + filter_network: Netzwerk filtern + funding_endorsing_organizations: Organisationen, die die meisten Ontologien finanzieren + und befürworten + group: Gruppe + groups_and_categories: Gruppen und Kategorien + intro: Visualisieren Sie das Panorama aller Ontologien auf %{site} durch die Aggregation von Metadaten. + more_properties_charts: Weitere Eigenschaftsdiagramme + most_active_ontologies: Die aktivsten Ontologien + most_active_organizations: Die aktivsten Organisationen + most_active_people: Die aktivsten Menschen + most_active_people_as_reviewer: Die aktivsten Personen als Gutachter + most_mentioned_people: Meistgenannte Personen als Kontaktperson, Ersteller, Mitwirkender + oder Kurator + most_mentioned_people_as_reviewer: Personen, die Notizen, Rezensionen und Projekte + veröffentlicht haben + ontologies_activity_on: Ontologie-Aktivität auf %{site} + ontologies_by: Ontologien nach %{type} + ontologies_contributors: Beiträge zur Ontologieentwicklung + ontologies_count_by_catalog: Anzahl der Ontologien in jedem Datenkatalog + ontologies_formats: Verwendetes Format + ontologies_languages: Natürliche Sprachen der Ontologien + ontologies_licenses: Von Ontologien verwendete Lizenzen + ontologies_with_notes_reviews_projects: Ontologien mit Notizen, Bewertungen und + Projekten + ontology_fairness_evaluator: Ontologie FAIRness Evaluator (O'FAIRe) + ontology_formality_levels: Formalitätsebenen von Ontologien + ontology_properties_pie_charts: Kreisdiagramme für die in Ontologien verwendeten + Eigenschaften + ontology_relations_network: Ontologie-Beziehungsnetz + ontology_tools: Meistgenutzte Tools zur Erstellung von Ontologien + owl_ontology_author_uris: URIs für Autoreneigenschaften, die für OWL-Ontologien + verwendet werden + owl_ontology_definition_uris: URIs für Definitionsmerkmale, die für OWL-Ontologien + verwendet werden + owl_ontology_preflabel_uris: URIs für prefLabel-Eigenschaften, die für OWL-Ontologien + verwendet werden + owl_ontology_synonym_uris: URIs für synonyme Eigenschaften, die für OWL-Ontologien + verwendet werden + properties_usage_proportion: Der Anteil der verwendeten Eigenschaften in den gespeicherten + Ontologien + properties_use: Nutzung der Immobilie + relations_between_stored_ontologies: Beziehungen zwischen gespeicherten Ontologien + im Portal + size: Größe + title: "%{site} Landschaft" + layout: + header: + account_setting: Kontoeinstellungen + annotator: Kommentator + browse: Durchsuchen + documentation: Dokumentation + help: Hilfe + landscape: Landschaft + login: Anmeldung + logout: abmeldung + mappings: Mappings + publications: Veröffentlichungen + release_notes: Anmerkungen zur Veröffentlichung + search_prompt: Suche in %{portal_name} ... + submit_feedback: Feedback senden + support: unterstützung + login: + enter_email: Ihre E-Mail eingeben + enter_password: Geben Sie Ihr Passwort ein + forgot_password: Passwort vergessen? + invalid_login: Fehler im Formular + no_account: Sie haben noch kein Konto? + password: Passwort + register: Register + title: Anmeldung + username_or_email: Benutzername oder E-Mail + mappings: + find_mappings: Zuordnungen einer Klasse/eines Konzepts finden + intro: Mappings zwischen Klassen verschiedener Ontologien durchsuchen + loading_mappings: Mappings laden... + mappings_bulk_load: Mapping Bulk Load + no_mappings_available: Keine Mappings verfügbar + title: Korrespondenzen + upload_mappings: Mappings hochladen + matched_class: Abgestimmte Klasse + matched_ontology: abgestimmte Ontologie + max_ontologies_per_set: Maximale Anzahl von Ontologien pro Satz + nbco_annotatosplus: + annotations: Anmerkungen + enter_paste_text_to_annotate: 'Geben Sie den zu beschriftenden Text ein oder fügen + Sie ihn ein:' + exclude_numbers: Nummern ausschließen + exclude_synonyms: Synonyme ausschließen + fast_context: + help: 'Aktivieren Sie FastContext, um festzustellen: ob ein Konzept verneint + wurde (bejaht, verneint), wer das gefundene Konzept erlebt hat (Patient, andere), + wann das kommentierte Konzept aufgetreten ist (kürzlich, historisch, hypothetisch) + und/oder ob das kommentierte Konzept unsicher ist (sicher, unsicher).' + title: FastContext + filters: + additional_parameters_explained_at: 'Weitere Parameter werden auf der Seite + erläutert:' + by: + certainty: Gewissheit + class: Klasse + experiencer: Erlebnisträger + filter: Filter + match_context: Kontext + match_type: Typ + matched_class: Assoziierte Klasse + matched_ontology: Assoziierte Ontologie + negation: Negation + ontology: Ontologie + score: Ergebnis + temporality: Zeitlichkeit + title: Die Ergebnisse werden gefiltert nach + umls_sem_type: UMLS-Semantischer Typ + confidence_threshold: Vertrauensschwelle filtern + confidence_threshold_help: Geben Sie die Mindestposition in der Punkteverteilung + an (zwischen 1 und 100) + format_results_as: 'Ergebnisse formatieren als:' + reproduce_results_using: Reproduzieren Sie diese Ergebnisse mit der + score_threshold: Filter nach Schwellenwert + score_threshold_help: Geben Sie den Mindestwert für die Bewertung von Anmerkungen + an + include_ancestors_up_to_level: Vorfahren bis zur Ebene einbeziehen + include_mappings: Mappings einbeziehen + include_score: Punktzahl einbeziehen + index: + intro: | + Der NCBO Annotator+ ist ein Proxy, der den NCBO Annotator Web Service auf dem NCBO BioPortal aufruft. +

+ Tchechmedjiev, A., Abdaoui, A., Emonet, V., Melzi, S., Jonnagaddala, J., & Jonquet, C. (2018). Enhanced features for annotating and indexing clinical text with NCBO Annotator+. Bioinformatics, 34(11), 1962-1965. +

+ Wenn Sie die API verwenden, geben Sie bitte einen gültigen NCBO BioPortal API-Schlüssel an und greifen Sie auf den Dienst unter http://services.bioportal.lirmm. de/ncbo_annotatorplus
zu + Der an NCBO Annotator+ übermittelte Text muss in englischer Sprache verfasst sein. + sample_text: Das Melanom ist ein bösartiger Tumor der Melanozyten, der hauptsächlich + in der Haut, aber auch im Darm und im Auge vorkommt. + title: NCBO Annotator + + insert_sample_text: Beispieltext einfügen + match_longest_only: Nur das längste Spiel + match_partial_words: Teilwörter zuordnen + recognizer: Erkennung von Entitäten + score_help: Bewertung von Anmerkungen nach der früheren NCBO 2009-Maßnahme (alt) + oder Bewertung von Anmerkungen nach der C-Value-Maßnahme (cvalue) oder Bewertung + von Anmerkungen nach der C-Value-Maßnahme mit Hierarchieerweiterung (cvalueh) + select: Wählen Sie %{name} + select_ontologies: Beginnen Sie mit der Eingabe, um Ontologien auszuwählen, oder + lassen Sie das Feld leer, um alle Ontologien zu verwenden + select_ontologies_list: Ontologien auswählen + show_advanced_options: Erweiterte Optionen anzeigen + start_typing_to_select: Beginnen Sie mit der Eingabe, um %{type} auszuwählen oder + lassen Sie es leer, um alle zu verwenden + umls: + semantic_groups: UMLS Semantische Gruppen + semantic_types: UMLS-Semantische Typen + negation: verneinung + none: keine + ontologies: + ontology_search_prompt: 'Suche nach einer Ontologie oder einem Konzept (Beispiel: + Agrovoc ...)' + self: Ontologien + ontology: Ontologie + ontology_details: + concept: + definitions: Definitionen + id: ID + in_schemes: In Schemata + member_of: Mitglied von + no_preferred_name_for_selected_language: Kein bevorzugter Name für die gewählte + Sprache. + obsolete: Veraltet + preferred_name: Bevorzugter Name + synonyms: Synonyme + type: Typ + metadata: + additional_metadata: Zusätzliche Metadaten + header: + last_submission_date: Datum laatste indiening + + ontology_sets: Ontologie-Sets + output: Ausgabe + projects: + contacts: Kontakte + create_new_project: Neues Projekt erstellen + created: Erstellt + creator: Benutzer + delete_admin_only: Löschen (nur für Administratoren) + delete_confirm: Sind Sie sicher? + description: Beschreibung + description_text: Beschreibung Text + edit: Bearbeiten + home_page: Hauptseite + index: + intro: Durchsuchen Sie eine Auswahl von Projekten, die %{site} Ressourcen verwenden + institutions: Einrichtungen + ontologies: Ontologien + project_description: Beschreibung des Projekts + self: Projekte + title: Liste der Projekte + view_projects_help: Projekte anzeigen Hilfe + recommender: + intro: Empfehlungen für die relevantesten Ontologien anhand eines Auszugs aus + einem biomedizinischen Text oder einer Liste von Schlüsselwörtern erhalten + no_recommendations: Keine Empfehlungen gefunden + no_sets_recommended: Es gibt keine empfohlenen Ontologiesätze für die angegebene + Eingabe. Bitte versuchen Sie die Ausgabe 'Ontologien'. + ontology_recommendation_input: Bitte fügen Sie einen Textabschnitt oder einige + Schlüsselwörter ein, um Ontologieempfehlungen zu berechnen. + ontology_recommender: Ontologie-Empfehlungsprogramm + paste_text_recommendations: Fügen Sie einen Textabschnitt oder einige Schlüsselwörter + ein, die bei der Berechnung der Ontologieempfehlungen verwendet werden sollen + recommendation_error: Problem beim Abrufen von Empfehlungen, bitte versuchen Sie + es erneut + text_length_limit: Bitte verwenden Sie weniger als 500 Wörter. Wenn Sie längere + Texte kommentieren müssen, können Sie den Webdienst für Empfehlungen nutzen. + title: empfehlungsgeber + valid_integer_max_ontologies_per_set: Die maximale Anzahl von Ontologien pro Satz + muss ein gültiger ganzzahliger Wert sein + valid_max_ontologies_per_set_range: Die maximale Anzahl von Ontologien pro Satz + muss zwischen 2 und 4 liegen + valid_numeric_weights: Alle Gewichte müssen gültige numerische Werte sein + weight_sum_greater_than_zero: Die Summe der Gewichte muss größer als Null sein + weights_greater_than_zero: Alle Gewichte müssen größer als oder gleich Null sein + register: + account_errors: 'Fehler bei der Erstellung Ihres Kontos:' + confirm_password: Bestätigen Sie das Passwort + create_account: Neues Konto erstellen + email: E-Mail + first_name: Vornamen + last_name: Nachname + mailing_list: Registrieren Sie sich für die Mailingliste des AgroPortal + optional: "(fakultativ)" + password: Passwort + title: Register + username: Benutzername + reproduce_results: Reproduzieren Sie diese Ergebnisse mit der + score: Ergebnis + search: + search_place_holder: Geben Sie einen Begriff ein, z.B. Pflanzenhöhe + advanced_options: + search_language: Suchsprache + ontologies: Ontologien + include_in_search_title: In der Suche anzeigen + include_in_search_values: + property_values: Eigenschaftswerte + obolete_classses: Veraltete Klassen + ontology_views: Ontologie-Ansichten + show_only_title: Nur anzeigen + show_only_values: + exact_matches: Exakte Treffer + classes_with_definitions: Klassen mit Definitionen + show_advanced_options: Erweiterte Optionen anzeigen + hide_advanced_options: Erweiterte Optionen ausblenden + match_in: Übereinstimmung in + ontologies: Ontologien + result_component: + details: Details + visualize: Visualisieren + more_from_ontology: Mehr von dieser Ontologie + reuses_in: Wiederverwendungen in + reuses_in_other_ontologies: Wiederverwendungen in anderen Ontologien + + select_from_list: Aus Liste auswählen + select_ontologies: Beginnen Sie mit der Eingabe, um Ontologien auszuwählen, oder + lassen Sie sie leer, um alle zu verwenden + select_ontologies_list: Ontologien auswählen + show_advanced_options: Erweiterte Optionen anzeigen + specialization: Spezialisierung + temporality: Zeitlichkeit + text: Text + type: Typ + umls_sem_type: UMLS Sem Typ + view_fair_scores_definitions: Definitionen für faire Noten anzeigen + visits: Besuche + weights_configuration: Gewichte Konfiguration \ No newline at end of file diff --git a/config/locales/en.rb.sample b/config/locales/en.rb.sample deleted file mode 100644 index 56e0ccd50..000000000 --- a/config/locales/en.rb.sample +++ /dev/null @@ -1,112 +0,0 @@ -{ - :en => { - :home => { - :intro => 'Use ' + $SITE + ' to access and share ontologies. You can create ontology-based - annotations for your own text , link your own project that uses ontologies to the - description of those ontologies , find and create relations between terms in - different ontologies, review and comment on ontologies and their components as you - browse them. Sign in to ' + $SITE + ' - to submit a new ontology or ontology-based project, provide comments on ontologies or add ontology mappings.', - - :facebook_button => '', - - :twitter_button => '', - - :annotate => { - :intro => 'The ' + $ORG_SITE + ' Annotator processes text submitted by users, recognizes relevant ontology terms in the text and returns - the annotations to the user. Use the interface below to submit sample text to get ontology-based annotations. Hover the mouse pointer on any - button to see what it does. Click on the (?) to see a detailed help panel. -

- Subscribe to the NCBO Annotator Users Google group to learn more about - who and how the Annotator is being used in different projects.' - }, - - :resources => { - :intro => $ORG + ' is building a system for automated ontology-based annotation and indexing of data. We process the textual metadata of diverse elements of resources - to annotate and index them with terms from appropriate ontologies. Use the interface below to search the resulting index of annotations and to identify - data resources annotated with particular ontology terms.' - }, - - :footer => 'Powered by NCBO BioPortal   - Release Notes' - }, - - :projects => { - :intro => 'Browse the ontology-based projects in the community: Each project description is linked to ' + $ORG_SITE + ' ontologies that the project uses. - Use the ‘Add Project’ link to add your ontology-based project to this list and to link it to ' + $ORG_SITE + ' ontologies. - Your project will then appear on the pages that list the details for the ontologies that you selected. We also invite you to review ontologies that you used in your project.' - }, - - :ontologies => { - :intro => 'Access all ontologies that are available in ' + $ORG_SITE + ': - You can filter this list by category to display ontologies relevant for a certain domain. - You can also filter ontologies that belong to a certain group. Subscribe to the ' + $ORG_SITE + ' RSS feed - to receive alerts for submissions of new ontologies, new versions of ontologies, new notes, and new projects. You can subscribe to feeds for a specific ontology at - the individual ontology page. Add a new ontology to ' + $ORG_SITE + ' using the Submit New Ontology link (you need to sign in - to see this link).', - - :metrics => { - :intro => '' + $SITE + ' calculates the metrics on the salient properties of the ontology, including statistics and quality-control - and quality-assurance metrics. Each ontology may have all, some, or no values filled in for its metrics and only metrics - for the most recent version are reflected. The metrics currently do not distinguish between the terms defined directly in - this ontology and imported terms (for OWL) or referenced terms (for OBO). - See metrics descriptions.' - } - }, - - :mappings => { - :intro => 'Use this page to explore mappings between ontologies that you are interested in. You will also see the mappings when you browse individual ontologies.' - }, - - :about => { - :welcome => 'Welcome to the National Center for Biomedical Ontology’s BioPortal. BioPortal is a Web-based application for accessing and sharing biomedical ontologies.', - :getting_started => $SITE + ' allows users to browse, upload, download, search, comment on, and create mappings for ontologies.', - :browse => ' -

- Users can browse and explore individual ontologies by navigating either a tree structure or an animated graphical view. Users can also view mappings and ontology metadata, and download ontologies. -

-

- Additionally, users who are signed in may also submit a new ontology to the library. All submissions to the library are reviewed. -

', - :announce_list => 'To receive notices of new ' + $SITE + ' releases or site outages, please email ' + $SUPPORT_EMAIL, - :release_notes => '' - }, - - :most_viewed_date => 'March, 2012', - - :most_viewed => - ' - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OntologyViews
', - - :stats => - '' - } -} diff --git a/config/locales/en.yml b/config/locales/en.yml index 6b49aa970..2916588c7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,179 +1,1467 @@ +--- en: - - about: > -
-

Abstract

-

- Many vocabularies and ontologies are produced to represent and annotate agronomic data. Therefore, there is a need of - a common platform to identify, host and use them in agro-informatics application. The AgroPortal project aims to offer - a reference ontology repository for agronomy, reusing the NCBO BioPortal technology. The scientific outcomes and the - experience of the biomedical domain are thus exploited and transposed in the agronomy domain, including plants, food, - environment and possibly animal sciences. We offer an ontology portal which features ontology hosting, search, versioning, - visualization, comment, recommendation, enables semantic annotation, as well as storing and exploiting ontology alignments. - All of these within a fully semantic web compliant infrastructure. The AgroPortal specifically pays attention to respect the - requirements of the agronomic community in terms of ontology formats (e.g., SKOS, trait dictionaries) or supported features. - AgroPortal project is based on five driving agronomic use cases which participate in the design and orientation of the platform. - AgroPortal already offers a robust and stable reference repository highly valuable for the agronomic domain. -

-

Use cases

- -
-

New features

-

- See the release notes -

-
-

Partners

-

The National Center For Biomedical Ontology (NCBO), Institut de Recherche pour le Développement (IRD), Research Data Alliance (RDA), - Bioversity International, Food & Agriculture Organization (FAO), Global Open Data for Agriculture & Nutrition (Godan Action), Institut National de la Recherche Agronomique (INRA)

-

Acknowledgments

-

The AgroPortal is partly achieved within the Semantic Indexing of French biomedical Resources (SIFR) project - that received funding from the EU H2020 research and innovation programme under the Marie Sklodowska-Curie (grant 701771) - and the French National Research Agency (grant ANR-12-JS02-01001), the NUMEV Labex (grant ANR-10-LABX-20), - the Computational Biology Institute of Montpellier (grant ANR-11-BINF-0002) as well as by University of Montpellier and the CNRS. - We also thank the National Center for Biomedical Ontologies for help and time spent with us in deploying the AgroPortal.

-

Team

- To contact us: firstname.lastname@lirmm.fr -
    -
  • Clément Jonquet, researcher at LIRMM (Univ. of Montpellier, France), main investigator of the AgroPortal project
  • -
  • Anne Toulet, researcher at LIRMM (Univ. of Montpellier, France)
  • -
  • Vincent Emonet, engineer at LIRMM (Univ. of Montpellier, France)
  • -
-
- - activerecord: + show_advanced_options: Show advanced options + hide_advanced_options: Hide advanced options + no_result_was_found: No result was found + + activaterecord: errors: models: license: attributes: encrypted_key: - invalid_license_key: is an invalid license key - no_appliance_id_for_comparison: couldn't be validated. Unable to retrieve virtual appliance ID. - appliance_id_mismatch: is an appliance ID mismatch + invalid_license_key: is an invalid license key. + no_appliance_id_for_comparison: Could not be validated. Unable to retrieve virtual appliance ID. + appliance_id_mismatch: is an appliance id mismatch. + # Make the resource_term 'ontology' configurable throughout the portal, allowing it to be replaced by alternative terms such as 'semantic_resource', 'vocabulary', 'terminology', or 'semantic_artefact' + resource_term: + ontology: ontology + ontology_plural: ontologies + ontology_single: an ontology - admin: - licenses: - create: - success: License successfully renewed! + semantic_resource: semantic resource + semantic_resource_plural: semantic resources + semantic_resource_single: a semantic resource + + vocabulary: vocabulary + vocabulary_plural: vocabularies + vocabulary_single: a vocabulary + terminology: terminology + terminology_plural: terminologies + terminology_single: a terminology + + semantic_artefact: semantic artefact + semantic_artefact_plural: semantic artefacts + semantic_artefact_single: a semantic artefact date: formats: - year_month_day_concise: '%Y-%m-%d' # 2017-03-01 - month_day_year: '%b %-d, %Y' # Mar 1, 2017 - monthfull_day_year: '%B %-d, %Y' # March 1, 2017 + year_month_day_concise: "%Y-%m-%d" # 2017-03-01 + month_day_year: "%b %-d, %Y" # Mar 1, 2017 + monthfull_day_year: "%B %-d, %Y" # March 1, 2017 + language: + translation_not_available: "%{language} translation not available" + portal_language_help_text: Indicate the language in which the interfaces should appear + search_language_help_text: Indicate the language on which to perform the search, restricting text matching exclusively to terms with that language + content_language_help_text_1: Indicate the language on which the content of this resource will be displayed. + content_language_help_text_2: The available languages are specified by the resource admin. + application: + powered_by: Powered by Ontoportal + projects: Projects + loading: loading... + errors_in_fields: Errors in fields %{errors} + add_comment: Add comment + add_new_comment: Add a new comment + reply: Reply + add_proposal: Add proposal + add_new_proposal: Add a new proposal + watching: Watching + beta_badge_text: Beta + beta_badge_tooltip: This feature is experimental and may have issues + ontology_not_found: Ontology %{acronym} not found + concept_not_found: Concept %{concept} not found + error_load: "Error: load failed" + not_found_message: Not Found + try_again: There was an error, please try again + provide_ontology_or_concept: Please provide an ontology id or concept id with an ontology id. + search_for_class: Please search for a class using the Jump To field above + missing_roots_for_ontology: Missing @roots for %{acronym} + missing_roots: Missing roots + missing_class: Missing class %{root_child} + missing_class_ontology: Missing class %{acronym} / %{concept_id} + error_simplify_class: "Failure to simplify class: %{cls}" + no_cache: "No cache or expired cache for ontology: %{id}" + incomplete_simple_ontology: "Incomplete simple ontology: %{id}, %{ont}" + label_xl: + error_valid_label_xl: "Error: You must provide a valid label_xl id" - layouts: - footer: - copyright_html: Copyright © 2005‑2022, The Board of Trustees of Leland Stanford Junior University. All rights reserved. - grant_html: > - %{site} is currently being developed within French ANR D2KAB project (ANR-18-CE23-0017). It also receives or received support from ANR SIFR project (ANR-12-JS02-0010), European Union H2020-MSCA SIFRm project (No 701771), the NUMEV Labex (ANR-10-LABX-20), the IBC of Montpellier project (ANR-11-BINF0002), the Agro Labex (ANR-10-LABX-0001) as well as from University of Montpellier and the CNRS. - notices: - license_contact: > - For more information, email support@ontoportal.org or - visit https://ontoportal.org/licensing. - license_obtain: > - If you are the owner of this OntoPortal installation, you can visit - https://license.ontoportal.org to obtain a license. - license_expired: > - We're sorry, but the license for this OntoPortal installation has expired. If you are the owner of this OntoPortal installation, - please visit https://license.ontoportal.org to renew your license. - license_trial: - one: - This installation of the OntoPortal Appliance is a trial license, which will expire in 1 day. - other: - This installation of the OntoPortal Appliance is a trial license, which will expire in %{count} days. + admin: + query_not_permitted: Query not permitted + update_info_successfully: Update info successfully retrieved + error_update_info: Problem retrieving update info - %{message} + current_version: "Current version: %{version}" + appliance_id: "Appliance ID: %{id}" + no_record_exists: No record exists for ontology %{acronym} + cache_flush_success: UI cache successfully flushed + cache_flush_error: "Problem flushing the UI cache - %{class}: %{message}" + no_flush_command: "The UI cache does not respond to the 'flush_all' command" + cache_reset_success: UI cache connection successfully reset + cache_reset_error: Problem resetting the UI cache connection - %{message} + no_reset_command: The UI cache does not respond to the 'reset' command + clear_goo_cache_success: Goo cache successfully flushed + clear_goo_cache_error: "Problem flushing the Goo cache - %{class}: %{message}" + clear_http_cache_success: HTTP cache successfully flushed + clear_http_cache_error: "Problem flushing the HTTP cache - %{class}: %{message}" + refresh_report_without_ontologies: Refresh of ontologies report started successfully + refresh_report_with_ontologies: "Refresh of report for ontologies: %{ontologies} started successfully" + submission_deleted_successfully: Submission %{id} for ontology %{ont} was deleted successfully + submission_not_found: Submission %{id} for ontology %{ont} was not found in the system + ontology_not_found: Ontology %{ont} was not found in the system + problem_deleting_submission: "Problem deleting submission %{id} for ontology %{ont} - %{class}: %{message}" + problem_refreshing_report: "Problem refreshing report - %{class}: %{message}" + report_successfully_regenerated: Report successfully regenerated on %{report_date_generated} + ontologies_report_retrieved: Ontologies Report - retrieved %{ontologies} ontologies in %{time}s" + problem_retrieving_ontologies: Problem retrieving ontologies report - %{message} + no_ontologies_parameter_passed: "No ontologies parameter passed. Syntax: ?ontologies=ONT1,ONT2,...,ONTN" + ontology_process_success: "Ontology %{ont} %{success_keyword} successfully," + ontology_not_found_system: "Ontology %{ont} was not found in the system, " + ontology_process_error: "Problem %{error_keyword} ontology %{ont} - %{class}: %{message}," + new_ontologies_created_title: "The following ontologies: %{count} were created in this year" + turbo_confirm: "Are you sure you want to %{name}?" + analytics: + total_ontologies: Total Ontologies + ontologies_count: "%{size} new ontology this year" + ontologies_with_errors: Ontologies with errors + total_visits: Total visits + active_users: Active users + visit_users: "%{visits} users since last month" + ontology_visits: Ontology visits + unique_users_visits: Unique users visits + page_visits: Page visits of this month + main: + cache_management: CACHE MANAGEMENT + clear_cache: Flush UI cache + reset_cache: Reset UI cache connection + clear_goo_cache: Flush GOO cache + clear_http_cache: Flush HTTP cache + version_management: VERSION MANAGEMENT + checking_for_updates: Checking for updates ... + memcache: + title: Memcache stats + parse_log: + title: Parse Log for %{acronym} + log_file: "Log file: %{path}" + index: + title: Administration + administration_console: Administration console + analytics: Analytics + site_administration: Site Administration + ontology_administration: Ontology Administration + licensing: Licensing + users: Users + metadata_administration: Metadata Administration + groups: Groups + categories: Categories + persons_and_organizations: Persons & Organizations + sparql: SPARQL + search: Search & Indexation + report_generated_on: "Report generated on:" + licensed_to: Licensed to + appliance_id: Appliance ID + valid_till: Valid till + days_remaining: Days remaining + renew_license: Renew license + groups: + group_created: Group successfully created in %{time}s + group_error_creation: Problem creating the group - %{message} + group_added_successfully: New Group added successfully + group_updated_successfully: Group successfully updated in %{time}s + problem_of_updating: Problem updating the group - %{message} + group_deleted_successfully: group successfully deleted in in %{time}s + problem_of_deleting: Problem deleting the group - %{message} + synchronization_of_groups: Synchronization of groups started successfully + error_parsing: "Error parsing JSON response - %{class}: %{message}" + problem_synchronizing_groups: "Problem synchronizing groups - %{class}: %{message}" + edit_button: Edit + delete: Delete + info_error_delete: "Can't delete this group because still used" + turbo_confirm: Are you sure? + form: + acronym: Acronym + name: Name + description: Description + created: Created + ontologies: Ontologies + new: + create_new_group: Create new group + create_group: Create group + index: + create_a_new_group: Create a new group + synchronize_groups_slices: Synchronize groups with slices + id: ID + count: COUNT + actions: Actions + no_agents: There are currently no agents. + edit: + edit_group: Edit category + save: Save + categories: + category_created: Category successfully created in %{time}s + category_error_creation: Problem creating the category - %{message} + category_added_successfully: New Category added successfully + category_updated_successfully: Category successfully updated in %{time}s + problem_of_updating: Problem updating the category - %{message} + category_deleted_successfully: Category successfully deleted in %{time}s + problem_of_deleting: Problem deleting the category - %{message} + edit_button: "Edit" + delete: Delete + info_error_delete: Can't delete this category because still used + turbo_confirm: Are you sure? + form: + acronym: Acronym + name: Name + description: Description + created: Created + ontologies: Ontologies + edit: + edit_category: Edit category + save: Save + new: + create_new_category: Create new category + create_category: Create category + index: + create_a_new_category: Create a new category + id: ID + count: COUNT + actions: Actions + no_categories: There are currently no categories. + licenses: + license_notification: + license_contact: > + For more information, email support@ontoportal.org or + visit https://ontoportal.org/licensing. + license_obtain: > + If you are the owner of this OntoPortal installation, you can visit + https://license.ontoportal.org to obtain a license. + license_expired: > + We're sorry, but the license for this OntoPortal installation has expired. If you are the owner of this OntoPortal installation, + please visit https://license.ontoportal.org to renew your license. + license_trial: + one: + This installation of the OntoPortal Appliance is a trial license, which will expire in 1 day. + other: + This installation of the OntoPortal Appliance is a trial license, which will expire in %{count} days. + create: + success: License renewed successfully! + label_close: Close + form: + license_from_being_saved: "prohibited this license from being saved:" + paste_your_license: Paste your license key into the text area + submit: Submit + search: + index: + index_data: "INDEX DATA" + collections_management: "COLLECTIONS MANAGEMENT" + name: "Name" + actions: "Actions" + ontology: "Ontology" + agent: "Agent" + ontology_submission: "Ontology submission" + select_model: "Select a model to index" + generate_schema: "Generate schema" + see_schema: "See schema" + see_indexed_data: "See indexed data" + show: + field_name: "Field name" + type: "Type" + multi_valued: "Multi valued" + indexed: "Indexed" + stored: "Stored" + search: + search_query: "Search query" + page: "Page" + page_size: "Page size" + found_documents: "Found %{count} documents" + id: "ID" + properties: "Properties" + show_more: "+ Show more ..." + show_less: "- Show less ..." + + annotator: + title: Annotator + description: Get annotations for text with ontology classes + input_hint: Enter or past a text to be annotated ... + options: Options + whole_word_only: Whole word only + match_longest_only: Match longest only + include_mappings: Include mappings + exclude_numbers: Exclude numbers + exclude_synonyms: Exclude synonyms + select_umls_sementic_types: Select UMLS semantic types + select_umls_sementic_groups: Select UMLS semantic groups + include_ancestors: Include ancestors up to level + include_score: Include score + score_threshold: Filter by score threshold + confidence_threshold: Filter by confidence threshold + fastcontext: FastContext + lemmatize: Lemmatize + get_annotation: Get annotations + total_results: Total results + context: Context + certainty: Certainty + class: Class + ontology: Ontology + negation: Negation + temporality: Temporality + experiencer: Experiencer + score: Score + api_documentation: "Annotator API documentation" + insert_sample_text: Insert sample text + sample_text: There has been many recent studies on the use of microbial antagonists to control diseases incited by soilborne and airborne plant pathogenic bacteria + and fungi, in an attempt to replace existing methods of chemical control and avoid extensive use of fungicides, which often lead to resistance in plant pathogens. + In agriculture, plant growth-promoting and biocontrol microorganisms have emerged as safe alternatives to chemical pesticides. Streptomyces spp. and their + metabolites may have great potential as excellent agents for controlling various fungal and bacterial phytopathogens. + concepts: + error_valid_concept: "Error: You must provide a valid concept id" + missing_roots: Missing roots + date_sorted_list_error: The Classes/Concepts didn't define creation or modifications dates with dcterms + list_error: The Collection didn't define any member + close: Close + request_terms_instructions: | + The text below is displayed to the user as the instructions on how to request new terms for your ontology. + You can change this text for %{acronym} ontology by clicking anywhere on the existing text to + bring up the editing dialog. + Click 'Submit Changes' to save or 'Cancel' to discard your changes. + submit_changes: Submit Changes + cancel: Cancel + request_new_term: Request New Term + use_jump_to: Use the "Jump To" to find a class and display details, visualization, notes, and mappings + instances: Instances + notes: Notes + details: Details + visualization: Visualization + mappings: Mappings + new_term_requests: New Term Requests + permanent_link_class: Get a permanent link to this class + request_term: + new_term_instructions: | +

This ontology integrates with OntoloBridge, allowing community users to suggest additions to the public ontology. Complete the template below to submit a term request directly to the Ontology Manager.

+
+

Term label (required)
Suggested term name. If a term can be described with more than one synonym, enter only the preferred name here.

+
+
+

Term Description (required)
A brief definition, description, or usage of the suggested term. Synonyms of additional terms may be listed in this section.

+
+
+

Superclass (required)
The parent term of the suggested term. The parent term must be an existing entry in the current ontology. The superclass can be selected directly from the class tree.

+
+
+

References (optional)
Provide evidence that the requested term exists, such as IDs of articles or links to other resources describing the term.

+
+
+

Justification (optional)
Provide here any additional information about the requested term.

+
home: + bug: Bug + proposition: Proposition + question: Question + ontology_submissions_request: Ontology submissions request + include_name: Please include your name + include_email: Please include your email + include_comment: Please include your comment + fill_text: Please fill in the proper text from the supplied image + notice_feedback: Feedback has been sent + account_title: Account Information + agroportal_figures: "%{site} in figures" + benefit1: Discover new insights and knowledge by exploring other ontologies or smeantic resources in the repository. + benefit2: Contribute to knowledge sharing and semantic interoperability in your domain. + benefit3: Map your ontology to other relevant ones in the domain and collaborate with other users. + benefit4: Get feedback and suggestions from other users who can use and comment on your ontology. + benefit5: Precisely describe your ontology with relevant metadata and get a FAIR score for your ontology. + fair_details: See details + fairness: FAIR Score + get_annotations: Get annotations + get_recommendations: Get recommendations index: - find_ontology_placeholder: Start typing resource name, then choose from list - query_placeholder: Enter a class, e.g. Shape - tagline: the LifeWatch ERIC repository of semantic resources for ecology and related domains - title: Welcome to the %{organization} + tagline: The home of ontologies and semantic artefacts in agri-food and related domains. + title: Welcome to %{site} welcome: Welcome to %{site}, - help: - welcome: Welcome to the LifeWatch ERIC’s %{site}. %{site} is a repository of semantic resources for ecology and related domains. - getting_started: > - %{site} supports the community in the creation, management, mapping and alignment of its semantic resources and subsequently also of its data. - browse: > - Users can browse and explore individual semantic resources by navigating either a tree structure or - an animated graphical view. Users can also view mappings and semantic resource metadata, and download - semantic resources. Additionally, users who are signed in may also submit a new semantic resource to the - library. All submissions to the library are reviewed. - documentation_html: > - General documentation is available on GitHub - rest_examples_html: View documentation and examples of the %{site} REST API. - announce_list_html: > - To receive notices of new releases or site outages, please subscribe to the - bioontology-support list. - contact_html: > - If you have any comment or need for support, please email service.centre@lifewatch.eu. - If you are interested and would like to join our information mailing list, please subscribe to our user mailing - list. - annotator: + ontology_upload: Do you want to share an ontology? + ontology_upload_benefits: 'By uploading and sharing your ontology to %{site}, you can:' + ontology_upload_button: Submit ontology + discover_ontologies_button: Discover ontologies + ontology_upload_desc: Uploading an ontology or another type of semantic artefact (vocabulary, terminology, thesaurus, ...) is a way of sharing your knowledge with others. + paste_text_prompt: Enter a paragraph of text or some keywords... + recommender_annotator: Recommender and Annotator + support_and_collaborations: Support & Collaborations + ontoportal_instances: Other OntoPortal Instances + see_details: See details + info_tooltip_text: "You are seing the average scores for all the public ontologies in AgroPortal. FAIR scores are computed with the O'FAIRe methodology. More details here: https://github.com/agroportal/fairness" + average: Average + min: Min + max: Max + ontologies: Ontologies + classes: Classes + individuals: Individuals + properties: Properties + projects: Projects + mappings: Mappings + users: Users + twitter_news: News + feedback: + error_on_form: Errors On Form + leave_your_feedback: Leave your feedback + feedback_hi_text: Hi + feedback_info_text: you can use the form below or email us directly at + email: Email + name: Name + proposition_url_page: Error/Proposition page URL + feedback: Feedback + tags: Tags + bug: Bug + proposition: Proposition + question: Question + ontology_submissions_request: Ontology submissions request + optional: (optional) + send: Send + feedback_complete: + title: Feedback sent successfully + message: Thank you for taking the time to share your feedback with us. Our support team will review your message and get back to you as soon as possible with a response. We value your opinion and appreciate your help in improving our services. Thank you for your support! + landscape: + #select_ontologies: Start typing to select ontologies or leave blank to use them all + classes: Number of classes + individuals: Number of individuals + properties: Number of properties + max_depth: Max depth + max_child_count: Max child count + average_child_count: Average child count + classes_with_one_child: Classes with one child + classes_with_more_than_25_children: Classes with more than 25 children + classes_with_no_definition: Classes with no definition + number_of_xioms_triples: Number of axioms (triples) + projects_count: "%{count} projects" + notes_count: "%{count} notes" + reviews_count: "%{count} reviews" + as_contact_count: "%{count} as contact" + as_contributor_count: "%{count} as contributor" + as_creator_count: "%{count} as creator" + as_curator_count: "%{count} as curator" + contributions: "Contributions: %{title}" + published_ontologies: published %{count} ontologies + funded_ontologies: funded %{count} ontologies + endorsed_ontologies: endorsed %{count} ontologies + number_of_ontologies_using_format: Number of ontologies using this format + number_of_ontologies_of_type: Number of ontologies of this ontology type + number_of_ontologies_of_formality_level: Number of ontologies of this formality level + number_of_ontologies_in_catalog: Number of ontologies in this catalog + number_of_ontologies: Number of ontologies + number_of_ontologies_with_class_count_in_range: Number of ontologies with a class count in this range + average: Average + fairness_interface_introduction: This interface shows how an ontology or a group responded successfully to O’FAIRe FAIRness assessment questions + fairness_interface_details: See details for each ontologies on the specific ontology summary pages + fairness_interface_hover_instruction: hover on a principle to see details + average_metrics: Average metrics + category: category + filter_network: Filter network + funding_endorsing_organizations: Organizations funding and endorsing the most ontologies + group: group + groups_and_categories: Groups and Categories + intro: Visualize the panorama of all ontologies on %{site} via metadata aggregation. + more_properties_charts: More properties charts + most_active_ontologies: Most active ontologies + most_active_organizations: Most active organizations + most_active_people: Most active people + most_active_people_as_reviewer: Most active user account + most_mentioned_people: Most mentioned people as contact, creator, contributor or curator + most_mentioned_people_as_reviewer: User account who published notes, reviews, and projects + ontologies_activity_on: Ontology activity + ontologies_by: Ontologies by %{type} + ontologies_contributors: Contributors to ontology development + ontologies_count_by_catalog: Number of ontologies in each semantic artefact catalog + ontologies_formats: Representation language + ontologies_languages: Natural languages + ontologies_licenses: Licenses + ontologies_with_notes_reviews_projects: Ontologies with notes, reviews, and projects + ontology_fairness_evaluator: Ontology FAIRness Evaluator (O’FAIRe) + ontology_formality_levels: Formality levels + ontology_properties_pie_charts: Pie charts retated to object description properties (i.e., meatdata properties used to describe ontology objects). + ontology_relations_network: Ontology relations network + ontology_tools: Most used tools to build ontologies + owl_ontology_author_uris: Properties used to specify object author + owl_ontology_definition_uris: Properties used to specify objects definition + owl_ontology_preflabel_uris: Properties used to specify objects preferred label + owl_ontology_synonym_uris: Properties used to specify object synonyms + properties_usage_proportion: Pie charts related to the most frequent values for certain metadata properties + properties_use: Property usage + relations_between_stored_ontologies: Set of relationships between %{site} ontologies as captured by metadata. Green ontologies are stored in the repository while those in blue are external resources. + size: size + title: "Landscape" + ontologies_properties: Ontologies properties + layout: + header: + account_setting: Account settings + annotator: Annotator + browse: Browse + documentation: Documentation + help: Help + landscape: Landscape + login: Login + logout: Logout + mappings: Mappings + recommender: Recommender + publications: Publications + release_notes: Release Notes + search_prompt: Search in %{portal_name} ... + submit_feedback: Send Feedback + support: Support + cite_us: Cite Us + footer: + products: Products + ontoportal: OntoPortal + release_notes: Release Notes + api: API + tools: Tools + sparql: SPARQL + support: Support + contact_us: Contact Us + wiki: Wiki + documentation: Documentation + agro_documentation: AgroPortal documentation + agreements: Legal + terms: Terms and Conditions + privacy_policy: Privacy Policy + legal_notices: Legal Notices + cite_us: Cite Us + acknowledgments: Acknowledgments + about: About + about_us: About Us + projects: D2KAB + team: Team + notices: + slice: Slice + at: at + visit_the_site: visit the full site + login: + invalid_account_combination: "Invalid account name/password combination" + authentication_failed: "%{provider} authentication failed" + admin_logged_out: Logged out %{old_user}, returned to %{user} + user_logged_out: You have successfully logged out + try_again_notice: ". Please try again." + reset_password_again: ". Please reset your password again." + custom_ontology_set: "The display is now based on your Custom Ontology Set." + welcome: "Welcome " + error_account_name: Please enter an account name + error_password: Please enter a password + enter_email: Enter your username + enter_password: Enter your password + forgot_password: Forgot password? + invalid_login: Errors on the form + no_account: Do not have an account? + password: Password + register: Register + title: Login + username_or_email: Username + login_with_provider: Login with %{provider} + reset_password_message: A password reset email has been sent to your email address, please follow the instructions to reset your password. + back_home_button: Back home + recover_password: Recover password + email: Email + user: User + email_address_associated: Enter the email address associated with your account and we will send an email with instructions to reset your password. + email_placeholder: Enter the email + send_instructions: Send instructions + statistics: + title: "%{portal} Statistics" + lead: (last %{last_years} years) + ontologies: Ontologies + users: Users + projects: Projects + date: Date + ontology_visits: Ontology visits + mappings: + all: All + description: Dive into an overview of the mappings in the bubble view, efficiently locate a specific ontology in the table view or upload your own mappings. + tabs: + bubble_view: Bubbles view + table_view: Table view + upload_mappings: Upload mappings + filter_ontologies: Filter ontologies in the bubble view + filter_bubbles: Filter bubbles + external_mappings: "External Mappings (%{number_with_delimiter})" + interportal_mappings: "Interportal Mappings - %{acronym} (%{number_with_delimiter})" + test_bulk_load: This is the mappings produced to test the bulk load + mapping_created: Mapping created + mapping_updated: Mapping updated + mapping_deleted: "%{map_id} deleted successfully" + mapping_not_found: "Mapping %{id} not found" + error_of_source_and_target: Source and target concepts need to be specified + mapping_issue: "Mapping issue with '%{mapping}' : %{message}" + find_mappings: Find mappings of a class/concept + intro: Find all the mappings of an ontology + loading_mappings: Loading mappings... + no_mappings_available: No mappings available + title: Mappings + upload_mappings: Upload mappings + select_ontologies_list: Select ontologies + bubble_view_legend: + bubble_size: "Bubble size:" + bubble_size_desc: "The global number of mappings with all other ontologies." + color_degree: "Color degree:" + color_degree_desc: "The number of mappings with the selected ontology." + yellow_bubble: "Yellow bubble: " + selected_bubble: "The selected bubble." + less_mappings: "Less mappings" + more_mappings: "More mappings" + count: + ontology: Ontology + mappings: Mappings + no_mappings: There are no mappings to or from this ontology + form: + source_class: Source class + mapping_name: Mapping description (name) + contact_info: Contact info + mapping_source_name: Source name (Mapping set id) + mapping_comment: Comment + mapping_relation: Mapping relation type + save: Save + mapping_table: + mapping_to: Mapping to + relations: Relations + source: Source + type: Type + actions: Actions + no_mappings: There are currently no mappings for this class. + mapping_type_selector: + mapping_type: Mapping type + internal: Internal + interportal: InterPortal + external: External + target_class: Target class + details: Details + ontology_acronym: Ontology (acronym) + class: Class + ontology_acronym_placeholder: Enter the ontology ACRONYM + class_uri_placeholder: Enter the class URI + ontology_uri_placeholder: Enter the ontology URI + show_line: + edit_modal: Edit + delete_button: Delete + turbo_confirm: Are you sure? + edit_mapping: Edit mapping for %{preflabel} + show: + no_mappings_found: No mappings found + bulk_loader: + loader: + example_of_valid_file: See an example of a valid a file + save: Save + loaded_mappings: + mappings_created: "%{size} mappings created successfully" + id: Id + source: Source + target: Target + relation: Relation + properties: Properties + actions: Actions + see_other_properties: See other properties + agents: + not_found_agent: Agent with id %{id} + add_agent: New Agent added successfully + update_agent: Agent successfully updated + agent_usages_updated: Agent usages successfully updated + agent_already_deleted: Agent %{id} already deleted + agent_deleted_successfully: Agent %{id} deleted successfully + ontology_not_valid: "ontology is not valid, here are the errors: " + save: Save + not_used: Not used + see_usages_count: See usages (%{count}) + delete: Delete + delete_error: "Can't delete this %{agent} because still used" + turbo_confirm: Are you sure? + modal_title: "Agent \"%{name}\" usages" + form: + type: Type + person: Person + organization: Organization + name: Name + email: Email + acronym: Acronym + homepage: Homepage + creator: Creator + identifiers: Identifiers + affiliations: Affiliations index: - intro: Get annotations for ecological text with classes from the semantic resources. - annotatorplus_html: Check out AnnotatorPlus beta; a new version of the Annotator with added support for negation, and more! - fast_context: - tooltip: "Enable FastContext to detect : if a concept has been negated (affirmed, negated), who experienced the found concept (patient, other), when the annotated concept occurred (recent, historical, hypothetical), and/or if the annotated concept is uncertain (certain, uncertain)." - sample_text: Invasive alien species are plants, animals, pathogens and other organisms that are non-native to an ecosystem, and which may cause economic or environmental harm or adversely affect human health. - - nbco_annotatosplus: + create_new_agent: Create New Agent + first_name: First name + usages: Usages + actions: Actions + no_agents: There are currently no agents. + ontology_details: + sections: + classes: Classes + summary: Summary + properties: Properties + instances: Instances + notes: Notes + mappings: Mappings + widgets: Widgets + sparql: Sparql + concepts: Concepts + schemes: Schemes + collections: Collections + concept: + definitions: Definitions + id: ID + in_schemes: In schemes + member_of: Member of + no_preferred_name_for_selected_language: No preferred name for selected language. + obsolete: Obsolete + preferred_name: Preferred name + synonyms: Synonyms + type: Type + metadata: + additional_metadata: Additional Metadata + header: + last_submission_date: Last submission date + projects: + project_not_found: "Project not found: %{id}" + project_successfully_created: Project successfully created + error_unique_acronym: Project with acronym %{acronym} already exists. Please enter a unique acronym. + project_successfully_updated: Project successfully updated + error_delete_project: "Project delete failed: %{errors}" + project_successfully_deleted: Project successfully deleted + contacts: Contacts + create_new_project: Create new project + created: Created + creator: User + delete_admin_only: Delete (admin only) + delete_confirm: Are you sure? + description: Description + description_text: Description text + edit_text: Edit + home_page: Home page index: - intro: > - The NCBO Annotator+ is a proxy calling the NCBO Annotator Web service on the NCBO BioPortal. -

- Tchechmedjiev, A., Abdaoui, A., Emonet, V., Melzi, S., Jonnagaddala, J., & Jonquet, C. (2018). Enhanced functionalities for annotating and indexing clinical text with the NCBO Annotator+. Bioinformatics, 34(11), 1962-1965. -

- If using the API, please provide a valid NCBO BioPortal apikey and hit the service at http://services.bioportal.lirmm.fr/ncbo_annotatorplus
- Text submitted to the NCBO Annotator+ must be in English. - sample_text: Invasive alien species are plants, animals, pathogens and other organisms that are non-native to an ecosystem, and which may cause economic or environmental harm or adversely affect human health. + intro: Browse a selection of projects that use %{site} ontologies + institutions: Institutions + ontologies: Ontologies + project_description: Project Description + self: Projects + title: Projects List + view_projects_help: View projects help + + show: + title: Project %{name} + edit_project: Edit Project + description: "Description:" + institution: "Institution:" + contacts: "Contacts:" + home_page: "Home Page:" + ontologies_used: Ontologies Used + no_ontologies_associated: No ontologies are currently associated with this project + form: + errors_on_form: Errors On Form + name: "Name: *" + acronym: "Acronym: *" + administrators: "Administrators: *" + home_page: "Homepage: *" + example: "Example:" + description: "Description:*" + select_ontologies: Select Ontologies Used + select_administrators: Select administrators + + edit: + title: Editing Project %{name} + editing_project: Editing project + cancel: Cancel + update_project: Update Project + + new: + title: Add your project + new_project: New project + create_project: Create Project recommender: - intro: Get recommendations for the most relevant semantic resources based on an excerpt from a ecological text or a list of keywords - sample_text: Ecological attributes (=ecological characteristics) are features of a taxon such as its range size, life history, geographical distribution, climatic tolerances, habitat types, environmental indicator values, edaphic preferences, and so on, that describe the overall ecology of the taxon. - sample_keywords: Ecological attributes (=ecological characteristics) are features of a taxon such as its range size, life history, geographical distribution, climatic tolerances, habitat types, environmental indicator values, edaphic preferences, and so on, that describe the overall ecology of the taxon. - search: + title: Recommender + intro: Get recommendations for the most relevant ontologies from an excerpt of text or a list of keywords + options: Options + input: Input + text: Text + keywords: Keywords + output: Output + ontologies: Ontologies + ontology_sets: Ontology sets + hint: Paste a paragraph of text or some keywords ... + weights_configuration: Weights configuration + coverage: Coverage + acceptance: Acceptance + knowledge_detail: Knowledge detail + specialization: Specialization + ontologies_configuration: Ontologies configuration + max_ont_set: Maximum number of ontologies per set + select_ontologies: Select ontologies + get_recommendations: Get recommendations + edit: Edit + results_title: Recommended ontologies + call_annotator: Call Annotator with the same input + cite: Cite + results_table: + ontology: Ontology + final_score: Final score + coverage_score: Coverage score + acceptance_score: Acceptance score + detail_score: Detail score + specialization_score: Specialization score + annotations: Annotations + register: + account_errors: 'Errors creating your account:' + confirm_password: Confirm password + create_account: Create new account + email: Email + first_name: First name + last_name: Last name + mailing_list: Register to the %{site}'s mailing list + accept_terms_and_conditions: I acknowledge and accept + terms_and_conditions: "%{site}'s terms and conditions." + optional: "(Optional)" + password: Password + title: Register + username: Username + users: + account_successfully_created: Account was successfully created + account_successfully_updated: Account was successfully updated + user_deleted_successfully: User deleted successfully + not_permitted: Not permitted + error_saving_custom_ontologies: Error saving Custom Ontologies, please try again + custom_ontologies_cleared: Custom Ontologies were cleared + custom_ontologies_saved: Custom Ontologies were saved + subscribe_flash_message: "You have successfully %{action} %{to_or_from} our user mailing list: %{list}" + error_subscribe: Something went wrong ... + validate_email_address: Please enter an email address + validate_password: Please enter a password + validate_password_confirmation: Your Password and Password Confirmation do not match + recaptcha_validation: Please fill in the proper text from the supplied image + validate_orcid: Please enter a valid ORCID. + validate_username: please enter a valid username + valid_email_adresse: Please enter a valid email adresse + validate_terms_and_conditions: Accepting the terms and conditions is required, please check the box to proceed. + first_name_required: First name field is required + last_name_required: Last name field is required index: - intro: Search for a class in multiple semantic resources - search_keywords_placeholder: Enter a class, e.g. Shape - categories_placeholder: Start typing to select categories or leave blank to use all - property_definition: Named association between two entities. Examples are "definition" (a relation between a class and some text) and "part-of" (a relation between two classes). - obsolete_definition: > - A class that the authors of the ontology have flagged as being obsolete and which they recommend that people not use. These classes - are often left in ontologies (rather than removing them entirely) so that existing systems that depend on them will continue to function. + first_name: First name + last_name: Last name + username: Username + email: Email + roles: Roles + ontologies: Ontologies + project: Project + created: Created At + actions: Actions + detail: Detail + delete: Delete + login_as: Login as + error_delete_message: Can't delete this user because still used + turbo_confirm: Are you sure? + edit: + user_to_admin: Are you sure you want to make this user an admin? + admin_privileges: Are you sure you want to revoke admin privileges for this user? + errors_creating_account: "Errors creating your account:" + edit_information: Edit personal information + first_name: First name + last_name: Last name + username: Username + email: Email + orcid_id: ORCID ID + github_id: Github ID + new_password: New password + confirm_password: Confirm password + change_password: Change password + show: + my_account: My account + first_name: "First name:" + last_name: "Last name:" + username: "Username:" + email: "Email:" + orcid_id: "ORCID ID:" + github_id: "GitHub ID:" + mailing_list_subscription: Mailing list subscription + mailing_list_description: Register to the %{portal} announcements mailing list. + api_key_description: Your API Key can be used to access %{portal} Web services + api_documentation: API documentation + custom_semantic_resource: Custom ontology set + please: Please + modify_custom_semantic_resource: | + visit the main site + to modify your Custom Ontology Set. + customize_portal_display: "Customize your %{portal} display: Pick the ontologies that you want to see on %{portal} will hide all other ontologies." + select_semantic_resources: Select ontologies + no_semantic_resources: You haven't picked any ontologies yet + note_feature_logged_in: "Note: this feature works only when you are logged in." + save_custom_semantic_resources: Save custom ontologies + not_subscribed: Not subscribed to any ontology + submitted_semantic_resources: Submitted Ontologies + upload_semantic_resources: Upload Ontologies + projects_created: Projects Created + no_project_created: No project created + unsubscribe: Unsubscribe + subscribe: Subscribe + subscriptions: Subscriptions + no_uploaded_resources: You didn't upload any ontology yet + notes: Notes + search: + no_search_class_provided: No search class provided + search_place_holder: Enter a term, e.g. plant height + advanced_options: + search_language: Search language + ontologies: Ontologies + include_in_search_title: Include in search + include_in_search_values: + property_values: Property values + obolete_classses: Obsolete classes + ontology_views: Ontology views + show_only_title: Show only + show_only_values: + exact_matches: Exact matches + classes_with_definitions: Classes with definitions + show_advanced_options: Show options + hide_advanced_options: Hide options + match_in: Match in + ontologies: ontologies + result_component: + details: Details + visualize: Vizualize + more_from_ontology: more from this ontology + reuses_in: Reuses in + notes: + no_notes: No notes to display + filter_hide_archived: Hide Archived + new_class_proposal: New Class Proposal + new_relationship_proposal: New Relationship Proposal + change_property_value_proposal: Change Property Value Proposal + new_comment_added: New comment added successfully + note_deleted_successfully: Note %{note_id} was deleted successfully + note_not_found: Note %{note_id} was not found in the system + comment: Comment + new_comment: + subject: Subject + comment: Comment + save: Save + new_proposal: + reason_for_change: Reason for change + new_target: New target + old_target: Old target + relationship_type: Relationship type + property_id: Property id + new_value: New value + old_value: Old value + class_id: Class id + label: Label + synonym: Synonym + definition: Definition + parent: Parent + save: save + note_line: + alert_text: "Are you sure you want to delete the note ''%{subject}'' created by %{creator}?
This action CAN NOT be undone!!!" + delete: Delete + archived: archived + comment: Comment + thread: + submitted_by: submitted by + reply: + about_note_decorator: about %{note_decorator} + comment: Comment + save: save + cancel: cancel + ontolobridge: + problem_of_creating_new_term: "Problem creating a new term %{endpoint}: %{class} - %{message}" + new_term_instructions_saved: New term request instructions for %{acronym} saved + error_saving_new_term_instructions: Unable to save new term instructions for %{acronym} due to a server error + submissions: + filter: + all_formats: All formats + sort_by_name: Sort by name + sort_by_classes: Sort by classes count + sort_by_instances_concepts: Sort by instances/concepts count + sort_by_submitted_date: Sort by submitted date + sort_by_creation_date: Sort by creation date + sort_by_fair_score: Sort by FAIR score + sort_by_popularity: Sort by popularity + sort_by_notes: Sort by notes + sort_by_projects: Sort by projects + no_submissions_for_ontology: "No submissions for ontology: %{ontology}" + submission_updated_successfully: Submission updated successfully + save_button: Save + id: ID + version: Version + actions: Actions + modified: Modified + submitted: Submitted + download: Download + toggle_dropdown: Toggle Dropdown + go_to_api: Go to API + edit_button: Edit + delete_submission_alert: + content_1: "Are you sure you want to delete submission " + content_2: " for ontology " + content_3: "?
This action CAN NOT be undone!!!" + ontoportal_virtual_appliance: + problem_adding_account: "Problem adding account %{id}: account does not exist" + require_login: You must be logged in to access this section + title: OntoPortal Virtual Appliance Download + intro_paragraph: + main: | + OntoPortal Virtual Appliance distribution contains a pre-installed, + pre-configured version of commonly-used open source NCBO software running + on a Linux operating system. + included_software: "The following software is included on the image:" + ontologies_api: Ontologies API (REST service) + annotator: Annotator + recommender: Recommender + web_user_interface: BioPortal Web User Interface (including ontology visualization, widgets, and Annotator UI) + see_documentation: Please see our + more_information: for more information on working with the Appliance. + download_button_text: Download Latest OntoPortal + archives: + title: Archives + archival_distribution: | + The OntoPortal 2.5 Virtual Appliance is not longer offered for new + users. This archival distribution is available only as a backup for + those who registered for the Appliance before June 2020 + version: version 2.5 + admin_add_users: + title: "Admin: Add Users" + label_account_name: "Account Name:" + add_user_button: Add User + accounts_with_access: "Accounts with access" + export_users_link: "Export Appliance Users As CSV" + bioportal_user: BioPortal User ID + submission_inputs: + edit_ontology_title: Edit ontology + metadata_selector_label: "Filter properties to show" + metadata_selector_placeholder: "Start typing to select properties" + administrators: Administrators + ontology_skos_language_link: Please refer to the documentation for more details. + ontology_skos_language_help: > + SKOS vocabularies submitted to %{portal_name} shall follow a few constraints (e.g., contain a minimum of one skos:ConceptScheme also typed as owl:Ontology) + and top concept assertion. %{link} + ontology_obo_language_link: the OBOinOWL parser. + ontology_obo_language_help: > + OBO ontologies submitted to %{portal_name} will be parsed by the OWL-API which integrates %{link} + The resulting RDF triples will then be loaded in %{portal_name} triple-store. + ontology_owl_language_link: the Protégé + ontology_owl_language_help: > + OWL ontologies submitted to %{portal_name} will be parsed by the OWL-API. An easy way to verify if your ontology will parse is to open it with + %{link} + software which does use the same component. - projects: - index: - intro: Browse a selection of projects that use %{site} resources. + ontology_umls_language_link: by the UMLS2RDF tool. + ontology_umls_language_help: > + UMLS-RRF resources are usually produced %{link} + + groups: Groups + visibility: Visibility + accounts_allowed: Add or remove accounts that are allowed to see this ontology in %{portal_name}. + ontology_view_of_another_ontology: Is this ontology a view of another ontology? + contact: Contact + equivalents: Equivalents + validators: Validators + help_text: Help text + contact_name: "%{name} Name" + contact_email: "%{name} Email" + edit_metadata_instruction: "Edit the metadata of your ontology here. Some of these values are used by %{portal_name} functionalities, including for FAIRness assessment. %{link}" + edit_metadata_instruction_link: "See guidelines and recommendations for metadata here." + license_help: "%{portal_name} requires an URI for the license. If you do not find your choice here, %{link}" + license_help_link: "Please pick up an URI from here." + deprecated_help: "An ontology with status retired shall necessarily be also deprecated, but not the opposite." + known_usage_help: "Consider also declaring %{metadata_knownUsage_help}" + known_usage_help_link: "the projects that are using the ontology" + help_creator: "The following properties take for value an 'agent' in %{portal_name} (either a person or an organization). These agents are shared over all the ontologies and suggested with autocompletion if they already exist. Editing an agent here will change it to all the ontologies that agent is involved in." + version_help: "For more information on how to encode versioning information in an ontology, see %{link}" + version_helper_link: "guidelines and recommendations." + instances: + id: ID + type: Type + label: Label + collections: + error_valid_collection: "Error: You must provide a valid collection id" + no_collections_alert: "%{acronym} does not contain collections (skos:Collection)" + id: ID + preferred_name: Preferred name + members_count: Members count + type: Type + change_requests: + change_request_success_message: Your change request was successfully submitted! View the %{url} on GitHub. + label: Label + type: Type + comment: Comment + close: Close + submit: Submit + check_resolvability: + check_resolvability_message_1: "The URL is resolvable and support the following formats: %{supported_format}" + check_resolvability_message_2: "The URL resolvable but is not content negotiable, support only: %{supported_format}" + check_resolvability_message_3: The URL is not resolvable and not content negotiable (returns %{status}). + uri_placeholder: Type a URI to test its resolvability + show_help: Show help + format_not_specified: Format not specified + how_it_works: + title: How it works + content_1: | + The check resolvability tool allows you to test if a given URL is resolvable. It is based on the HTTP HEAD method. + We check the resolvability of a URL by sending a HEAD request to the URL and checking if the response status code is 200 (OK) and + the returned content type is equal to one of the following %{resolvability_formats}. + content_2: | + We have a timeout set to %{resolvability_timeout} seconds, so if the URL is not resolvable within that time, the check will fail. + And a max redirections set to %{resolvability_max_redirections}, so if the URL is not resolvable within that number of redirections, the check will fail. + resolving_uri: + title: Resolving a URI + content: | + In the context of web semantics, dereferencing refers to the process of resolving and obtaining the actual data associated with a Uniform Resource Identifier (URI). In simpler terms, it involves following a link represented by a URI/IRI to retrieve information or resources linked to that identifier. + In the Semantic Web, URIs are used to uniquely identify resources, and dereferencing allows systems to access and retrieve data related to those resources. When a URI/IRI is dereferenced, it typically leads to the retrieval of RDF (Resource Description Framework) data or other structured information that describes the resource in a machine-readable format. This enables systems to understand and process the meaning of the linked data, facilitating the exchange and integration of information on the web. + content_negotiation: + title: Content negotiation + content: | + Content negotiation in the context of the Semantic Web refers to the mechanism by which two communicating parties, such as a client and a server, agree on the most suitable representation of a resource during the process of dereferencing a URI or IRI. This negotiation aims to ensure effective communication between different systems that may prefer different data formats or languages. + In other words, when a client requests a resource by dereferencing a URI, it indicates its preferences for the format or language of the response data through HTTP headers or other negotiation mechanisms. The server, in turn, examines these preferences and selects the most appropriate representation of the resource based on what is available. + different formats can be agreed upon between a client and server when accessing linked data. Common formats include: + RDF/XML: XML-based representation of Resource Description Framework data. + Turtle: Human-readable serialization format for RDF. + JSON-LD: JSON-based format for linked data. + N-Triples and N-Quads: Text formats for expressing RDF triples and quads. + HTML: Markup language for web pages, also used to embed RDF data. + RDFa: Embedding RDF data in HTML or XML using attributes. + SPARQL Query Results XML and JSON: Formats for representing SPARQL query results. + + errors: + error_message: We're sorry but something has gone wrong. + notification_error: We have been notified of this error. + go_home_button: Go home + send_feedback_button: Send a feedback + not_found_page: Page not found + schemes: + error_valid_scheme_id: "Error: You must provide a valid scheme id" + no_main_scheme_alert: no main scheme defined in the URI attribute + no_schemes_alert: "%{acronym} does not contain schemes (skos:ConceptScheme)" + id: ID + preferred_name: Preferred name + type: Type + fair_score: + fairness_unreachable_warning: FAIRness service issue unreachable + go_to_api: Go to API + mod_link: MOD1.4 + see_the_used_properties: see the used properties + metadata_properties: Metadata properties listed in the following are picked from %{mod_link}. + ontology_repository: This ontology repository implements %{mod_link} but does not necessarily encode metadata with the same properties (%{submission_link}). + see_possible_credits: See possible credits + see_metadata_used_properties: See metadata used properties + not_found: not found + "null": "null" + view_fair_scores_definitions: "You are seeing the FAIRness assessment score for this ontology in AgroPortal. FAIR scores are computed with the O'FAIRe methodology. More details here: https://github.com/agroportal/fairness" + ontologies_metadata_curator: + #bulk_edit: Start bulk edit + #use_the_bulk_edit: To use the bulk edit select in the table submissions (the rows) and metadata properties (the columns) for which you want to edit + start_the_bulk_edit: Select in the table submissions (rows) and metadata properties (columns) to start the bulk edit + alert_success_submissions: Submissions were successfully updated + ontologies: Ontologies + get_values: Get values + select_ontologies_and_metadata: select ontologies and the metadata properties + include_all_submissions: Include all submissions + apply_the_change_for_all: Apply the change for all + update_the_current_displayed_content: "will update the current displayed content to all the following submissions:" + save: Save ontologies: - intro: Browse the library of semantic resources. + showing_ontologies_size: "Showing %{ontologies_size} of %{analytics_size}" + filters: Filters + no_license: No license + view_license: View license + access_rights_information: Additional license and access rights information + referred_to: It can also be referred to as + private_ontology: Private Ontology + formality_levels: Formality levels + categories: Categories + groups: Groups + ontology_types: Ontology types + natural_languages: Natural languages + showing: Showing + metadata_properties: of %{acronym} metadata properties are filled + home_page: Home Page + ontology_processing_failed: "The ontology processing failed, with the current statuses: %{status}" + ontology_parsing_succeeded: "The ontology parsing succeeded, but some processing steps failed, here are the current statuses: %{status}" + upload_an_ontology: Upload an ontology. Sections such as %{ontology} will be available once done. + new_ontology_is_processing: The ontology is processing. Sections such as %{ontology} will be available once processing is complete. + ontology_is_processing: The ontology is processing. Sections such as %{ontology} will be updated once processing is complete. + contact_support: Contact support + edit_natural_languages: Edit natural languages of %{acronym} + edit_available_languages: Click here to edit available languages + add_new_submission: Add new submission + edit_metadata: Edit metadata + go_to_api: Go to API + projects_using_ontology: Projects using %{acronym} + create_new_project: Create new project + no_projects_using_ontology: No projects using %{acronym} + outside: outside + relation_with_other_ontologies: Relation with other ontologies either in %{inside} or %{outside} + ontology_search_prompt: 'Search an ontology or a term (e.g., plant height)' + views: Views + create_new_view: Create new view + expand_all: Expand All + collapse_all: Collapse All + administrator: "Administrator:" + create_new_view_submission: create new view submission + description: "Description:" + definition: "Definition:" + created_by: "Created By:" + submission: Submission + release_date: Release Date + upload_date: Upload Date + downloads: Downloads + admin_links: Admin Links + edit_link: Edit + no_views: No views available for %{acronym}. + fairness_assessment_questions: O'FAIRe FAIRness assessment questions + see_details: See details + collecting_data: We are still collecting data for %{acronym} + location: Location + allow_users: Allow users to view the metadata of your ontology (Summary) only. + metadata_only: Metadata only (No file) + load_from_url: Load from URL + new_versions_loaded: New versions loaded on a nightly basis. + upload_local_file: Upload local file + ontology_submitted: Ontology submitted successfully! + users_can_see: Users can now see + your_ontology: your ontology + exploring_and_searching: | + in our ontology list but they cannot explore or search it. To enable exploring and searching, + please upload a full version of your ontology. + submitting_ontology_view: Thank you for submitting your ontology view to %{site}. + submitting_ontology: Thank you for submitting your ontology to %{site}. + processing_message: | + We will now put your ontology in the queue to be processed. Please keep in mind that it may take up to several + hours before %{site} users will be able to explore and search your ontology. + notification_message: "When your ontology is ready for viewing, you will receive an email notification and it will be available here:" + contact_support_at: "If you have any questions or problems, please email the %{site} support team at:" + collecting_data_message: We are still collecting data for %{acronym} + submit_new_ontology: Submit new ontology + details: Details + general_information: General information + dates_and_contacts: Dates and contacts + uri: URI + change_notes: Change notes + modification_date: Modification date + date_of_original_creation: Date of original creation + concepts_browsers: + select_scheme: Please select a scheme to display + missing_roots: Missing roots for %{acronym} (skos:topConceptOf) + select_collection: Please select a collection to display + placeholder_jump: Jump to + label_jump: "Jump to:" + filter: Filter + browser: + admin_welcome: Welcome admin,this coloring indicates admin-only features + show_private_ontology: Show private ontology only + show_ontology_views: Show ontology views + show_retired_ontologies: Show retired ontologies + search_placeholder: Start typing to filter ontologies, e.g., AGROVOC... + sections: + classes: Classes + individuals: Individuals + properties: Properties + maximum_depth: Maximum depth + maximum_number_of_children: Maximum number of children + average_number_of_children: Average number of children + classes_with_a_single_child: Classes with a single child + classes_with_more_than_25_children: Classes with more than 25 children + classes_with_no_definition: Classes with no definition + identifiers: Identifiers + identifiers_tooltip: Principal identifiers of the ontology. + dates: Dates + person_and_organization: Persons and organizations + other_links: Other links + info_tooltip_links: Metadata properties that highlight the links enabling access to datasets, downloading ontologies, etc + projects_and_usage_information: Projects and usage information + info_tooltip_projects: Details pertaining to the utilization of the ontology. + methodology_and_provenance: Methodology and provenance + community: Community + content: Content + info_tooltip_properties_dropdown: Metadata properties primarily encompass the design, methods, and actions to create the ontology. This includes elements such as the tools and software employed by the creator of the ontology during its configuration. + visits: Visits + views: Views of %{acronym} + create_new_view: Create new view + configuration_metadata: Configuration metadata + info_tooltip_configuration: Regroup all the metadata properties used by the portal to configure the behavior of the resource + label_groups: Groups + download_as_csv: Download as CSV + scroll_down_to_see_more: Scroll down to see more - concepts: - request_term: - new_term_instructions: > -

This ontology integrates with OntoloBridge, allowing community users to suggest additions to the public ontology. Complete the template below to submit a term request directly to the ontology maintainer.

-
-

Term Label (required)
Suggested term name. If a term can be described with multiple synonyms, only list the preferred name here.

-
-
-

Term description (required)
A brief definition, description, or usage of your suggested term. Additional term synonyms may be listed in this section.

-
-
-

Superclass (required)
The parent term of the suggested term. The parent term should be an existing entry of the current ontology. The superclass can be selected directly from Bioportal's Classes tree viewer.

-
-
-

References (optional)
Provide evidence for the existence of the requested term such as Pubmed IDs of papers or links to other resources that describe the term.

-
-
-

Justification (optional)
Provide any additional information about the requested term here.

-
- mappings: - intro: Browse mappings between classes in different semantic resources + widgets: Widgets are only available for ontologies stored in %{site}. + add_acronym_widgets: Add %{acronym} Web Widgets to your site + widget_block_component_title_1: Jump To + widget_block_component_description_1: Type a class name from %{acronym} and jump to it in %{site} + download: Download the + put_on_server: and put it on your server. + copy_and_paste: Copy the code below and paste it to your HTML page + note: "Note:" + use_quick_jump: If you would like to use Quick Jump across multiple ontologies + enter_list_of_ontologies: You can enter a comma-separated list of ontology ids + set_the_variable: "You can set the variable to 'all' to search all ontologies in %{site}:" + include_definitions: "To include definitions in the Jump To drop-down, add the following variable in Javascript:" + info_pasted_code: In the code that you just pasted, make sure to change the path to the quick_jump.js file to point to the location where you put the file (relative to your HTML file) + example_to_use_code: "For example, if you put the quick_jump.js file in the same directory as your HTML file, this is the code you would use:" + help_visit: For more help visit + widget_block_component_title_2: Autocomplete + widget_block_component_description_2: Fill your form fields with classes from %{acronym} + example_1: Example 1 (start typing the class name to get its full URI) + example_2: Example 2 (get the ID for a class) + example_3: Example 3 (get the preferred name for a class) + include_file: In the header for the page where you want the form field, include the + use_widget: "On your form, for the fields where you want to use the class-selection widget, specify the field's class in the following format:" + for_example: For example, + use_ontology: will use NCI Thesaurus (ontology id is NCIT) and will put the class URI in the field after the user selects the class from the pull-down list. + use_list: "In addition to single ontology ids, you can use a list:" + or: OR + use_all_to_search: "use 'all' to search across all %{site} ontologies:" + autocomplete_widget_accesses: The autocomplete widget accesses ontology content from the latest version of the ontology. + use_following_parameters: "You can use the following parameters to select which value will be placed into the user-visible input field:" + uri: uri + shortid: shortid + name: name + class_uri_description: "Put the complete URI of the class (e.g.," + class_uri_example: 'put the complete URI of the class (e.g., %{link})' + class_shortid_description: put the short id of the class, as used in %{site} (e.g., "Common_Neoplasm"); + class_name_description: put the preferred name of the class (e.g., "Common Neoplasm"); + hidden_elements_description: "In addition to the input element you defined, there are four hidden form elements that are created and then set when a user selects a class from the list. For example, if you create a field with this code:" + hidden_elements_example: "The 'name' attribute is used to create the four following fields (note how the 'a' from the name attribute is appended to the id attribute):" + additional_parameters: Additional parameters are documented on the + more_help_visit: For more help visit + widget_block_component_title_3: Visualization + widget_block_component_description_3: Display a visualization for a given class in %{acronym} + widget_block_component_title_4: Tree Widget + widget_block_component_description_4: Display a class tree with a search field for %{acronym} + can_also_view: You can also view a + detailed_demonstration: detailed demonstration + ncbo_widget_wiki: NCBO Widget Wiki + file: file. + no_class_concept_found: No class/concept found + instances_search_placeholder: Search an Instance in %{acronym} + properties_search_placeholder: Search a property in %{acronym} + schemes_search_placeholder: Search a scheme in %{acronym} + collections_search_placeholder: Search a collection in %{acronym} + + metadata: + fair_score_title: FAIR score + total_score: "Total score : %{score} ( %{normalized_score}%)" + metrics: Metrics + metrics_link_title: Information and evolution diagrams about metrics and other measurements of the ontology. + see_all_metrics: See all the metrics of %{acronym} + show_modal_title_1: All the metrics of %{acronym} + not_calculated_metrics: We have not yet calculated metrics for %{acronym} + show_modal_title_2: "Evolution of the number of %{metric} in %{acronym} per submissions." + submissions: Submissions + submissions_link_title: Set of all the files that have been submitted to %{site}. Each previous metadata record is accessible but only the content of the latest parsed file is accessible via %{site} services + relations_network: Ontology relations network + general_information: General information + initial_created_on: Initial created on + additional_information: For additional information, contact + categories_and_subjects: Categories and subjects + keywords_and_classes: Keywords and classes + languages: Languages + pull_location: Pull location + export_metadata: Export all metadata + abstract: Abstract + description: Description + + htaccess_modal_title: "Rewrite rules for %{acronym} ontology" + instructions_servers: Instructions for %{server} servers + htaccess_redirection_description: "We offer a seamless solution to make your ontology URIs resolvable and content negotiable by allowing URL redirection for your ontology URIs to our Agroportal URIs. To facilitate this process, we've provided you with a set of .htaccess rewrite rules. By following the simple instructions below, you'll be able to implement these rules swiftly and efficiently, ensuring smooth redirection" + + redirection_note: | + This redirection works only for uri with the form of: url/path/resource_id + This will not work for uris in the form of: url/path/to/something#resource_id OR url/path/to/something:resource_id + htaccess_redirection: + instruction_1: "Access .htaccess File:" + instruction_1_content: "Locate the .htaccess file in the root directory of your website, if it doesn't exist create one. This file controls how your web server behaves and is often used for URL rewriting and redirection." + instruction_2: "Copy and Paste Redirect Rules in the .htaccess file:" + instruction_2_content: "Copy the rewrite rules provided in the black rectangle. Open the .htaccess file and paste the copied redirect rules into the file" + instruction_3: "Enable rewrite module (Linux):" + instruction_3_content: "you'll need to ensure that the Apache module called 'rewrite' is enabled by running the command `sudo a2enmod rewrite`" + + nginx_redirection: + instruction_1: "Access Nginx configuration file:" + instruction_1_content: "The location of this file can vary depending on your system, but common locations include /etc/nginx/nginx.conf, /etc/nginx/sites-available/default or /usr/local/etc/nginx/nginx.conf." + instruction_2: "Locate the server block or location block where you want to enable URL rewriting:" + instruction_2_content: "This is typically within the server { ... } block." + instruction_3: "Copy and Paste Redirect Rules :" + instruction_3_content: "Copy the rewrite rules provided in the black rectangle. Inside the appropriate block, add the copied rules to enable URL rewriting" + instruction_4: "Test the configuration for syntax errors:" + instruction_4_content: "Run the following command to test the redirection configuration `sudo nginx -t`" + instruction_5: "Reload Nginx to apply the changes:" + instruction_5_content: "Restart the nginx server to apply the redirection using this command `sudo systemctl reload nginx`" + + components: + check_resolvability: checking resolvability... + error_block: child_data_generator block did not provide all the child arguements + empty_field: The fields %{properties} are empty + save_button: Save + cancel_button: Cancel + go_to_api: Go to API + file_input_message: Drop your file here or, browse files on your device. + all_languages: All languages + select_anguage: Select a language + back: Back + next: Next + finish: Finish + creative_commons_license: Creative Commons License + open_source_license: Open Source License + show_more: "+ Show more ..." + show_less: "- Show less ..." + fair_score: FAIR score + details_details: FAIR details ... + projects: projects + notes: notes + concepts: concepts + instances: instances + classes: classes + submitted: Submitted + by: by + creation_date: Creation date %{date} + view_of_the_ontology: "View of the ontology %{ontology}" + view: View + debug: Debug + loading: Loading + unwatch: UnWatch + watch: Watch + resource: "%{sub_text} this resource" + notified_of_all_updates: Be the first to watch this resource and be notified of all its updates + join_the_count: Join the %{count} users, watching this resource and be notified of all its updates + see_more: See more... + see_less: See less... + tree_view_empty: No result found + copy_original_uri: Copy original URI + copy_portal_uri: Copy %{portal_name} URI + properties: + id: ID + type: Type + preferred_name: Preferred name + definitions: Definitions + parent: Parent + no_properties_alert: "%{acronym} does not contain properties" + visits: + ontology_visits: Ontology visits + name: name + visits: visits + ontologies_selector: + clear_selection: Clear selection + ontologies_advanced_selection: Ontologies advanced selection + search_hint: Filter ontologies ... + show_ontology_view: Show ontology views + hide_retired_ontologies: Hide retired ontologies + tabs_title: + categories: Categories + groups: Groups + format: Format + natural_languages: Natural languages + formality_levels: Formality levels + ontology_types: Ontology types + select_all: Select all + cancel: Cancel + apply: Apply + unselect_all: Unselect all + tools: + search: + title: "Search content (coming)" + description: > + This tool/service enables users to search for any Resource Description Framework (RDF) element within the portal. + Users can search by either the unique identifier (URI) associated with the RDF element or by its label. + It facilitates efficient navigation and retrieval of specific RDF elements, enhancing user experience and productivity within the portal. + converter: + title: "Content converter (coming)" + description: > + The Content Converter tool/service offers the capability to convert any RDF element into various formats such as RDF/XML, Turtle, Ntriples, or JSON. + This functionality allows users to transform RDF data into formats suitable for different purposes or compatible with various systems and applications. + It promotes interoperability and flexibility in handling RDF data within the portal ecosystem. + url_checker: + title: "URI resolvability checker" + description: > + This tool/service verifies the resolvability of Uniform Resource Identifiers (URIs) and their content negotiability. + It checks whether a given URI is accessible and whether the content associated with it can be negotiated based on the client's preferences. + This functionality ensures the reliability and accessibility of linked resources within the RDF ecosystem, aiding in maintaining data integrity and facilitating seamless integration with external resources. \ No newline at end of file diff --git a/config/locales/fr.yml b/config/locales/fr.yml new file mode 100644 index 000000000..2ac75c679 --- /dev/null +++ b/config/locales/fr.yml @@ -0,0 +1,1506 @@ +--- +fr: + show_advanced_options: Afficher les options avancées + hide_advanced_options: Masquer les options avancées + no_result_was_found: Aucun résultat n'a été trouvé + + activaterecord: + errors: + models: + license: + attributes: + encrypted_key: + invalid_license_key: est une clé de licence invalide. + no_appliance_id_for_comparison: n'a pas pu être validée. Impossible de récupérer l'ID de l'appliance virtuelle. + appliance_id_mismatch: ne correspond pas à l'ID de l'appliance virtuelle. + + + # Rendre le terme de ressource 'ontologie' configurable dans tout le portail, permettant de le remplacer par des termes alternatifs tels que 'semantic_resource', 'vocabulary', 'terminology', ou 'semantic_artefact' + resource_term: + ontology: ontologie + ontology_plural: ontologies + ontology_single: une ontologie + + semantic_resource: ressource sémantique + semantic_resource_plural: ressources sémantiques + semantic_resource_single: une ressource sémantique + + vocabulary: vocabulaire + vocabulary_plural: vocabulaires + vocabulary_single: un vocabulaire + + terminology: terminologie + terminology_plural: terminologies + terminology_single: une terminologie + + semantic_artefact: artefact sémantique + semantic_artefact_plural: artefacts sémantiques + semantic_artefact_single: un artefact sémantique + + date: + formats: + year_month_day_concise: "%Y-%m-%d" # 2017-03-01 + month_day_year: "%b %-d, %Y" # Mar 1, 2017 + monthfull_day_year: "%-d %B %Y" # Mars 1, 2017 + + language: + translation_not_available: "Traduction en %{language} non disponible" + portal_language_help_text: Indiquez la langue dans laquelle les interfaces doivent apparaître + search_language_help_text: Indiquez la langue dans laquelle effectuer la recherche, en restreignant la correspondance de texte exclusivement à des termes dans cette langue + content_language_help_text_1: Indiquez la langue dans laquelle le contenu de cette ressource sera affiché. + content_language_help_text_2: Les langues disponibles sont spécifiées par l'administrateur de la ressource. + + application: + powered_by: Propulsé par BioPortal + projects: Projets + loading: Chargement en cours... + errors_in_fields: Erreurs dans les champs %{errors} + add_comment: Ajouter un commentaire + add_new_comment: Ajouter un nouveau commentaire + reply: Répondre + add_proposal: Ajouter une proposition + add_new_proposal: Ajouter une nouvelle proposition + watching: Surveillance + beta_badge_text: Version bêta + beta_badge_tooltip: Cette fonctionnalité est expérimentale et peut comporter des problèmes + ontology_not_found: Ontologie %{acronym} non trouvée + concept_not_found: Concept %{concept} non trouvé + error_load: "Erreur : échec du chargement" + not_found_message: Non trouvé + try_again: Une erreur s'est produite, veuillez réessayer + provide_ontology_or_concept: Veuillez fournir un identifiant d'ontologie ou un identifiant de concept avec un identifiant d'ontologie. + search_for_class: Veuillez rechercher une classe à l'aide du champ Jump To ci-dessus + missing_roots_for_ontology: Racines manquantes pour %{acronym} + missing_roots: Racines manquantes + missing_class: Classe manquante %{root_child} + missing_class_ontology: Classe manquante %{acronym} / %{concept_id} + error_simplify_class: "Échec de la simplification de la classe : %{cls}" + no_cache: "Pas de cache ou cache expiré pour l'ontologie : %{id}" + incomplete_simple_ontology: "Ontologie simple incomplète : %{id}, %{ont}" + label_xl: + error_valid_label_xl: "Erreur : Vous devez fournir un identifiant de label_xl valide" + + admin: + query_not_permitted: Requête non autorisée + update_info_successfully: Informations de mise à jour récupérées avec succès + error_update_info: Problème lors de la récupération des informations de mise à jour - %{message} + current_version: "Version actuelle : %{version}" + appliance_id: "ID de l'appareil : %{id}" + no_record_exists: Aucun enregistrement existant pour l'ontologie %{acronym} + cache_flush_success: Cache de l'interface utilisateur vidé avec succès + cache_flush_error: "Problème lors du vidage du cache de l'interface utilisateur - %{class} : %{message}" + no_flush_command: "Le cache de l'interface utilisateur ne répond pas à la commande 'flush_all'" + cache_reset_success: Connexion au cache de l'interface utilisateur réinitialisée avec succès + cache_reset_error: Problème lors de la réinitialisation de la connexion au cache de l'interface utilisateur - %{message} + no_reset_command: Le cache de l'interface utilisateur ne répond pas à la commande 'reset' + clear_goo_cache_success: Cache Goo vidé avec succès + clear_goo_cache_error: "Problème lors du vidage du cache Goo - %{class} : %{message}" + clear_http_cache_success: Cache HTTP vidé avec succès + clear_http_cache_error: "Problème lors du vidage du cache HTTP - %{class} : %{message}" + refresh_report_without_ontologies: Rafraîchissement du rapport des ontologies commencé avec succès + refresh_report_with_ontologies: "Rafraîchissement du rapport pour les ontologies : %{ontologies} commencé avec succès" + submission_deleted_successfully: Soumission %{id} pour l'ontologie %{ont} supprimée avec succès + submission_not_found: Soumission %{id} pour l'ontologie %{ont} non trouvée dans le système + ontology_not_found: Ontologie %{ont} non trouvée dans le système + problem_deleting_submission: "Problème lors de la suppression de la soumission %{id} pour l'ontologie %{ont} - %{class} : %{message}" + problem_refreshing_report: "Problème lors du rafraîchissement du rapport - %{class} : %{message}" + report_successfully_regenerated: Rapport régénéré avec succès le %{report_date_generated} + ontologies_report_retrieved: Rapport des Ontologies - %{ontologies} ontologies récupérées en %{time}s" + problem_retrieving_ontologies: Problème lors de la récupération du rapport des ontologies - %{message} + no_ontologies_parameter_passed: "Aucun paramètre d'ontologies passé. Syntaxe : ?ontologies=ONT1,ONT2,...,ONTN" + ontology_process_success: "Ontologie %{ont} %{success_keyword} avec succès," + ontology_not_found_system: "Ontologie %{ont} non trouvée dans le système, " + ontology_process_error: "Problème %{error_keyword} l'ontologie %{ont} - %{class} : %{message}," + new_ontologies_created_title: "Les ontologies suivantes : %{count} ont été créées cette année" + turbo_confirm: "Êtes-vous sûr de vouloir %{name} ?" + analytics: + total_ontologies: Ontologies Totales + ontologies_count: "%{size} nouvelle ontologie cette année" + ontologies_with_errors: Ontologies avec erreurs + total_visits: Visites totales + active_users: Utilisateurs actifs + visit_users: "%{visits} utilisateurs depuis le mois dernier" + ontology_visits: Visites d'ontologies + unique_users_visits: Visites d'utilisateurs uniques + page_visits: Visites de page de ce mois + main: + cache_management: GESTION DU CACHE + clear_cache: Vider le cache de l'UI + reset_cache: Réinitialiser la connexion au cache de l'UI + clear_goo_cache: Vider le cache GOO + clear_http_cache: Vider le cache HTTP + version_management: GESTION DE VERSION + checking_for_updates: Vérification des mises à jour ... + memcache: + title: Statistiques Memcache + parse_log: + title: Journal d'analyse pour %{acronym} + log_file: "Fichier journal : %{path}" + index: + title: Administration + administration_console: Console d'administration + analytics: Analytique + site_administration: Administration du site + ontology_administration: Administration des ontologies + licensing: Licences + users: Utilisateurs + metadata_administration: Administration des métadonnées + groups: Groupes + categories: Catégories + persons_and_organizations: Personnes et Organisations + sparql: SPARQL + search: Recherche et Indexation + report_generated_on: "Rapport généré le :" + licensed_to: Licencié à + appliance_id: ID de l'appareil + valid_till: Valide jusqu'à + days_remaining: Jours restants + renew_license: Renouveler la licence + + groups: + group_created: Groupe créé avec succès en %{time}s + group_error_creation: Problème lors de la création du groupe - %{message} + group_added_successfully: Nouveau groupe ajouté avec succès + group_updated_successfully: Groupe mis à jour avec succès en %{time}s + problem_of_updating: Problème lors de la mise à jour du groupe - %{message} + group_deleted_successfully: Groupe supprimé avec succès en %{time}s + problem_of_deleting: Problème lors de la suppression du groupe - %{message} + synchronization_of_groups: Synchronisation des groupes commencée avec succès + error_parsing: "Erreur d'analyse de la réponse JSON - %{class} : %{message}" + problem_synchronizing_groups: "Problème lors de la synchronisation des groupes - %{class} : %{message}" + edit_button: Éditer + delete: Supprimer + info_error_delete: "Impossible de supprimer ce groupe car il est encore utilisé" + turbo_confirm: Êtes-vous sûr ? + form: + acronym: Acronyme + name: Nom + description: Description + created: Créé + ontologies: Ontologies + new: + create_new_group: Créer un nouveau groupe + create_group: Créer groupe + index: + create_a_new_group: Créer un nouveau groupe + synchronize_groups_slices: Synchroniser les groupes avec les tranches + id: ID + count: COMPTE + actions: Actions + no_agents: Il n'y a actuellement aucun agent. + edit: + edit_group: Modifier le groupe + save: Sauvegarder + categories: + category_created: Catégorie créée avec succès en %{time}s + category_error_creation: Problème lors de la création de la catégorie - %{message} + category_added_successfully: Nouvelle catégorie ajoutée avec succès + category_updated_successfully: Catégorie mise à jour avec succès en %{time}s + problem_of_updating: Problème lors de la mise à jour de la catégorie - %{message} + category_deleted_successfully: Catégorie supprimée avec succès en %{time}s + problem_of_deleting: Problème lors de la suppression de la catégorie - %{message} + edit_button: Éditer + delete: Supprimer + info_error_delete: Impossible de supprimer cette catégorie car elle est encore utilisée + turbo_confirm: Êtes-vous sûr ? + form: + acronym: Acronyme + name: Nom + description: Description + created: Créé + ontologies: Ontologies + edit: + edit_category: Modifier la catégorie + save: Sauvegarder + new: + create_new_category: Créer une nouvelle catégorie + create_category: Créer catégorie + index: + create_a_new_category: Créer une nouvelle catégorie + id: ID + count: COMPTE + actions: Actions + no_categories: Il n'y a actuellement aucune catégorie. + licenses: + license_notification: + license_contact: > + Pour plus d'informations, envoyez un e-mail à support@ontoportal.org ou visitez https://ontoportal.org/licensing. + license_obtain: > + Si vous êtes le propriétaire de cette installation d'OntoPortal, vous pouvez visiter https://license.ontoportal.org pour obtenir une licence. + license_expired: > + Nous sommes désolés, mais la licence de cette installation d'OntoPortal a expiré. Si vous êtes le propriétaire de cette installation d'OntoPortal, veuillez visiter https://license.ontoportal.org pour renouveler votre licence. + license_trial: + one: + Cette installation de l'Appliance OntoPortal est une licence d'essai, qui expirera dans 1 jour. + other: + Cette installation de l'Appliance OntoPortal est une licence d'essai, qui expirera dans %{count} jours. + create: + success: Licence renouvelée avec succès ! + label_close: Fermer + form: + license_from_being_saved: "a empêché cette licence d'être sauvegardée :" + paste_your_license: Collez votre clé de licence dans la zone de texte + submit: Soumettre + search: + index: + index_data: "DONNÉES INDEXES" + collections_management: "GESTION DES COLLECTIONS" + name: "Nom" + actions: "Actions" + select_model: "Sélectionnez un modèle à indexer" + ontology: "Ontologie" + agent: "Agent" + ontology_submission: "Soumission" + generate_schema: "Générer le schéma" + see_schema: "Voir le schéma" + see_indexed_data: "Voir les données indexées" + show: + field_name: "Nom du champ" + type: "Type" + multi_valued: "Multivalué" + indexed: "Indexé" + stored: "Stocké" + search: + search_query: "Requête de recherche" + page: "Page" + page_size: "Taille de la page" + found_documents: "Trouvé %{count} documents" + id: "ID" + properties: "Propriétés" + show_more: "+ Afficher plus ..." + show_less: "- Afficher moins ..." + + annotator: + title: Annotateur + description: Obtenez des annotations pour le texte avec des classes d'ontologie + input_hint: Entrez ou collez un texte à annoter... + options: Options + whole_word_only: Mot entier seulement + match_longest_only: Correspondance uniquement avec le plus long + include_mappings: Inclure les mappings + exclude_numbers: Exclure les chiffres + exclude_synonyms: Exclure les synonymes + select_umls_sementic_types: Sélectionner les types sémantiques UMLS + select_umls_sementic_groups: Sélectionner les groupes sémantiques UMLS + include_ancestors: Inclure les ancêtres jusqu'au niveau + include_score: Inclure le score + score_threshold: Filtrer par seuil de score + confidence_threshold: Filtrer par seuil de confiance + fastcontext: FastContext + lemmatize: Lématiser + context: Contexte + certainty: Certitude + class: Classe + ontology: Ontologie + negation: "Négation" + temporality: "Temporalité" + experiencer: Experiencer + score: Score + api_documentation: "Documentation de l'API de l'annotateur" + get_annotation: Obtenir des annotations + total_results: Résultats totaux + insert_sample_text: Insérer un texte d'exemple + sample_text: Il y a eu de nombreuses études récentes sur l'utilisation d'antagonistes microbiens pour contrôler les maladies causées par des bactéries phytopathogènes telluriques + et aériennes, dans le but de remplacer les méthodes actuelles de contrôle chimique et d'éviter l'utilisation extensive de fongicides, qui conduisent souvent à une résistance chez les pathogènes des plantes. + En agriculture, les microorganismes promoteurs de croissance des plantes et de biocontrôle ont émergé comme des alternatives sûres aux pesticides chimiques. Les espèces de Streptomyces et leurs + métabolites peuvent avoir un grand potentiel en tant qu'agents excellents pour contrôler divers phytopathogènes fongiques et bactériens. + + concepts: + error_valid_concept: "Erreur : Vous devez fournir un identifiant de concept valide" + missing_roots: Racines manquantes + date_sorted_list_error: Les Classes/Concepts n'ont pas défini de dates de création ou de modifications avec dcterms + list_error: La Collection n'a défini aucun membre + close: Fermer + request_terms_instructions: | + Le texte ci-dessous est affiché à l'utilisateur comme les instructions sur la manière de demander de nouveaux termes pour votre ontologie. + Vous pouvez changer ce texte pour l'ontologie %{acronym} en cliquant n'importe où sur le texte existant pour + ouvrir la boîte de dialogue d'édition. + Cliquez sur 'Soumettre les changements' pour sauvegarder ou sur 'Annuler' pour abandonner vos changements. + submit_changes: Soumettre les changements + cancel: Annuler + request_new_term: Demander un nouveau terme + use_jump_to: Utilisez le "Jump To" pour trouver une classe et afficher les détails, la visualisation, les notes et les mappages + instances: Instances + notes: Notes + details: Détails + visualization: Visualisation + mappings: Alignements + new_term_requests: Nouvelles demandes de termes + permanent_link_class: Obtenir un lien permanent vers cette classe + request_term: + new_term_instructions: | +

Cette ontologie s'intègre avec OntoloBridge, permettant aux utilisateurs de la communauté de suggérer des ajouts à l'ontologie publique. Complétez le modèle ci-dessous pour soumettre directement une demande de terme au Gestionnaire de l'Ontologie.

+
+

Libellé du terme (obligatoire)
Nom suggéré pour le terme. Si un terme peut être décrit avec plus d'un synonyme, entrez uniquement le nom préféré ici.

+
+
+

Description du terme (obligatoire)
Une brève définition, description ou utilisation du terme suggéré. Les synonymes d'autres termes peuvent être listés dans cette section.

+
+
+

Superclasse (obligatoire)
Le terme parent du terme suggéré. Le terme parent doit être une entrée existante dans l'ontologie actuelle. La superclasse peut être sélectionnée directement à partir de l'arbre des classes.

+
+
+

Références (optionnel)
Fournissez des preuves que le terme demandé existe, telles que des IDs d'articles ou des liens vers d'autres ressources décrivant le terme.

+
+
+

Justification (optionnel)
Fournissez ici toute information supplémentaire concernant le terme demandé.

+
+ + home: + ontoportal_instances: "Autres installations d’OntoPortal" + bug: Bug + proposition: Proposition + question: Question + ontology_submissions_request: Demande de soumissions d'ontologie + include_name: Veuillez inclure votre nom + include_email: Veuillez inclure votre email + include_comment: Veuillez inclure votre commentaire + fill_text: Veuillez remplir le texte approprié à partir de l'image fournie + notice_feedback: Le retour a été envoyé + account_title: Informations sur le compte + agroportal_figures: "%{site} en chiffres" + benefit1: Découvrir de nouvelles perspectives et connaissances en explorant d'autres ontologies ou ressources sémantiques dans le répertoire. + benefit2: Contribuez au partage de connaissances et à l'interopérabilité sémantique dans votre domaine. + benefit3: Cartographiez votre ontologie avec d'autres ontologies pertinentes dans le domaine et collaborez avec d'autres utilisateurs. + benefit4: Obtenir des retours et des suggestions d'autres utilisateurs qui peuvent utiliser et commenter votre ontologie. + benefit5: Décrire précisément votre ontologie avec des métadonnées pertinentes et obtenir votre score FAIR. + fair_details: Voir les détails + fairness: Score FAIR + get_annotations: Obtenir des annotations + get_recommendations: Obtenir des recommandations + index: + tagline: Le foyer des ontologies et des artefacts sémantiques dans l'agroalimentaire et les domaines connexes. + title: Bienvenue sur %{site} + welcome: Bienvenue sur %{site}, + ontology_upload: Vous souhaitez partager une ontologie ? + ontology_upload_benefits: 'En téléchargeant et partageant votre ontologie sur %{site}, vous pourrez:' + ontology_upload_button: Soumettre une ontologie + discover_ontologies_button: Découvrir des ontologies + ontology_upload_desc: Télécharger une ontologie ou un autre type d'artefact sémantique (vocabulaire, terminologie, thésaurus, ...) est un moyen de partager vos connaissances avec les autres. + paste_text_prompt: Entrez un paragraphe de texte ou quelques mots-clés... + recommender_annotator: Recommandeur et Annotateur + support_and_collaborations: Support & Collaborations + see_details: Voir les détails + info_tooltip_text: "Vous voyez les scores moyens pour toutes les ontologies publiques dans AgroPortal. Les scores FAIR sont calculés avec la méthodologie O'FAIRe. Plus de détails ici : https://github.com/agroportal/fairness" + average: Moyenne + min: Min + max: Max + ontologies: Ontologies + classes: Classes + individuals: Individus + properties: Propriétés + projects: Projets + mappings: Alignements + users: Utilisateurs + twitter_news: Nouvelles + feedback: + error_on_form: Erreurs sur le formulaire + leave_your_feedback: Laissez votre retour + feedback_hi_text: Salut + feedback_info_text: vous pouvez utiliser le formulaire ci-dessous ou nous envoyer un email directement à + email: Email + name: Nom + proposition_url_page: URL de la page Erreur/Proposition + feedback: Retour + tags: Tags + bug: Bug + proposition: Proposition + question: Question + ontology_submissions_request: Demande de soumissions d'ontologie + optional: (optionnel) + send: Envoyer + feedback_complete: + title: Retour envoyé avec succès + message: Merci d'avoir pris le temps de partager votre retour avec nous. Notre équipe de support examinera votre message et vous répondra dès que possible. Nous apprécions votre opinion et sommes reconnaissants de votre aide pour améliorer nos services. Merci de votre soutien ! + + landscape: + #select_ontologies: Commencez à taper pour sélectionner des ontologies ou laissez vide pour les utiliser toutes + classes: Nombre de classes + individuals: Nombre d'individus + properties: Nombre de propriétés + max_depth: Profondeur maximale + max_child_count: Nombre maximal d'enfants + average_child_count: Nombre moyen d'enfants + classes_with_one_child: Classes avec un enfant + classes_with_more_than_25_children: Classes avec plus de 25 enfants + classes_with_no_definition: Classes sans définition + number_of_xioms_triples: Nombre d'axiomes (triplets) + projects_count: "%{count} projets" + notes_count: "%{count} notes" + reviews_count: "%{count} critiques" + as_contact_count: "%{count} comme contact" + as_contributor_count: "%{count} comme contributeur" + as_creator_count: "%{count} comme créateur" + as_curator_count: "%{count} comme conservateur" + contributions: "Contributions : %{title}" + published_ontologies: publié %{count} ontologies + funded_ontologies: financé %{count} ontologies + endorsed_ontologies: approuvé %{count} ontologies + number_of_ontologies_using_format: Nombre d'ontologies utilisant ce format + number_of_ontologies_of_type: Nombre d'ontologies de ce type d'ontologie + number_of_ontologies_of_formality_level: Nombre d'ontologies de ce niveau de formalité + number_of_ontologies_in_catalog: Nombre d'ontologies dans ce catalogue + number_of_ontologies: Nombre d'ontologies + number_of_ontologies_with_class_count_in_range: Nombre d'ontologies avec un nombre de classes dans cette plage + average: Moyenne + fairness_interface_introduction: Cette interface montre comment une ontologie ou un groupe a répondu avec succès aux questions d'évaluation de l'équité FAIR d'O’FAIRe + fairness_interface_details: Voir les détails pour chaque ontologie sur les pages de résumé de l'ontologie spécifique + fairness_interface_hover_instruction: survolez un principe pour voir les détails + average_metrics: Métriques moyennes + category: catégorie + filter_network: Filtrer le réseau + funding_endorsing_organizations: Organisations finançant et approuvant le plus d'ontologies + group: groupe + groups_and_categories: Groupes et Catégories + intro: Visualiser le panorama de toutes les ontologies sur %{site} via l'agrégation des métadonnées. + more_properties_charts: Plus de graphiques de propriétés + most_active_ontologies: Ontologies les plus actives + most_active_organizations: Organisations les plus actives + most_active_people: Personnes les plus actives + most_active_people_as_reviewer: Compte utilisateur le plus actif + most_mentioned_people: Personnes les plus mentionnées comme contact, créateur, contributeur ou conservateur + most_mentioned_people_as_reviewer: Compte utilisateur ayant publié des notes, critiques et projets + ontologies_activity_on: Activité des ontologies + ontologies_by: Ontologies par %{type} + ontologies_contributors: Contributeurs au développement des ontologies + ontologies_count_by_catalog: Nombre d'ontologies dans chaque catalogue d'artefacts sémantiques + ontologies_formats: Langage de représentation + ontologies_languages: Langues naturelles + ontologies_licenses: Licences + ontologies_with_notes_reviews_projects: Ontologies avec notes, critiques et projets + ontology_fairness_evaluator: Évaluateur de l'équité FAIR des ontologies (O’FAIRe) + ontology_formality_levels: Niveaux de formalité + ontology_properties_pie_charts: Graphiques à secteurs relatifs aux propriétés de description des objets (c.-à-d., les propriétés de métadonnées utilisées pour décrire les objets d'ontologie). + ontology_relations_network: Réseau de relations d'ontologie + ontology_tools: Outils les plus utilisés pour construire des ontologies + owl_ontology_author_uris: Propriétés utilisées pour spécifier l'auteur d'un objet + owl_ontology_definition_uris: Propriétés utilisées pour spécifier la définition d'objets + owl_ontology_preflabel_uris: Propriétés utilisées pour spécifier le libellé préféré d'objets + owl_ontology_synonym_uris: Propriétés utilisées pour spécifier les synonymes d'objet + properties_usage_proportion: Graphiques à secteurs liés aux valeurs les plus fréquentes pour certaines propriétés de métadonnées + properties_use: Utilisation de la propriété + relations_between_stored_ontologies: Ensemble de relations entre les ontologies de %{site} telles que capturées par les métadonnées. Les ontologies en vert sont stockées dans le répertoire tandis que celles en bleu sont des ressources externes. + size: taille + title: "Paysage" + ontologies_properties: Propriétés des ontologies + + layout: + header: + account_setting: Paramètres du compte + annotator: Annotateur + browse: Parcourir + documentation: Documentation + help: Aide + landscape: Paysage + login: Connexion + logout: Déconnexion + mappings: Alignements + recommender: Recommandeur + publications: Publications + release_notes: Notes de version + search_prompt: Rechercher dans %{portal_name} ... + submit_feedback: Envoyer un retour + support: Aides + cite_us: Citez-nous + footer: + products: Produits + ontoportal: OntoPortal + release_notes: Notes de version + api: API + tools: Outils + sparql: SPARQL + support: Aides + contact_us: Contactez-nous + wiki: Wiki + documentation: Documentation + agro_documentation: Documentation d'AgroPortal + agreements: Légal + terms: Termes et conditions + privacy_policy: Politique de confidentialité + legal_notices: Mentions légales + cite_us: Citez-nous + acknowledgments: Remerciements + about: À propos + about_us: À propos de nous + projects: D2KAB + team: Équipe + notices: + slice: Tranche + at: à + visit_the_site: visitez le site complet + + login: + invalid_account_combination: "Combinaison nom de compte/mot de passe invalide" + authentication_failed: "L'authentification %{provider} a échoué" + admin_logged_out: Déconnecté %{old_user}, retourné à %{user} + user_logged_out: Vous vous êtes déconnecté avec succès + try_again_notice: ". Veuillez réessayer." + reset_password_again: ". Veuillez réinitialiser votre mot de passe à nouveau." + custom_ontology_set: "L'affichage est maintenant basé sur votre Ensemble d'Ontologies Personnalisé." + welcome: "Bienvenue " + error_account_name: Veuillez entrer un nom de compte + error_password: Veuillez entrer un mot de passe + enter_email: Entrez votre nom d'utilisateur + enter_password: Entrez votre mot de passe + forgot_password: Mot de passe oublié ? + invalid_login: Erreurs sur le formulaire + no_account: Vous n'avez pas de compte ? + password: Mot de passe + register: S'inscrire + title: Connexion + username_or_email: Nom d'utilisateur + login_with_provider: Se connecter avec %{provider} + reset_password_message: Un email de réinitialisation de mot de passe a été envoyé à votre adresse email, veuillez suivre les instructions pour réinitialiser votre mot de passe. + back_home_button: Retour à l'accueil + recover_password: Récupérer le mot de passe + email: Email + user: utilisateur + email_address_associated: Entrez l'adresse email associée à votre compte et nous vous enverrons un email avec les instructions pour réinitialiser votre mot de passe. + email_placeholder: Entrez l'email + send_instructions: Envoyer les instructions + + statistics: + title: "Statistiques de %{portal}" + lead: (dernières %{last_years} années) + ontologies: Ontologies + users: Utilisateurs + projects: Projets + date: Date + ontology_visits: Visites d'ontologies + + mappings: + all: Tous + description: Plongez dans une vue d'ensemble des mappings dans la vue en bulles, localisez efficacement une ontologie spécifique dans la vue en tableau ou téléchargez vos propres mappings. + tabs: + bubble_view: Vue en bulles + table_view: Vue en tableau + upload_mappings: Télécharger des mappings + filter_ontologies: Filtrer les ontologies dans la vue en bulles + filter_bubbles: Filtrer les bulles + external_mappings: "Mappings externes (%{number_with_delimiter})" + interportal_mappings: "Mappings interportails - %{acronym} (%{number_with_delimiter})" + test_bulk_load: Ceci sont les mappings créés pour tester le chargement en masse + mapping_created: Mapping créé + mapping_updated: Mapping mis à jour + mapping_deleted: "%{map_id} supprimé avec succès" + mapping_not_found: "Mapping %{id} non trouvé" + error_of_source_and_target: Les concepts source et cible doivent être spécifiés + mapping_issue: "Problème de mapping avec '%{mapping}' : %{message}" + find_mappings: Trouver tous les mappings d'une classe/concept + intro: Trouver tous les mappings d'une ontologie + loading_mappings: Chargement des mappings... + no_mappings_available: Aucun mapping disponible + title: Mappings + upload_mappings: Télécharger des mappings + select_ontologies_list: Sélectionner les ontologies + bubble_view_legend: + bubble_size: "Taille de la bulle :" + bubble_size_desc: "Le nombre total de correspondances avec toutes les autres ontologies." + color_degree: "Degré de couleur :" + color_degree_desc: "Le nombre de correspondances avec l'ontologie sélectionnée." + yellow_bubble: "Bulle jaune : " + selected_bubble: "La bulle sélectionnée." + less_mappings: "Moins de correspondances" + more_mappings: "Plus de correspondances" + count: + ontology: Ontologie + mappings: Mappings + no_mappings: Il n'y a aucun mapping vers ou depuis cette ontologie + form: + source_class: Classe source + mapping_name: Description du mapping (nom) + contact_info: Informations de contact + mapping_source_name: Nom source (ID de l'ensemble de mappings) + mapping_comment: Commentaire + mapping_relation: Type de relation de mapping + save: Enregistrer + mapping_table: + mapping_to: Mapping vers + relations: Relations + source: Source + type: Type + actions: Actions + no_mappings: Il n'y a actuellement aucun mapping pour cette classe. + mapping_type_selector: + mapping_type: Type de mapping + internal: Interne + interportal: Interportail + external: Externe + target_class: Classe cible + details: Détails + ontology_acronym: Ontologie (acronyme) + class: Classe + ontology_acronym_placeholder: Entrez l'ACRONYM de l'ontologie + class_uri_placeholder: Entrez l'URI de la classe + ontology_uri_placeholder: Entrez l'URI de l'ontologie + show_line: + edit_modal: Modifier + delete_button: Supprimer + turbo_confirm: Êtes-vous sûr(e) ? + edit_mapping: Modifier le mapping pour %{preflabel} + show: + no_mappings_found: Aucun mapping trouvé + bulk_loader: + loader: + example_of_valid_file: Voir un exemple de fichier valide + save: Enregistrer + loaded_mappings: + mappings_created: "%{size} mappings créés avec succès" + id: ID + source: Source + target: Cible + relation: Relation + properties: Propriétés + actions: Actions + see_other_properties: Voir d'autres propriétés + + + agents: + not_found_agent: Agent avec id %{id} + add_agent: Nouvel agent ajouté avec succès + update_agent: Agent mis à jour avec succès + agent_usages_updated: Utilisations de l'agent mises à jour avec succès + agent_already_deleted: Agent %{id} déjà supprimé + agent_deleted_successfully: Agent %{id} supprimé avec succès + ontology_not_valid: "l'ontologie n'est pas valide, voici les erreurs : " + save: Sauvegarder + not_used: Non utilisé + see_usages_count: Voir les utilisations (%{count}) + delete: Supprimer + delete_error: "Impossible de supprimer cet %{agent} car encore utilisé" + turbo_confirm: Êtes-vous sûr ? + modal_title: "Utilisations de l'agent \"%{name}\"" + form: + type: Type + person: Personne + organization: Organisation + name: Nom + email: Email + acronym: Acronyme + homepage: Page d'accueil + creator: Créateur + identifiers: Identifiants + affiliations: Affiliations + index: + create_new_agent: Créer un nouvel agent + first_name: Prénom + usages: Utilisations + actions: Actions + no_agents: Il n'y a actuellement aucun agent. + + ontology_details: + sections: + classes: Classes + summary: Résumé + properties: Propriétés + instances: Instances + notes: Notes + mappings: Alignements + widgets: Widgets + sparql: SPARQL + concepts: Concepts + schemes: Schémas + collections: Collections + concept: + definitions: Définitions + id: ID + in_schemes: Dans les schémas + member_of: Membre de + no_preferred_name_for_selected_language: Pas de nom préféré pour la langue sélectionnée. + obsolete: Obsolète + preferred_name: Nom préféré + synonyms: Synonymes + type: Type + metadata: + additional_metadata: Métadonnées supplémentaires + header: + last_submission_date: Date de la dernière soumission le + + projects: + project_not_found: "Projet non trouvé : %{id}" + project_successfully_created: Projet créé avec succès + error_unique_acronym: Le projet avec l'acronyme %{acronym} existe déjà. Veuillez entrer un acronyme unique. + project_successfully_updated: Projet mis à jour avec succès + error_delete_project: "Échec de la suppression du projet : %{errors}" + project_successfully_deleted: Projet supprimé avec succès + contacts: Contacts + create_new_project: Créer un nouveau projet + created: Créé + creator: Utilisateur + delete_admin_only: Supprimer (admin seulement) + delete_confirm: Êtes-vous sûr ? + description: Description + description_text: Texte de la description + edit_text: Éditer + home_page: Page d'accueil + index: + intro: Parcourez une sélection de projets utilisant les ontologies de %{site} + institutions: Institutions + ontologies: Ontologies + project_description: Description du Projet + self: Projets + title: Liste des Projets + view_projects_help: Voir l'aide des projets + + show: + title: Projet %{name} + edit_project: Éditer le Projet + description: "Description :" + institution: "Institution :" + contacts: "Contacts :" + home_page: "Page d'accueil :" + ontologies_used: Ontologies utilisées + no_ontologies_associated: Aucune ontologie n'est actuellement associée à ce projet + + form: + errors_on_form: Erreurs sur le formulaire + name: "Nom : *" + acronym: "Acronyme : *" + administrators: "Administrateurs : *" + home_page: "Page d'accueil : *" + example: "Exemple :" + description: "Description :*" + select_ontologies: Sélectionner les ontologies utilisées + select_administrators: Sélectionner les administrateurs + + edit: + title: Édition du Projet %{name} + editing_project: Édition du projet + cancel: Annuler + update_project: Mettre à jour le Projet + + new: + title: Ajoutez votre projet + new_project: Nouveau projet + create_project: Créer le Projet + + recommender: + title: Recommandeur + intro: Obtenez des recommandations pour les ontologies les plus pertinentes à partir d'un extrait de texte ou d'une liste de mots-clés + options: Options + input: Entrée + text: Texte + keywords: Mots-clés + output: Sortie + ontologies: Ontologies + ontology_sets: Ensembles d'ontologies + hint: Collez un paragraphe de texte ou quelques mots-clés ... + weights_configuration: Configuration des poids + coverage: Couverture + acceptance: Acceptation + knowledge_detail: Détail des connaissances + specialization: Spécialisation + ontologies_configuration: Configuration des ontologies + max_ont_set: Nombre maximum d'ontologies par ensemble + select_ontologies: Sélectionner des ontologies + get_recommendations: Obtenir des recommandations + edit: Éditer + results_title: Ontologies recommandées + call_annotator: Appeler l'annotateur avec la même entrée + cite: Citer + results_table: + ontology: Ontologie + final_score: Score final + coverage_score: Score de couverture + acceptance_score: Score d'acceptation + detail_score: Score de détail + specialization_score: Score de spécialisation + annotations: Annotations + + register: + account_errors: 'Erreurs lors de la création de votre compte :' + confirm_password: Confirmez le mot de passe + create_account: Créer un nouveau compte + email: Email + first_name: Prénom + last_name: Nom + mailing_list: S'inscrire à la liste de diffusion de %{site} + accept_terms_and_conditions: Je reconnais et j'accepte + terms_and_conditions: les termes et conditions de %{site}. + optional: "(Optionnel)" + password: Mot de passe + title: S'inscrire + username: Nom d'utilisateur + + users: + account_successfully_created: Compte créé avec succès + account_successfully_updated: Compte mis à jour avec succès + user_deleted_successfully: Utilisateur supprimé avec succès + not_permitted: Non autorisé + error_saving_custom_ontologies: Erreur lors de l'enregistrement des Ontologies Personnalisées, veuillez réessayer + custom_ontologies_cleared: Ontologies Personnalisées effacées + custom_ontologies_saved: Ontologies Personnalisées enregistrées + subscribe_flash_message: "Vous vous êtes %{action} %{to_or_from} notre liste de diffusion : %{list}" + error_subscribe: Quelque chose s'est mal passé ... + validate_email_address: Veuillez entrer une adresse email + validate_password: Veuillez entrer un mot de passe + validate_password_confirmation: Votre mot de passe et la confirmation du mot de passe ne correspondent pas + recaptcha_validation: Veuillez remplir le texte approprié à partir de l'image fournie + validate_orcid: Veuillez entrer un ORCID valide. + validate_username: veuillez entrer un nom d'utilisateur valide + valid_email_adresse: Veuillez entrer une adresse email valide + validate_terms_and_conditions: L'acceptation des termes et conditions est requise, veuillez cocher la case pour continuer. + first_name_required: Le champ du prénom est requis + last_name_required: Le champ du nom est requis + index: + first_name: Prénom + last_name: Nom + username: Nom d'utilisateur + email: Email + roles: Rôles + ontologies: Ontologies + project: Projet + created: Créé le + actions: Actions + detail: Détail + delete: Supprimer + login_as: Se connecter comme + error_delete_message: Impossible de supprimer cet utilisateur car encore utilisé + turbo_confirm: Êtes-vous sûr ? + edit: + user_to_admin: Êtes-vous sûr de vouloir rendre cet utilisateur administrateur ? + admin_privileges: Êtes-vous sûr de vouloir révoquer les privilèges d'administrateur de cet utilisateur ? + errors_creating_account: "Erreurs lors de la création de votre compte :" + edit_information: Modifier les informations personnelles + first_name: Prénom + last_name: Nom + username: Nom d'utilisateur + email: Email + orcid_id: ID ORCID + github_id: ID Github + new_password: Nouveau mot de passe + confirm_password: Confirmer le mot de passe + change_password: Changer le mot de passe + show: + my_account: Mon compte + first_name: "Prénom :" + last_name: "Nom :" + username: "Nom d'utilisateur :" + email: "Email :" + orcid_id: "ID ORCID :" + github_id: "ID GitHub :" + mailing_list_subscription: Inscription à la liste de diffusion + mailing_list_description: S'inscrire à la liste de diffusion des annonces de %{portal}. + api_key_description: Votre clé API peut être utilisée pour accéder aux services Web de %{portal} + api_documentation: Documentation de l'API + custom_semantic_resource: Ensemble d'ontologies personnalisées + please: Veuillez + modify_custom_semantic_resource: | + visiter le site principal + pour modifier votre Ensemble d'ontologies Personnalisées. + customize_portal_display: "Personnalisez votre affichage sur %{portal} : Choisissez les ontologies que vous souhaitez voir sur %{portal}, les autres ontologies seront cachées." + select_semantic_resources: Sélectionner des ontologies + no_semantic_resources: Vous n'avez encore sélectionné aucune ontologie + note_feature_logged_in: "Note : cette fonctionnalité ne fonctionne que lorsque vous êtes connecté." + save_custom_semantic_resources: Sauvegarder les ontologies personnalisées + not_subscribed: Non abonné à aucune ontologie + submitted_semantic_resources: Ressources Ontologies + upload_semantic_resources: Télécharger ontologies + projects_created: Projets Créés + no_project_created: Aucun projet créé + unsubscribe: Se désabonner + subscribe: S'abonner + subscriptions: Abonnements + no_uploaded_resources: Vous n'avez encore téléchargé aucune ontologie + notes: Notes + + search: + no_search_class_provided: Aucune classe de recherche fournie + search_place_holder: Entrez un terme, par ex. hauteur de plante + advanced_options: + search_language: Langue de recherche + ontologies: Ontologies + include_in_search_title: Inclure dans la recherche + include_in_search_values: + property_values: Valeurs des propriétés + obolete_classses: Classes obsolètes + ontology_views: Vues d'ontologie + show_only_title: Afficher uniquement + show_only_values: + exact_matches: Correspondances exactes + classes_with_definitions: Classes avec définitions + show_advanced_options: Afficher les options + hide_advanced_options: Cacher les options + match_in: Correspondance dans + ontologies: ontologies + result_component: + details: Détails + visualize: Visualiser + more_from_ontology: de plus de cette ontologie + reuses_in: Réutiliser dans + + notes: + no_notes: Aucune note à afficher + filter_hide_archived: Masquer les archivés + new_class_proposal: Proposition de Nouvelle Classe + new_relationship_proposal: Proposition de Nouvelle Relation + change_property_value_proposal: Proposition de Changement de Valeur de Propriété + new_comment_added: Nouveau commentaire ajouté avec succès + note_deleted_successfully: Note %{note_id} a été supprimée avec succès + note_not_found: Note %{note_id} n'a pas été trouvée dans le système + comment: Commentaire + new_comment: + subject: Sujet + comment: Commentaire + save: Sauvegarder + new_proposal: + reason_for_change: Raison du changement + new_target: Nouvelle cible + old_target: Ancienne cible + relationship_type: Type de relation + property_id: ID de la propriété + new_value: Nouvelle valeur + old_value: Ancienne valeur + class_id: ID de la classe + label: Étiquette + synonym: Synonyme + definition: Définition + parent: Parent + save: sauvegarder + note_line: + alert_text: "Êtes-vous sûr de vouloir supprimer la note ''%{subject}'' créée par %{creator}?
Cette action NE PEUT PAS être annulée !!!" + delete: Supprimer + archived: archivé + comment: Commentaire + thread: + submitted_by: soumis par + reply: + about_note_decorator: à propos de %{note_decorator} + comment: Commentaire + save: sauvegarder + cancel: annuler + + ontolobridge: + problem_of_creating_new_term: "Problème de création d'un nouveau terme %{endpoint} : %{class} - %{message}" + new_term_instructions_saved: Instructions de demande de nouveau terme pour %{acronym} enregistrées + error_saving_new_term_instructions: Impossible d'enregistrer les nouvelles instructions de terme pour %{acronym} en raison d'une erreur serveur + + submissions: + filter: + all_formats: Tous les formats + sort_by_name: Trier par nom + sort_by_classes: Trier par nombre de classes + sort_by_instances_concepts: Trier par nombre d'instances/concepts + sort_by_submitted_date: Trier par date de soumission + sort_by_creation_date: Trier par date de création + sort_by_fair_score: Trier par score FAIR + sort_by_popularity: Trier par popularité + sort_by_notes: Trier par notes + sort_by_projects: Trier par projets + no_submissions_for_ontology: "Aucune soumission pour l'ontologie : %{ontology}" + submission_updated_successfully: Soumission mise à jour avec succès + save_button: Sauvegarder + id: ID + version: Version + actions: Actions + modified: Modifié + submitted: Soumis + download: Télécharger + toggle_dropdown: Basculer le menu déroulant + go_to_api: Aller à l'API + edit_button: Éditer + delete_submission_alert: + content_1: "Êtes-vous sûr de vouloir supprimer la soumission " + content_2: " pour l'ontologie " + content_3: " ?
Cette action est IRREVERSIBLE !!!" + + ontoportal_virtual_appliance: + problem_adding_account: "Problème lors de l'ajout du compte %{id} : le compte n'existe pas" + require_login: Vous devez être connecté pour accéder à cette section + title: Téléchargement de l'appliance virtuelle OntoPortal + intro_paragraph: + main: | + La distribution de l'appliance virtuelle OntoPortal contient une version pré-installée, + pré-configurée du logiciel open source NCBO couramment utilisé + sur un système d'exploitation Linux. + included_software: "Les logiciels suivants sont inclus dans l'image :" + ontologies_api: API des Ontologies (service REST) + annotator: Annotateur + recommender: Recommandeur + web_user_interface: Interface utilisateur web de BioPortal (incluant la visualisation d'ontologies, widgets et UI d'Annotateur) + see_documentation: Veuillez consulter notre + more_information: pour plus d'informations sur l'utilisation de l'Appliance. + download_button_text: Télécharger la dernière version d'OntoPortal + archives: + title: Archives + archival_distribution: | + L'appliance virtuelle OntoPortal 2.5 n'est plus proposée aux nouveaux + utilisateurs. Cette distribution d'archives est disponible uniquement en tant que sauvegarde pour + ceux qui se sont inscrits à l'Appliance avant juin 2020 + version: version 2.5 + admin_add_users: + title: "Admin : Ajouter des utilisateurs" + label_account_name: "Nom du compte :" + add_user_button: Ajouter un utilisateur + accounts_with_access: "Comptes avec accès" + export_users_link: "Exporter les utilisateurs de l'Appliance en CSV" + bioportal_user: ID utilisateur BioPortal + + submission_inputs: + edit_ontology_title: Edition de l'ontologie + metadata_selector_label: "Filtrer les propriétés à afficher" + metadata_selector_placeholder: "Commencez à taper pour sélectionner les propriétés" + administrators: Administrateurs + ontology_skos_language_link: Veuillez vous référer à la documentation pour plus de détails. + ontology_skos_language_help: > + Les vocabulaires SKOS soumis à %{portal_name} doivent suivre quelques contraintes (par exemple, contenir au minimum un skos:ConceptScheme également typé comme owl:Ontology) + et assertion de concept principal. %{link} + ontology_obo_language_link: le parser OBOinOWL. + ontology_obo_language_help: > + Les ontologies OBO soumises à %{portal_name} seront analysées par l'OWL-API qui intègre %{link} + Les triplets RDF résultants seront ensuite chargés dans le triple-store de %{portal_name}. + ontology_owl_language_link: le Protégé + ontology_owl_language_help: > + Les ontologies OWL soumises à %{portal_name} seront analysées par l'OWL-API. Une manière simple de vérifier si votre ontologie sera analysée est de l'ouvrir avec + %{link} + logiciel qui utilise le même composant. + ontology_umls_language_link: par l'outil UMLS2RDF. + ontology_umls_language_help: > + Les ressources UMLS-RRF sont généralement produites %{link} + groups: Groupes + visibility: Visibilité + accounts_allowed: Ajouter ou supprimer des comptes autorisés à voir cette ontologie dans %{portal_name}. + ontology_view_of_another_ontology: Cette ontologie est-elle une vue d'une autre ontologie ? + contact: Contact + equivalents: Équivalents + validators: Validateurs + help_text: Texte d'aide + contact_name: "Nom du %{name}" + contact_email: "Email du %{name}" + edit_metadata_instruction: "Modifiez les métadonnées de votre ontologie ici. Certaines de ces valeurs sont utilisées par les fonctionnalités de %{portal_name}, notamment pour l'évaluation de la FAIRness. %{link}" + edit_metadata_instruction_link: "Consultez ici les lignes directrices et recommandations pour les métadonnées." + license_help: "%{portal_name} nécessite une URI pour la licence. Si vous ne trouvez pas votre choix ici, %{link}" + license_help_link: "Veuillez choisir une URI à partir d'ici." + deprecated_help: "Une ontologie avec le statut 'retired' doit nécessairement être également dépréciée, mais pas l'inverse." + known_usage_help: "Considérez également de déclarer %{metadata_knownUsage_help}" + known_usage_help_link: "les projets utilisant l'ontologie" + help_creator: "Les propriétés suivantes prennent pour valeur un 'agent' dans %{portal_name} (soit une personne, soit une organisation). Ces agents sont partagés sur toutes les ontologies et sont suggérés avec l'autocomplétion s'ils existent déjà. Modifier un agent ici le modifiera pour toutes les ontologies auxquelles cet agent est impliqué." + version_help: "Pour plus d'informations sur la manière d'encoder les informations de version dans une ontologie, consultez %{link}" + version_helper_link: "les lignes directrices et recommandations." + instances: + id: ID + type: Type + label: Label + collections: + error_valid_collection: "Erreur : Vous devez fournir un identifiant de collection valide" + no_collections_alert: "%{acronym} ne contient pas de collections (skos:Collection)" + id: ID + preferred_name: Nom préféré + members_count: Nombre de membres + type: Type + + change_requests: + change_request_success_message: Votre demande de modification a été soumise avec succès ! Voir le %{url} sur GitHub. + label: Étiquette + type: Type + comment: Commentaire + close: Fermer + submit: Soumettre + + check_resolvability: + check_resolvability_message_1: "L'URL est résolvable et supporte les formats suivants : %{supported_format}" + check_resolvability_message_2: "L'URL est résolvable mais n'est pas négociable en contenu, supporte uniquement : %{supported_format}" + check_resolvability_message_3: L'URL n'est pas résolvable et n'est pas négociable en contenu (retourne %{status}). + uri_placeholder: Tapez une URI pour tester sa résolvabilité + show_help: Afficher l'aide + format_not_specified: Format non spécifié + how_it_works: + title: Comment ça fonctionne + content_1: | + L'outil de vérification de la résolvabilité vous permet de tester si une URL donnée est résolvable. Il est basé sur la méthode HTTP HEAD. + Nous vérifions la résolvabilité d'une URL en envoyant une requête HEAD à l'URL et en vérifiant si le code de statut de la réponse est 200 (OK) et + si le type de contenu retourné est égal à l'un des %{resolvability_formats} suivants. + content_2: | + Nous avons un délai d'attente fixé à %{resolvability_timeout} secondes, donc si l'URL n'est pas résolvable dans ce délai, la vérification échouera. + Et un nombre maximal de redirections fixé à %{resolvability_max_redirections}, donc si l'URL n'est pas résolvable dans ce nombre de redirections, la vérification échouera. + resolving_uri: + title: Résolution d'une URI + content: | + Dans le contexte du web sémantique, la déréférenciation se réfère au processus de résolution et d'obtention des données réelles associées à un identifiant de ressource uniforme (URI). En termes plus simples, cela implique de suivre un lien représenté par une URI/IRI pour récupérer des informations ou des ressources liées à cet identifiant. + Dans le Web sémantique, les URI sont utilisées pour identifier de manière unique les ressources, et la déréférenciation permet aux systèmes d'accéder et de récupérer des données liées à ces ressources. Lorsqu'une URI/IRI est déréférencée, cela conduit généralement à la récupération de données RDF (Resource Description Framework) ou d'autres informations structurées qui décrivent la ressource dans un format lisible par machine. Cela permet aux systèmes de comprendre et de traiter le sens des données liées, facilitant l'échange et l'intégration d'informations sur le web. + content_negotiation: + title: Négociation de contenu + content: | + La négociation de contenu, dans le contexte du Web sémantique, fait référence au mécanisme par lequel deux parties communicantes, telles qu'un client et un serveur, s'accordent sur la représentation la plus appropriée d'une ressource pendant le processus de déréférenciation d'une URI ou IRI. Cette négociation vise à assurer une communication efficace entre différents systèmes qui peuvent préférer différents formats de données ou langues. + En d'autres termes, lorsqu'un client demande une ressource en déréférençant une URI, il indique ses préférences pour le format ou la langue des données de réponse à travers des en-têtes HTTP ou d'autres mécanismes de négociation. Le serveur, à son tour, examine ces préférences et sélectionne la représentation la plus appropriée de la ressource en fonction de ce qui est disponible. + différents formats peuvent être convenus entre un client et un serveur lors de l'accès aux données liées. Les formats courants incluent : + + RDF/XML : représentation basée sur XML des données du Framework de Description de Ressource. + Turtle : format de sérialisation lisible par l'homme pour RDF. + JSON-LD : format basé sur JSON pour les données liées. + N-Triples et N-Quads : formats de texte pour exprimer des triplets et quads RDF. + HTML : langage de balisage pour les pages web, également utilisé pour intégrer des données RDF. + RDFa : intégration de données RDF dans HTML ou XML à l'aide d'attributs. + Résultats de requête SPARQL XML et JSON : formats pour représenter les résultats de requête SPARQL. + + errors: + error_message: Nous sommes désolés mais quelque chose a mal tourné. + notification_error: Nous avons été informés de cette erreur. + go_home_button: Aller à l'accueil + send_feedback_button: Envoyer un retour + not_found_page: Page non trouvée + + schemes: + error_valid_scheme_id: "Erreur : Vous devez fournir un identifiant de schéma valide" + no_main_scheme_alert: aucun schéma principal défini dans l'attribut URI + no_schemes_alert: "%{acronym} ne contient pas de schémas (skos:ConceptScheme)" + id: ID + preferred_name: Nom préféré + type: Type + + fair_score: + fairness_unreachable_warning: Problème d'accès au service FAIRness + go_to_api: Aller à l'API + mod_link: MOD1.4 + see_the_used_properties: voir les propriétés utilisées + metadata_properties: Les propriétés de métadonnées listées ci-dessous sont extraites de %{mod_link}. + ontology_repository: Ce dépôt d'ontologies implémente %{mod_link} mais n'encode pas nécessairement les métadonnées avec les mêmes propriétés (%{submission_link}). + see_possible_credits: Voir les crédits possibles + see_metadata_used_properties: Voir les propriétés de métadonnées utilisées + not_found: non trouvé + "null": "null" + view_fair_scores_definitions: "Vous voyez le score d'évaluation de l'équité FAIR pour cette ontologie dans AgroPortal. Les scores FAIR sont calculés avec la méthodologie O'FAIRe. Plus de détails ici : https://github.com/agroportal/fairness" + + ontologies_metadata_curator: + #bulk_edit: Commencer l'édition en masse + #use_the_bulk_edit: Pour utiliser l'édition en masse, sélectionnez dans le tableau les soumissions (les lignes) et les propriétés de métadonnées (les colonnes) que vous souhaitez éditer + start_the_bulk_edit: Sélectionnez dans le tableau les soumissions (lignes) et les propriétés de métadonnées (colonnes) pour commencer l'édition en masse + alert_success_submissions: Les soumissions ont été mises à jour avec succès + ontologies: Ontologies + get_values: Obtenir les valeurs + select_ontologies_and_metadata: sélectionner les ontologies et les propriétés de métadonnées + include_all_submissions: Inclure toutes les soumissions + apply_the_change_for_all: Appliquer le changement pour tous + update_the_current_displayed_content: "mettra à jour le contenu actuellement affiché pour toutes les soumissions suivantes :" + save: Sauvegarder + + ontologies: + showing_ontologies_size: "Affichage de %{ontologies_size} sur %{analytics_size}" + filters: Filtres + no_license: Pas de licence + view_license: Voir la licence + access_rights_information: Informations supplémentaires sur la licence et les droits d'accès + referred_to: Peut également être désigné comme + private_ontology: Ontologie Privée + formality_levels: Niveaux de formalité + categories: Catégories + groups: Groupes + ontology_types: Types d'ontologies + natural_languages: Langues naturelles + showing: Affichage + metadata_properties: des propriétés de métadonnées de %{acronym} sont remplies + home_page: Page d'accueil + ontology_processing_failed: "Le traitement de l'ontologie a échoué, avec les statuts actuels : %{status}" + ontology_parsing_succeeded: "L'analyse de l'ontologie a réussi, mais certaines étapes de traitement ont échoué, voici les statuts actuels : %{status}" + upload_an_ontology: Téléchargez une ontologie. Des sections comme %{ontology} seront disponibles une fois terminées. + new_ontology_is_processing: L'ontologie est en cours de traitement. Des sections comme %{ontology} seront disponibles une fois le traitement terminé. + ontology_is_processing: L'ontologie est en cours de traitement. Des sections comme %{ontology} seront mis a jours une fois le traitement terminé. + contact_support: Contacter le support + edit_natural_languages: Modifier les langues naturelles de %{acronym} + edit_available_languages: Cliquez ici pour modifier les langues disponibles + add_new_submission: Ajouter une nouvelle soumission + edit_metadata: Modifier les métadonnées + projects_using_ontology: Projets utilisant %{acronym} + create_new_project: Créer un nouveau projet + no_projects_using_ontology: Aucun projet n'utilise %{acronym} + outside: extérieur + relation_with_other_ontologies: Relation avec d'autres ontologies soit à l'intérieur soit à l'extérieur + ontology_search_prompt: 'Rechercher une ontologie ou un terme (par exemple, hauteur de plante)' + views: Vues + create_new_view: Créer une nouvelle vue + expand_all: Tout déplier + collapse_all: Tout replier + administrator: "Administrateur :" + create_new_view_submission: créer une nouvelle soumission de vue + description: "Description :" + definition: "Définition :" + created_by: "Créé par :" + submission: Soumission + release_date: Date de publication + upload_date: Date de téléchargement + downloads: Téléchargements + admin_links: Liens administratifs + edit_link: Éditer + no_views: Aucune vue disponible pour %{acronym}. + fairness_assessment_questions: Questions d'évaluation FAIR O'FAIRe + see_details: Voir les détails + collecting_data: Nous collectons encore des données pour %{acronym} + location: Emplacement + allow_users: Permettre aux utilisateurs de voir uniquement le résumé de la métadonnée de votre ontologie. + metadata_only: Métadonnées uniquement (Pas de fichier) + load_from_url: Charger depuis une URL + new_versions_loaded: De nouvelles versions chargées chaque nuit. + upload_local_file: Télécharger un fichier local + ontology_submitted: Ontologie soumise avec succès ! + users_can_see: Les utilisateurs peuvent maintenant voir + your_ontology: votre ontologie + exploring_and_searching: | + dans notre liste d'ontologies mais ils ne peuvent pas l'explorer ou la rechercher. Pour permettre l'exploration et la recherche, + veuillez télécharger une version complète de votre ontologie. + submitting_ontology_view: Merci d'avoir soumis votre vue d'ontologie à %{site}. + submitting_ontology: Merci d'avoir soumis votre ontologie à %{site}. + processing_message: | + Nous allons maintenant mettre votre ontologie dans la file d'attente pour être traitée. Veuillez garder à l'esprit que cela peut prendre plusieurs + heures avant que les utilisateurs de %{site} puissent explorer et rechercher votre ontologie. + notification_message: "Lorsque votre ontologie sera prête à être consultée, vous recevrez une notification par email et elle sera disponible ici :" + contact_support_at: "Si vous avez des questions ou des problèmes, veuillez envoyer un email à l'équipe de support de %{site} à :" + collecting_data_message: Nous collectons encore des données pour %{acronym} + submit_new_ontology: Soumettre une nouvelle ontologie + go_to_api: Aller à l'API + details: Détails + general_information: Informations générales + dates_and_contacts: Dates et contacts + uri: URI + change_notes: Notes de changement + modification_date: Date de modification + date_of_original_creation: Date de création originale + concepts_browsers: + select_scheme: Veuillez sélectionner un schéma à afficher + missing_roots: Racines manquantes pour %{acronym} (skos:topConceptOf) + select_collection: Veuillez sélectionner une collection à afficher + placeholder_jump: Aller à + label_jump: "Aller à :" + filter: Filtre + browser: + admin_welcome: Bienvenue admin, cette coloration indique les fonctionnalités réservées aux administrateurs + show_private_ontology: Afficher uniquement les ontologies privées + show_ontology_views: Afficher les vues d'ontologie + show_retired_ontologies: Afficher les ontologies abandonner + search_placeholder: Commencez à taper pour filtrer les ontologies, par ex., AGROVOC... + sections: + classes: Classes + individuals: Individus + properties: Propriétés + maximum_depth: Profondeur maximale + maximum_number_of_children: Nombre maximum d'enfants + average_number_of_children: Nombre moyen d'enfants + classes_with_a_single_child: Classes avec un seul enfant + classes_with_more_than_25_children: Classes avec plus de 25 enfants + classes_with_no_definition: Classes sans définition + identifiers: Identifiants + identifiers_tooltip: Identifiants principaux de l'ontologie. + dates: Dates + person_and_organization: Personnes et organisations + other_links: Autres liens + info_tooltip_links: Propriétés de métadonnées qui mettent en évidence les liens permettant l'accès aux ensembles de données, le téléchargement de ressources sémantiques, etc. + projects_and_usage_information: Informations sur les projets et l'utilisation + info_tooltip_projects: Détails concernant l'utilisation de l'ontologie. + methodology_and_provenance: Méthodologie et provenance + community: Communauté + content: Contenu + info_tooltip_properties_dropdown: Propriétés de métadonnées englobant principalement la conception, les méthodes et les actions pour créer l'ontologie. Cela inclut des éléments tels que les outils et logiciels utilisés par le créateur de l'ontologie lors de sa configuration. + visits: Visites + views: Vues de %{acronym} + create_new_view: Créer une nouvelle vue + configuration_metadata: Métadonnées de configuration + info_tooltip_configuration: Regroupe toutes les propriétés de métadonnées utilisées par le portail pour configurer le comportement de la ressource + label_groups: Groupes + download_as_csv: Télécharger en CSV + scroll_down_to_see_more: Faites défiler vers le bas pour en voir plus + widgets: Les widgets ne sont disponibles que pour les ontologies stockées dans %{site}. + add_acronym_widgets: Ajouter des widgets web %{acronym} à votre site + widget_block_component_title_1: Aller à + widget_block_component_description_1: Tapez un nom de classe de %{acronym} et allez-y dans %{site} + download: Téléchargez le + put_on_server: et mettez-le sur votre serveur. + copy_and_paste: Copiez le code ci-dessous et collez-le sur votre page HTML + note: "Note :" + use_quick_jump: Si vous souhaitez utiliser Quick Jump pour plusieurs ontologies + enter_list_of_ontologies: Vous pouvez entrer une liste d'identifiants d'ontologie séparés par des virgules + set_the_variable: "Vous pouvez régler la variable sur 'all' pour rechercher dans toutes les ontologies de %{site} :" + include_definitions: "Pour inclure des définitions dans le menu déroulant Aller à, ajoutez la variable suivante en Javascript :" + info_pasted_code: Dans le code que vous venez de coller, assurez-vous de changer le chemin vers le fichier quick_jump.js pour le pointer vers l'emplacement où vous avez mis le fichier (relatif à votre fichier HTML) + example_to_use_code: "Par exemple, si vous mettez le fichier quick_jump.js dans le même répertoire que votre fichier HTML, voici le code que vous utiliseriez :" + help_visit: Pour plus d'aide, visitez + widget_block_component_title_2: Autocomplétion + widget_block_component_description_2: Remplissez vos champs de formulaire avec des classes de %{acronym} + example_1: Exemple 1 (commencez à taper le nom de la classe pour obtenir son URI complet) + example_2: Exemple 2 (obtenez l'ID d'une classe) + example_3: Exemple 3 (obtenez le nom préféré d'une classe) + include_file: Dans l'en-tête de la page où vous souhaitez le champ de formulaire, incluez le + use_widget: "Sur votre formulaire, pour les champs où vous souhaitez utiliser le widget de sélection de classe, spécifiez la classe du champ dans le format suivant :" + for_example: Par exemple, + use_ontology: utilisera NCI Thesaurus (l'identifiant de l'ontologie est NCIT) et mettra l'URI de la classe dans le champ après que l'utilisateur ait sélectionné la classe dans la liste déroulante. + use_list: "En plus des identifiants d'ontologie uniques, vous pouvez utiliser une liste :" + or: OU + use_all_to_search: "utilisez 'all' pour rechercher dans toutes les ontologies de %{site} :" + autocomplete_widget_accesses: Le widget d'autocomplétion accède au contenu de l'ontologie de la dernière version de l'ontologie. + use_following_parameters: "Vous pouvez utiliser les paramètres suivants pour sélectionner quelle valeur sera placée dans le champ de saisie visible par l'utilisateur :" + uri: uri + shortid: shortid + name: nom + class_uri_description: "Mettez l'URI complet de la classe (par exemple," + class_uri_example: 'mettez l’URI complet de la classe (par exemple, %{link})' + class_shortid_description: mettez l'identifiant court de la classe, tel qu'utilisé dans %{site} (par exemple, "Common_Neoplasm"); + class_name_description: mettez le nom préféré de la classe (par exemple, "Common Neoplasm"); + hidden_elements_description: "En plus de l'élément de saisie que vous avez défini, quatre éléments de formulaire cachés sont créés puis définis lorsque l'utilisateur sélectionne une classe dans la liste. Par exemple, si vous créez un champ avec ce code :" + hidden_elements_example: "L'attribut 'name' est utilisé pour créer les quatre champs suivants (notez comment le 'a' de l'attribut name est ajouté à l'attribut id) :" + additional_parameters: Les paramètres supplémentaires sont documentés sur le + more_help_visit: Pour plus d'aide, visitez + widget_block_component_title_3: Visualisation + widget_block_component_description_3: Affichez une visualisation pour une classe donnée dans %{acronym} + widget_block_component_title_4: Widget Arbre + widget_block_component_description_4: Affichez un arbre de classe avec un champ de recherche pour %{acronym} + can_also_view: Vous pouvez également voir une + detailed_demonstration: démonstration détaillée + ncbo_widget_wiki: Wiki des Widgets NCBO + file: fichier. + no_class_concept_found: Aucune classe/concept trouvé + instances_search_placeholder: Rechercher une instance dans %{acronym} + properties_search_placeholder: Rechercher une propriété dans %{acronym} + schemes_search_placeholder: Rechercher un schéma dans %{acronym} + collections_search_placeholder: Rechercher une collection dans %{acronym} + + metadata: + fair_score_title: Score FAIR + total_score: "Score total : %{score} ( %{normalized_score}%)" + + metrics: Métriques + metrics_link_title: Informations et diagrammes d'évolution sur les métriques et autres mesures de l'ontologie. + see_all_metrics: Voir toutes les métriques de %{acronym} + show_modal_title_1: Toutes les métriques de %{acronym} + not_calculated_metrics: Nous n'avons pas encore calculé de métriques pour %{acronym} + show_modal_title_2: "Évolution du nombre de %{metric} dans %{acronym} par soumissions." + + submissions: Soumissions + submissions_link_title: Ensemble de tous les fichiers qui ont été soumis à %{site}. Chaque enregistrement de métadonnées précédent est accessible mais seul le contenu du dernier fichier analysé est accessible via les services de %{site} + + relations_network: Réseau de relations des ontologies + + general_information: Informations générales + initial_created_on: Créé initialement le + additional_information: Pour des informations supplémentaires, contactez + categories_and_subjects: Catégories et sujets + keywords_and_classes: Mots-clés et classes + languages: Langues + pull_location: Emplacement de tirage + export_metadata: Exporter toutes les métadonnées + abstract: Résumé + description: Description + + htaccess_modal_title: "Règles de redirection pour l'ontologie %{acronym}" + instructions_servers: Instructions pour les servers %{server} + htaccess_redirection_description: "Nous proposons une solution transparente pour rendre les URI de votre ontologie résolubles et le contenu négociable en autorisant la redirection d'URL de vos URI d'ontologie vers nos URI d'Agroportal. Pour faciliter ce processus, nous vous avons fourni un ensemble de règles de réécriture .htaccess. En suivant les instructions simples ci-dessous, vous serez en mesure de mettre en œuvre ces règles rapidement et efficacement, garantissant ainsi une redirection fluide" + + redirection_note: > + Cette redirection fonctionne uniquement pour les uri sous la forme: url/path/resource_id. + Cela ne fonctionnera pas pour les URIS sous la forme: url/path/to/something#resource_id OR url/path/to/something:resource_id + htaccess_redirection: + instruction_1: "Accéder au fichier .htaccess:" + instruction_1_content: "Localisez le fichier .htaccess dans le répertoire racine de votre site Web, s'il n'existe pas, créez-en un. Ce fichier contrôle le comportement de votre serveur Web et est souvent utilisé pour la réécriture et la redirection d'URL" + instruction_2: "Copiez et collez les règles de redirection dans le fichier .htaccess:" + instruction_2_content: "Copiez les règles de redirection fournies dans le rectangle noir. Ouvrez le fichier .htaccess et collez les règles de redirection copiées dans le fichier" + instruction_3: "Activer le module de réécriture (Linux):" + instruction_3_content: "vous devrez vous assurer que le module Apache appelé 'rewrite' est activé en exécutant la commande `sudo a2enmod rewrite`" + + nginx_redirection: + instruction_1: "Accéder au fichier de configuration Nginx:" + instruction_1_content: "L'emplacement de ce fichier peut varier en fonction de votre système, mais les emplacements courants incluent /etc/nginx/nginx.conf, /etc/nginx/sites-available/default ou /usr/local/etc/nginx/nginx. conf." + instruction_2: "Localisez le bloc de serveur ou le bloc d'emplacement dans lequel vous souhaitez activer la réécriture d'URL:" + instruction_2_content: "C'est généralement dans le bloc serveur { ... }." + instruction_3: "Copier et coller les règles de redirection:" + instruction_3_content: "Copiez les règles de redirection fournies dans le rectangle noir. Dans le bloc approprié, ajoutez les règles copiées pour activer la réécriture d'URL" + instruction_4: "Testez la configuration pour les erreurs de syntaxe:" + instruction_4_content: "Exécutez la commande suivante pour tester la configuration de redirection `sudo nginx -t`" + instruction_5: "Redémarrez Nginx pour appliquer les modifications:" + instruction_5_content: "Redémarrez le serveur nginx pour appliquer la redirection à l'aide de cette commande `sudo systemctl reload nginx`" + + + + + components: + check_resolvability: vérification de la résolvabilité... + error_block: le bloc child_data_generator n'a pas fourni tous les arguments enfants + empty_field: Les champs %{properties} sont vides + save_button: Sauvegarder + cancel_button: Annuler + go_to_api: Aller à l'API + file_input_message: Déposez votre fichier ici ou, parcourez les fichiers sur votre appareil. + all_languages: Toutes les langues + select_language: Sélectionnez une langue + back: Retour + next: Suivant + finish: Terminer + creative_commons_license: Licence Creative Commons + open_source_license: Licence Open Source + show_more: "+ Afficher plus ..." + show_less: "- Afficher moins ..." + fair_score: Score FAIR + details_details: Détails FAIR ... + projects: projets + notes: notes + concepts: concepts + instances: instances + classes: classes + submitted: Soumis + by: par + creation_date: Date de création %{date} + view_of_the_ontology: "Vue de l'ontologie %{ontology}" + view: Vue + debug: Débogage + loading: Chargement + unwatch: Ne plus surveiller + watch: Surveiller + resource: "%{sub_text} cette ressource" + notified_of_all_updates: Soyez le premier à surveiller cette ressource et soyez informé de toutes ses mises à jour + join_the_count: Rejoignez les %{count} utilisateurs, surveillant cette ressource et soyez informé de toutes ses mises à jour + see_more: Voir plus... + see_less: Voir moins... + tree_view_empty: Pas de résultat + copy_original_uri: Copier l'URI d'origine + copy_portal_uri: Copier l'URI de %{portal_name} + + properties: + id: ID + type: Type + preferred_name: Nom préféré + definitions: Définitions + parent: Parent + no_properties_alert: "%{acronym} ne contient pas de propriétés" + + visits: + ontology_visits: Visites de l'ontologie + name: nom + visits: visites + + ontologies_selector: + clear_selection: Effacer la sélection + ontologies_advanced_selection: Sélection avancée des ontologies + search_hint: Filtrer les ontologies... + show_ontology_view: Afficher les vues d'ontologie + hide_retired_ontologies: Masquer les ontologies abandonner + tabs_title: + categories: Catégories + groups: Groupes + format: Format + natural_languages: Langues naturelles + formality_levels: Niveaux de formalité + ontology_types: Types d'ontologie + select_all: Tout sélectionner + cancel: Annuler + apply: Appliquer + unselect_all: Tout désélectionner + + tools: + search: + title: "Rechercher du contenu (à venir)" + description: > + Cet outil/service permet aux utilisateurs de rechercher n'importe quel élément du Cadre de Description des Ressources (RDF) dans le portail. + Les utilisateurs peuvent rechercher soit par l'identifiant unique (URI) associé à l'élément RDF, soit par son libellé. + Il facilite la navigation efficace et la récupération d'éléments RDF spécifiques, améliorant ainsi l'expérience utilisateur et la productivité au sein du portail. + + converter: + title: "Convertisseur de contenu (à venir)" + description: > + L'outil/service de conversion de contenu offre la possibilité de convertir n'importe quel élément RDF en divers formats tels que RDF/XML, Turtle, Ntriples ou JSON. + Cette fonctionnalité permet aux utilisateurs de transformer les données RDF en formats adaptés à différents usages ou compatibles avec divers systèmes et applications. + Il favorise l'interopérabilité et la flexibilité dans la manipulation des données RDF au sein de l'écosystème du portail. + + url_checker: + title: "Vérificateur de résolvabilité d'URI" + description: > + Cet outil/service vérifie la résolvabilité des Identifiants Uniformes de Ressource (URI) et leur négociabilité de contenu. + Il vérifie si un URI donné est accessible et si le contenu associé peut être négocié en fonction des préférences du client. + Cette fonctionnalité garantit la fiabilité et l'accessibilité des ressources liées dans l'écosystème RDF, aidant ainsi à maintenir l'intégrité des données et facilitant l'intégration transparente avec des ressources externes. + + diff --git a/config/locales/it.yml.sample b/config/locales/it.yml.sample new file mode 100644 index 000000000..c2052752a --- /dev/null +++ b/config/locales/it.yml.sample @@ -0,0 +1,424 @@ +--- +it: + activaterecord: + errors: + models: + license: + attributes: + encrypted_key: + invalid_license_key: is an invalid license key + no_appliance_id_for_comparison: Could not be validated. Unable to retrieve virtual appliance ID. + appliance_id_mismatch: is an appliance id mismatch + + # Configurare il termine di risorsa 'ontology' nell'intero portale in modo che possa essere sostituito da alternative come 'semantic_resource', 'vocabulary', 'terminology', o 'semantic_artefact' + resource_term: + ontology: ontologia + ontology_plural: ontologie + ontology_single: un'ontologia + + semantic_resource: risorsa semantica + semantic_resource_plural: risorse semantiche + semantic_resource_single: una risorsa semantica + + vocabulary: vocabolario + vocabulary_plural: vocabolari + vocabulary_single: un vocabolario + + terminology: terminologia + terminology_plural: terminologie + terminology_single: una terminologia + + semantic_artefact: artefatto semantico + semantic_artefact_plural: artefatti semantici + semantic_artefact_single: un artefatto semantico + + date: + formats: + year_month_day_concise: "%Y-%m-%d" # 2017-03-01 + month_day_year: "%b %-d, %Y" # Mar 1, 2017 + monthfull_day_year: "%B %-d, %Y" # March 1, 2017 + + additional_parameters: Parametri aggiuntivi spiegati in + admin: + licenses: + create: + success: Licenza rinnovata con successo! + all: Tutti + annotator: + annotate_text_prompt: Inserire o incollare il testo da annotare + annotations_result: Annotazioni + fast_context: Contesto veloce + filters: + confidence_threshold: Soglia di confidenza del filtro + confidence_threshold_help: Specificare la posizione minima nella distribuzione + dei punteggi (tra 1 e 100) + exclude_numbers: Escludere i numeri + exclude_synonyms: Escludere sinonimi + include_mappings: Includere le mappature + match_longest_only: Solo la partita più lunga + match_partial_words: Riconoscere parole parziali + max_hierarchy_level: Includere gli antenati fino al livello + score: Includere il punteggio + score_help: Punteggio delle annotazioni secondo la precedente misura NCBO 2009 + (old) o Punteggio delle annotazioni secondo la misura C-Value (cvalue) o Punteggio + delle annotazioni secondo la misura C-Value con espansione gerarchica (cvalueh) + score_threshold: Filtrare per soglia di punteggio + score_threshold_help: Specificare il valore minimo del punteggio per le annotazioni + get_annotator: Ottenere le annotazioni + index: + fast_context: + tooltip: 'Abilita FastContext a rilevare: se un concetto è stato negato (affermato, + negato), chi ha sperimentato il concetto trovato (paziente, altro), quando + si è verificato il concetto annotato (recente, storico, ipotetico), e/o + se il concetto annotato è incerto (certo, incerto).' + intro: Ottenere annotazioni per un testo biomedico con classi ontologiche + lemmatize: + tooltip: Abilita Lemmatize per lemmatizzare il testo inviato e utilizzare + un dizionario lemmatizzato per le annotazioni + sample_text: Il melanoma è un tumore maligno dei melanociti che si trova principalmente + nella pelle, ma anche nell'intestino e nell'occhio. + lemmatize: Lemmatizzare + results_filtered_by: I risultati sono filtrati da + select: Selezionare %{name} + start_typing_to_select: Iniziare a digitare per selezionare %{type} o lasciare + in bianco per utilizzare tutti i dati + title: Annotatore + umls: + semantic_groups: Gruppi semantici UMLS + semantic_types: Tipi semantici UMLS + certainty: Certezza + class: Classe + clear_selection: Azzeramento della selezione + concepts: + request_term: + new_term_instructions: | +

Questa ontologia si integra con OntoloBridge, permettendo agli utenti della comunità di suggerire aggiunte all'ontologia pubblica. Compilare il modello sottostante per inviare una richiesta di termine direttamente al gestore dell'ontologia.

+
+

Etichetta del termine (obbligatorio)
Nome del termine suggerito. Se un termine può essere descritto con più di un sinonimo, inserire qui solo il nome preferito.

+
+
+

Descrizione del termine (obbligatorio)
Breve definizione, descrizione o uso del termine suggerito. In questa sezione si possono elencare i sinonimi di altri termini.

+
+
+

Superclasse (obbligatorio)
Il termine padre del termine suggerito. Il termine genitore deve essere una voce esistente nell'ontologia corrente. La superclasse può essere selezionata direttamente dall'albero delle classi del Bioportale.

+
+
+

Riferimenti (facoltativo)
Fornire prove dell'esistenza del termine richiesto, come ID Pubmed di articoli o link ad altre risorse che descrivono il termine.

+
+
+

Giustificazione (opzionale)
Fornisci qui qualsiasi informazione aggiuntiva sul termine richiesto.

+
+ context: Contesto + coverage: Copertura + filter: Filtro + format_results: Formatta i risultati come + get_json_version: Ottenere la versione json + get_recommendations: Raccomandazioni + help: Aiuto + home: + agroportal_figures: "%{site} in cifre:" + benefit1: Scoprite nuove intuizioni e connessioni esplorando le altre ontologie + presenti nel repository. + benefit2: Contribuite alla crescita e allo sviluppo del vostro dominio aggiungendo + nuovi concetti e categorie. + benefit3: Utilizzate il controllo di versione per gestire le modifiche alla vostra + ontologia nel tempo e collaborare con altri utenti. + benefit4: Ottenere feedback e suggerimenti da altri utenti che possono rivedere + e commentare la vostra ontologia. + benefit5: Ottenere il punteggio e le metriche FAIR per l'ontologia. + fair_details: Vedi dettagli + fairness: Punteggi FAIR + get_annotations: Ottenere le annotazioni + get_recommendations: Raccomandazioni + index: + tagline: La casa dei vocabolari e delle ontologie in agronomia e nei campi correlati. + title: Benvenuti alla %{site} + welcome: Benvenuti al %{site}, + ontology_upload: Volete caricare un'ontologia? + ontology_upload_benefits: 'Caricando la propria ontologia su %{site}, è possibile:' + ontology_upload_button: Caricare l'ontologia + discover_ontologies_button: Scopri le ontologie + ontology_upload_desc: Caricare un'ontologia è un modo per condividere la propria + conoscenza del dominio con altri. + paste_text_prompt: Incollare un paragrafo di testo o alcune parole chiave ... + recommender_annotator: Raccomandatore e annotatore + support_and_collaborations: Supporto e collaborazioni + ontoportal_instances: Istanze di Ontoportal + twitter_news: Notizie + + input: Ingresso + insert_sample_text: Inserire un testo di esempio + keywords: Parole chiave + keywords_separated_by_commas: Parole chiave separate da virgole + knowledge_detail: Dettaglio della conoscenza + landscape: + average_metrics: Metriche medie + category: Categoria + filter_network: Rete di filtraggio + funding_endorsing_organizations: Organizzazioni che finanziano e sostengono il + maggior numero di ontologie + group: Gruppo + groups_and_categories: Gruppi e categorie + intro: Visualizza il panorama di tutte le ontologie su %{site} tramite l'aggregazione dei metadati. + more_properties_charts: Altri grafici delle proprietà + most_active_ontologies: Le ontologie più attive + most_active_organizations: Le organizzazioni più attive + most_active_people: Le persone più attive + most_active_people_as_reviewer: Le persone più attive come recensori + most_mentioned_people: Le persone più citate come contatto, creatore, collaboratore + o curatore + most_mentioned_people_as_reviewer: Persone che hanno pubblicato note, recensioni + e progetti + ontologies_activity_on: Attività ontologica su %{site} + ontologies_by: Ontologie per %{type} + ontologies_contributors: Contribuenti allo sviluppo dell'ontologia + ontologies_count_by_catalog: Numero di ontologie in ogni catalogo di dati + ontologies_formats: Formato utilizzato + ontologies_languages: Linguaggi naturali delle ontologie + ontologies_licenses: Licenze utilizzate dalle ontologie + ontologies_with_notes_reviews_projects: Ontologie con note, recensioni e progetti + ontology_fairness_evaluator: Valutatore di ontologia FAIR (O'FAIRe) + ontology_formality_levels: Livelli di formalità delle ontologie + ontology_properties_pie_charts: Grafici a torta per le proprietà utilizzate nelle + ontologie + ontology_relations_network: Rete di relazioni ontologiche + ontology_tools: Strumenti più utilizzati per costruire ontologie + owl_ontology_author_uris: URI per le proprietà dell'autore utilizzate per le ontologie + OWL + owl_ontology_definition_uris: URI per le proprietà di definizione utilizzate per + le ontologie OWL + owl_ontology_preflabel_uris: URI per le proprietà prefLabel utilizzate per le + ontologie OWL + owl_ontology_synonym_uris: URI per le proprietà dei sinonimi utilizzati per le + ontologie OWL + properties_usage_proportion: La percentuale di utilizzo delle proprietà tra le + ontologie memorizzate + properties_use: Uso della proprietà + relations_between_stored_ontologies: Relazioni tra le ontologie memorizzate nel + portale + size: Dimensione + title: "%{site} Paesaggio" + layout: + header: + account_setting: Impostazioni dell'account + annotator: Annotatore + browse: Sfogliare + documentation: Documentazione + help: Aiuto + landscape: Paesaggio + login: Accesso + logout: logout + mappings: Mappature + publications: Pubblicazioni + release_notes: Note di rilascio + search_prompt: Cerca in %{portal_name} ... + submit_feedback: Invia un feedback + support: supporto + login: + enter_email: Inserisci il tuo indirizzo e-mail + enter_password: Inserire la password + forgot_password: Hai dimenticato la password? + invalid_login: Errori nel modulo + no_account: Non avete un account? + password: Password + register: Registro + title: Accesso + username_or_email: Nome utente o e-mail + mappings: + find_mappings: Trovare le mappature di una classe/concetto + intro: Sfogliare le mappature tra classi di diverse ontologie + loading_mappings: Caricamento delle mappature... + mappings_bulk_load: Mappatura del carico massivo + no_mappings_available: Nessuna mappatura disponibile + title: Corrispondenze + upload_mappings: Caricare le mappature + matched_class: Classe abbinata + matched_ontology: ontologia abbinata + max_ontologies_per_set: Numero massimo di ontologie per set + nbco_annotatosplus: + annotations: Annotazioni + enter_paste_text_to_annotate: 'Inserire o incollare il testo da annotare:' + exclude_numbers: Escludere i numeri + exclude_synonyms: Escludere sinonimi + fast_context: + help: 'Attivare FastContext per rilevare: se un concetto è stato negato (affermato, + negato), chi ha sperimentato il concetto trovato (paziente, altro), quando + si è verificato il concetto annotato (recente, storico, ipotetico), e/o se + il concetto annotato è incerto (certo, incerto).' + title: Contesto veloce + filters: + additional_parameters_explained_at: 'Ulteriori parametri sono spiegati nella + pagina:' + by: + certainty: Certezza + class: Classe + experiencer: Esperto + filter: Filtro + match_context: Contesto + match_type: Tipo + matched_class: Classe associata + matched_ontology: Ontologia associata + negation: Negazione + ontology: Ontologia + score: Punteggio + temporality: Temporalità + title: I risultati sono filtrati da + umls_sem_type: Tipo semantico UMLS + confidence_threshold: Soglia di fiducia del filtro + confidence_threshold_help: Specificare la posizione minima nella distribuzione + dei punteggi (tra 1 e 100) + format_results_as: 'Formattare i risultati come:' + reproduce_results_using: Riprodurre questi risultati utilizzando il metodo + score_threshold: Filtrare per soglia di punteggio + score_threshold_help: Specificare il valore minimo del punteggio per le annotazioni + include_ancestors_up_to_level: Includere gli antenati fino al livello + include_mappings: Includere le mappature + include_score: Includere il punteggio + index: + intro: | + NCBO Annotator+ è un proxy che chiama il servizio web NCBO Annotator sul BioPortale NCBO. +

+ Tchechmedjiev, A., Abdaoui, A., Emonet, V., Melzi, S., Jonnagaddala, J., & Jonquet, C. (2018). Funzioni migliorate per l'annotazione e l'indicizzazione di testi clinici con NCBO Annotator+. Bioinformatica, 34(11), 1962-1965. +

+ Se si utilizza l'API, fornire una chiave API NCBO BioPortal valida e accedere al servizio all'indirizzo http://services.bioportal.lirmm. en/ncbo_annotatorplus
+ Il testo inviato a NCBO Annotator+ deve essere in inglese. + sample_text: Il melanoma è un tumore maligno dei melanociti che si trova principalmente + nella pelle, ma anche nell'intestino e nell'occhio. + title: Annotatore NCBO + + insert_sample_text: Inserire un testo di esempio + match_longest_only: Solo la partita più lunga + match_partial_words: Abbinare parole parziali + recognizer: Riconoscimento dell'entità + score_help: Punteggio delle annotazioni secondo la precedente misura NCBO 2009 + (old) o Punteggio delle annotazioni secondo la misura C-Value (cvalue) o Punteggio + delle annotazioni secondo la misura C-Value con espansione gerarchica (cvalueh) + select: Selezionare %{name} + select_ontologies: Iniziare a digitare per selezionare le ontologie o lasciare + vuoto per utilizzare tutte le ontologie + select_ontologies_list: Selezionare le ontologie + show_advanced_options: Mostra le opzioni avanzate + start_typing_to_select: Iniziare a digitare per selezionare %{type} o lasciare + vuoto per usare tutti + umls: + semantic_groups: Gruppi semantici UMLS + semantic_types: Tipi semantici UMLS + negation: negazione + none: nessuno + ontologies: + ontology_search_prompt: 'Ricerca di un''ontologia o di un concetto (es.: Agrovoc + ...)' + self: Ontologie + ontology: Ontologia + ontology_details: + concept: + definitions: Definizioni + id: ID + in_schemes: In Schemi + member_of: Membro di + no_preferred_name_for_selected_language: Nessun nome preferito per la lingua + selezionata. + obsolete: Obsoleto + preferred_name: Nome preferito + synonyms: Sinonimi + type: Tipo + metadata: + additional_metadata: Metadati aggiuntivi + header: + last_submission_date: Data dell'ultimo invio + + ontology_sets: Insiemi di ontologie + output: Uscita + projects: + contacts: Contatti + create_new_project: Creare un nuovo progetto + created: Creato + creator: Utente + delete_admin_only: Elimina (solo per l'amministratore) + delete_confirm: Sei sicuro? + description: Descrizione + description_text: Descrizione Testo + edit: Modifica + home_page: Pagina iniziale + index: + intro: Sfoglia una selezione di progetti che utilizzano risorse %{site} + institutions: Istituzioni + ontologies: Ontologie + project_description: Descrizione del progetto + self: Progetti + title: Elenco dei progetti + view_projects_help: Visualizza i progetti Aiuto + recommender: + intro: Ottenere raccomandazioni per le ontologie più rilevanti da un estratto + di un testo biomedico o da un elenco di parole chiave + no_recommendations: Nessuna raccomandazione trovata + no_sets_recommended: Non ci sono set di ontologie consigliati per l'input fornito. + Provare con l'output "Ontologie". + ontology_recommendation_input: Incollare un paragrafo di testo o alcune parole + chiave per calcolare le raccomandazioni dell'ontologia. + ontology_recommender: Raccomandatore di ontologia + paste_text_recommendations: Incollare un paragrafo di testo o alcune parole chiave + da utilizzare per calcolare le raccomandazioni dell'ontologia + recommendation_error: Problema nel recupero delle raccomandazioni, provare di + nuovo + text_length_limit: Si prega di utilizzare meno di 500 parole. Se avete bisogno + di annotare testi più lunghi, potete utilizzare il servizio web di raccomandazione. + title: raccomandatore + valid_integer_max_ontologies_per_set: Il numero massimo di ontologie per set deve + essere un valore intero valido + valid_max_ontologies_per_set_range: Il numero massimo di ontologie per set deve + essere un numero compreso tra 2 e 4 + valid_numeric_weights: Tutti i pesi devono essere valori numerici validi + weight_sum_greater_than_zero: La somma dei pesi deve essere maggiore di zero + weights_greater_than_zero: Tutti i pesi devono essere maggiori o uguali a zero + register: + account_errors: 'Errori nella creazione dell''account:' + confirm_password: Confermare la password + create_account: Creare un nuovo account + email: Email + first_name: Nome + last_name: Cognome + mailing_list: Registrarsi alla mailing list di AgroPortal + optional: "(Opzionale)" + password: Password + title: Registro + username: Nome utente + reproduce_results: Riprodurre questi risultati utilizzando il metodo + score: Punteggio + search: + search_place_holder: Inserisci un termine, ad esempio altezza della pianta + advanced_options: + search_language: Lingua di ricerca + ontologies: Ontologie + include_in_search_title: Includi nella ricerca + include_in_search_values: + property_values: Valori di proprietà + obolete_classses: Classi obsolete + ontology_views: Viste ontologiche + show_only_title: Mostra solo + show_only_values: + exact_matches: Corrispondenze esatte + classes_with_definitions: Classi con definizioni + show_advanced_options: Mostra opzioni avanzate + hide_advanced_options: Nascondi opzioni avanzate + match_in: Corrispondi in + ontologies: ontologie + result_component: + details: Dettagli + visualize: Visualizza + more_from_ontology: Altro da questa ontologia + reuses_in: Riutilizzi in + reuses_in_other_ontologies: Riutilizzi in altre ontologie + + select_from_list: Selezionare dall'elenco + select_ontologies: Iniziare a digitare per selezionare le ontologie o lasciare vuoto + per utilizzarle tutte + select_ontologies_list: Selezionare le ontologie + show_advanced_options: Mostra le opzioni avanzate + specialization: Specializzazione + temporality: Temporalità + text: Testo + type: Tipo + umls_sem_type: Tipo UMLS Sem + view_fair_scores_definitions: Visualizza le definizioni dei punteggi equi + visits: Visite + weights_configuration: Configurazione dei pesi \ No newline at end of file diff --git a/config/routes.rb b/config/routes.rb index 740832c5e..ea8595feb 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,14 +1,24 @@ Rails.application.routes.draw do root to: 'home#index' + mount LetterOpenerWeb::Engine, at: "/letter_opener" if Rails.env.development? + + get'/tools', to: 'home#tools' + get 'auth/:provider/callback', to: 'login#create_omniauth' + get 'locale/:language', to: 'language#set_locale_language' + get 'metadata_export/index' get '/notes/new_comment', to: 'notes#new_comment' get '/notes/new_proposal', to: 'notes#new_proposal' get '/notes/new_reply', to: 'notes#new_reply' delete '/notes', to: 'notes#destroy' resources :notes, constraints: { id: /.+/ } + get 'agents/show_search', to: 'agents#show_search' + get 'agents/:id/usages', to: 'agents#agent_usages', constraints: { id: /.+/ } + post 'agents/:id/usages', to: 'agents#update_agent_usages', constraints: { id: /.+/ } resources :agents, constraints: { id: /.+/ } post 'agents/:id', to: 'agents#update', constraints: { id: /.+/ } + resources :ontolobridge do post :save_new_term_instructions, on: :collection end @@ -17,12 +27,9 @@ resources :users, path: :accounts, constraints: { id: /[\d\w\.\-\%\+ ]+/ } - resources :reviews - get '/users/subscribe/:username', to: 'users#subscribe' get '/users/un-subscribe/:email', to: 'users#un_subscribe' - get '/mappings/loader' , to: 'mappings#loader' post '/mappings/loader', to: 'mappings#loader_process' get 'mappings/count/:id', to: 'mappings#count', constraints: { id: /.+/ } get 'mappings/show_mappings', to: 'mappings#show_mappings' @@ -33,16 +40,36 @@ resources :mappings get 'mappings/:id', to: 'mappings#show', constraints: { id: /.+/ } - resources :margin_notes - resources :concepts - get 'ontologies/:ontology_id/concepts', to: 'concepts#show_concept' + + scope :ontologies do + get ':ontology/concepts' => 'concepts#index' + get ':ontology/concepts/show', to: 'concepts#show' + + + get ':ontology/instances', to: 'instances#index' + get ':ontology/instances/show', to: 'instances#show' + + get ':ontology/properties', to: 'properties#index' + get ':ontology/properties/show', to: 'properties#show' + + get ':ontology/schemes', to: 'schemes#index' + get ':ontology/schemes/show', to: 'schemes#show' + + get ':ontology/collections', to: 'collections#index' + get ':ontology/collections/show', to: 'collections#show' + end + + resources :ontologies do - resources :submissions - get 'instances/:instance_id', to: 'instances#show', constraints: { instance_id: /[^\/?]+/ } - get 'schemes/show_scheme', to: 'schemes#show' - get 'collections/show' + resources :submissions do + get 'edit_properties' + end + + get 'metrics' + get 'metrics_evolution' + get 'subscriptions' end if $SSO_ENABLED @@ -61,19 +88,39 @@ namespace :admin do resources :licenses, only: [:index, :create, :new] + match 'groups/synchronize_groups' => 'groups#synchronize_groups', via: [:post] resources :groups, only: [:index, :create, :new, :edit, :update, :destroy] resources :categories, only: [:index, :create, :new, :edit, :update, :destroy] + scope :search do + get '/', to: 'search#index' + post 'index_batch', to: 'search#index_batch' + post ':collection/init_schema', to: 'search#init_schema' + get ':collection/schema', to: 'search#show' + get ':collection/data', to: 'search#search' + end + end + post 'admin/clearcache', to: 'admin#clearcache' + post 'admin/resetcache', to: 'admin#resetcache' + post 'admin/clear_goo_cache', to: 'admin#clear_goo_cache' + post 'admin/clear_http_cache', to: 'admin#clear_http_cache' + get 'admin/ontologies_report', to: 'admin#ontologies_report' + post 'admin/refresh_ontologies_report', to: 'admin#refresh_ontologies_report' + delete 'admin/ontologies', to: 'admin#delete_ontologies' + delete 'admin/ontologies/:acronym/submissions/:id', to: 'admin#delete_submission' + put 'admin/ontologies', to: 'admin#process_ontologies' + get 'admin/update_check_enabled', to: 'admin#update_check_enabled' + get 'admin/ontologies/:acronym/log', to: 'admin#parse_log' + resources :subscriptions resources :recommender - resources :annotator - - resources :annotatorplus + get '/annotator', to: 'annotator#index' + get '/annotatorplus', to: 'annotator#annotator_plus' + get '/ncbo_annotatorplus', to: 'annotator#ncbo_annotator_plus' - resources :ncbo_annotatorplus resources :virtual_appliance @@ -88,9 +135,11 @@ get '/:ontology/submissions/:submission_id/attributes/:attribute', to: 'ontologies_metadata_curator#show_metadata_value' get '/:ontology/submissions/:submission_id', to: 'ontologies_metadata_curator#show_metadata_by_ontology' end - + get '' => 'home#index' + match 'sparql_proxy', to: 'admin#sparql_endpoint', via: [:get, :post] + # Top-level pages match '/feedback', to: 'home#feedback', via: [:get, :post] get '/account' => 'home#account' @@ -99,25 +148,24 @@ get '/team' => 'static_pages#team' get '/citeus' => 'static_pages#citeus' get '/site_config' => 'home#site_config' - get '/validate_ontology_file' => 'home#validate_ontology_file_show' - match '/validate_ontology_file' => 'home#validate_ontology_file', via: [:get, :post] - get '/layout_partial/:partial' => 'home#render_layout_partial' + post '/annotator_recommender_form' => 'home#annotator_recommender_form' match '/visits', to: 'visits#index', via: :get + get 'statistics/index' # Error pages match "/404", to: "errors#not_found", via: :all match "/500", to: "errors#internal_server_error", via: :all - # Analytics - match 'analytics', to: 'analytics#track', via: [:post] - # Robots.txt get '/robots.txt' => 'robots#index' # Ontologies get '/ontologies/view/edit/:id' => 'ontologies#edit_view', :constraints => { id: /[^\/?]+/ } get '/ontologies/view/new/:id' => 'ontologies#new_view' - + get '/ontologies/:acronym/download' => 'ontologies_redirection#redirect_ontology' + get '/ontologies/:acronym/:id/serialize/:output_format' => 'ontologies#content_serializer', :id => /.+/ + get '/ontologies/:acronym/htaccess' => 'ontologies_redirection#generate_htaccess' + get '/ontologies/virtual/:ontology' => 'ontologies#virtual', :as => :ontology_virtual get '/ontologies/success/:id' => 'ontologies#submit_success' match '/ontologies/:acronym' => 'ontologies#update', via: [:get, :post] @@ -128,23 +176,25 @@ get '/ontologies/:acronym/classes/:purl_conceptid', to: 'ontologies#show', constraints: { purl_conceptid: /[^\/]+/ } get '/ontologies/:acronym/: f', to: 'ontologies#show', constraints: { purl_conceptid: /[^\/]+/ } match '/ontologies/:acronym/submissions/:id/edit_metadata' => 'submissions#edit_metadata', via: [:get, :post] + get '/ontologies_filter', to: 'ontologies#ontologies_filter' - # Analytics - get '/analytics/:action' => 'analytics#(?-mix:search_result_clicked|user_intention_surveys)' + get 'ontologies_selector', to: 'ontologies#ontologies_selector' + get 'ontologies_selector/results', to: 'ontologies#ontologies_selector_results' # Notes get 'ontologies/:ontology/notes/:noteid', to: 'notes#virtual_show', as: :note_virtual, noteid: /.+/ get 'ontologies/:ontology/notes', to: 'notes#virtual_show' + get '/ontologies/:acronym/:id' => 'ontologies_redirection#redirect', :id => /.+/ + + # Ajax get '/ajax/' => 'ajax_proxy#get', :as => :ajax - get '/ajax_concepts/:ontology/' => 'concepts#show', :constraints => { id: /[^\/?]+/ } get '/ajax/class_details' => 'concepts#details' get '/ajax/mappings/get_concept_table' => 'mappings#get_concept_table' get '/ajax/json_ontology' => 'ajax_proxy#json_ontology' get '/ajax/json_class' => 'ajax_proxy#json_class' get '/ajax/jsonp' => 'ajax_proxy#jsonp' - get '/ajax/loading_spinner' => 'ajax_proxy#loading_spinner' get '/ajax/notes/delete' => 'notes#destroy' get '/ajax/notes/concept_list' => 'notes#show_concept_list' get '/ajax/classes/label' => 'concepts#show_label' @@ -152,6 +202,7 @@ get '/ajax/classes/treeview' => 'concepts#show_tree' get '/ajax/classes/list' => 'collections#show_members' get '/ajax/classes/date_sorted_list' => 'concepts#show_date_sorted_list' + get '/ajax/properties/children' => 'properties#show_children' get '/ajax/properties/tree' => 'concepts#property_tree' get 'ajax/schemes/label', to: "schemes#show_label" get 'ajax/collections/label', to: "collections#show_label" @@ -160,21 +211,22 @@ get '/ajax/biomixer' => 'concepts#biomixer' match '/ajax/cancelIdentifierRequest' => 'ajax_proxy#cancelIdentifierRequest', via: :post get '/ajax/fair_score/html' => 'fair_score#details_html' + get '/ajax/submission/show_licenses/:id' => 'ontologies#show_licenses' get '/ajax/fair_score/json' => 'fair_score#details_json' - get '/ajax/:ontology/instances' => 'instances#index_by_ontology' - get '/ajax/:ontology/classes/:conceptid/instances' => 'instances#index_by_class', :constraints => { conceptid: /[^\/?]+/ } - get '/ajax/ontologies' , to:"ontologies#ajax_ontologies" - get '/ajax/agents' , to:"agents#ajax_agents" - + get '/ajax/ontologies', to: "ontologies#ajax_ontologies" + get '/ajax/agents', to: "agents#ajax_agents" + get '/ajax/images/show' => 'application#show_image_modal' # User post '/accounts/:id/custom_ontologies' => 'users#custom_ontologies', :as => :custom_ontologies - get '/login_as/:login_as' => 'login#login_as' , constraints: { login_as: /[\d\w\.\-\%\+ ]+/ } + get '/login_as/:login_as' => 'login#login_as', constraints: { login_as: /[\d\w\.\-\%\+ ]+/ } + post '/login/send_pass', to: 'login#send_pass' - # History - get '/tab/remove/:ontology' => 'history#remove', :as => :remove_tab - get '/tab/update/:ontology/:concept' => 'history#update', :as => :update_tab + # Search + get 'search', to: 'search#index' + get 'ajax/search/ontologies/content', to: 'search#json_ontology_content_search' - get 'jambalaya/:ontology/:id' => 'visual#jam', :as => :jam + get 'check_resolvability' => 'check_resolvability#index' + get 'check_url_resolvability' => 'check_resolvability#check_resolvability' # Admin match '/admin/clearcache' => 'admin#clearcache', via: [:post] @@ -221,5 +273,8 @@ get '/visualize' => 'ontologies#visualize', :as => :visualize_concept, :constraints => { ontology: /[^\/?]+/, id: /[^\/?]+/, ontologyid: /[^\/?]+/, conceptid: /[^\/?]+/ } get '/exhibit/:ontology/:id' => 'concepts#exhibit' - + + + mount Lookbook::Engine, at: "/lookbook" + end diff --git a/config/settings.yml b/config/settings.yml index d914e5f5d..6c2194f52 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -21,6 +21,7 @@ shared: virtual_appliance: 'https://ontoportal.github.io/administration/' widgets: 'http://www.bioontology.org/wiki/NCBO_Widgets' mappings: 'https://www.bioontology.org/wiki/BioPortal_Help#Mappings_Tab' + metadata_help: 'https://doc.jonquetlab.lirmm.fr/share/32c082ff-97f5-45f4-bafe-05f41c9a5ce4' wiki: 'https://github.com/lifewatch-eric/documentation/wiki' youtube: 'https://www.youtube.com/channel/UCP6ag3SoJ6oeisE7ibg4-pg' diff --git a/db/schema.rb b/db/schema.rb index 51716810e..22dc2b318 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # It's strongly recommended that you check this file into your version control system. ActiveRecord::Schema[7.0].define(version: 2020_09_21_120918) do - create_table "analytics", id: :integer, charset: "utf8mb3", force: :cascade do |t| + create_table "analytics", id: :integer, charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| t.string "segment" t.string "action" t.string "bp_slice" @@ -22,13 +22,13 @@ t.datetime "updated_at", precision: nil end - create_table "licenses", charset: "utf8mb3", force: :cascade do |t| + create_table "licenses", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| t.text "encrypted_key" t.datetime "created_at", precision: nil, null: false t.datetime "updated_at", precision: nil, null: false end - create_table "ontologies", charset: "utf8mb3", force: :cascade do |t| + create_table "ontologies", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| t.string "acronym", null: false t.text "new_term_instructions" t.text "custom_message" @@ -37,7 +37,7 @@ t.index ["acronym"], name: "index_ontologies_on_acronym", unique: true end - create_table "timeouts", id: :integer, charset: "utf8mb3", force: :cascade do |t| + create_table "timeouts", id: :integer, charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| t.string "path" t.integer "ontology_id" t.text "concept_id" @@ -45,7 +45,7 @@ t.timestamp "created" end - create_table "virtual_appliance_users", id: :integer, charset: "utf8mb3", force: :cascade do |t| + create_table "virtual_appliance_users", id: :integer, charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t| t.string "user_id" t.datetime "created_at", precision: nil t.datetime "updated_at", precision: nil diff --git a/docker-compose.yml b/docker-compose.yml index 38be0278f..1eb928b19 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,52 +1,86 @@ x-app: &default-app - build: - context: "." - target: "app" - args: - - "UID=${UID:-1000}" - - "GID=${GID:-1000}" - - "RAILS_ENV=${RAILS_ENV:-production}" - - "NODE_ENV=${NODE_ENV:-production}" - depends_on: - - "db" - - "cache" - links: - - "db" - - "cache" + image: agroportal/ontoportal_web_ui:development env_file: - ".env" tty: true volumes: - - "${DOCKER_WEB_VOLUME}" - - bundle:/usr/local/bundle + - .:/app + - bundle:/usr/local/bundle - node:/node_modules + - rails_cache:/app/tmp/cache + - assets:/app/public/assets + - /var/run/docker.sock:/var/run/docker.sock + tmpfs: + - /tmp + - /app/tmp/pids services: db: - environment: - MYSQL_ROOT_PASSWORD: 'bp_user' - image: "mysql:latest" - profiles: ["db"] + image: "mysql:8.0" + networks: + - default + volumes: + - mysql-data:/var/lib/mysql ports: - "3306:3306" - volumes: - - db-v:/var/lib/mysql + environment: + MYSQL_ROOT_PASSWORD: root + healthcheck: + test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] + timeout: 5s + retries: 3 + cache: - deploy: - resources: - limits: - cpus: "${DOCKER_REDIS_CPUS:-0}" - memory: "${DOCKER_REDIS_MEMORY:-0}" - image: "memcached:1.6.17-bullseye" - profiles: ["cache"] + image: memcached:latest + restart: unless-stopped + command: [ "-m", "1024" ] + networks: + - default + ports: + - "11211:11211" + node: + <<: *default-app + command: "yarn build --watch" - web: + rails: <<: *default-app + depends_on: + db: + condition: service_healthy + cache: + condition: service_started + node: + condition: service_started + links: + - db + - cache + environment: + BUNDLE_WITHOUT: '' + DB_HOST: db + CACHE_HOST: cache ports: - - "${DOCKER_WEB_PORT_FORWARD:-127.0.0.1:3000}:${PORT:-3000}" - profiles: ["web"] - command: "yarn build --watch" + - "3000:3000" + test: + <<: *default-app + depends_on: + - db + - cache + - chrome-server + network_mode: 'host' + environment: + BUNDLE_WITHOUT: '' + DB_HOST: 127.0.0.1 + CACHE_HOST: 127.0.0.1 + chrome-server: + image: selenium/standalone-chrome:112.0-chromedriver-112.0-grid-4.9.0-20230421 + shm_size: 2g + ports: + - "4444:4444" + - "7900:7900" + volumes: - db-v: + mysql-data: bundle: + rails_cache: + assets: node: diff --git a/lib/log.rb b/lib/log.rb index 00c815d60..edef5506f 100644 --- a/lib/log.rb +++ b/lib/log.rb @@ -12,13 +12,7 @@ class LOG # :concept_id # :concept_name def self.add(level, message, request = nil, remote_params = nil) - if request - if !$REMOTE_LOGGING.nil? && $REMOTE_LOGGING - remote(level, message, request, remote_params) - end - else - local(level, message) - end + local(level, message) end private diff --git a/lib/tasks/generate_component_previews.rake b/lib/tasks/generate_component_previews.rake new file mode 100644 index 000000000..2bc61c28b --- /dev/null +++ b/lib/tasks/generate_component_previews.rake @@ -0,0 +1,34 @@ +# lib/tasks/generate_component_previews.rake + +namespace :component_previews do + desc "Generate previews for all components" + task generate: :environment do + components_path = Rails.root.join("app/components") + components = Dir.glob("#{components_path}/**/*_component.rb") + + components.each do |component_path| + component_name = File.basename(component_path, "_component.rb") + preview_path = Rails.root.join("test/components/previews/#{component_name}_preview.rb") + + # Skip if the preview already exists + next if File.exist?(preview_path) + + File.open(preview_path, "w") do |file| + file.puts("class #{component_name.camelize}Preview < ViewComponent::Preview") + file.puts(" def default") + file.puts(" # Initialize the component with any necessary data") + file.puts(" component = #{component_name.camelize}Component.new") + + file.puts(" # Add any necessary data or context to the component") + file.puts(" # component.some_data = some_value") + + file.puts(" # Render the component") + file.puts(" render(component)") + file.puts(" end") + file.puts("end") + end + + puts "Generated preview for #{component_name}" + end + end +end diff --git a/public/browse/.bowerrc b/public/browse/.bowerrc deleted file mode 100755 index 7dcff4cd0..000000000 --- a/public/browse/.bowerrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "directory" : "lib" -} \ No newline at end of file diff --git a/public/browse/.gitignore b/public/browse/.gitignore deleted file mode 100755 index b702acc68..000000000 --- a/public/browse/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -logs/* -!.gitkeep -node_modules/ -bower_components/ -tmp -.DS_Store -.idea \ No newline at end of file diff --git a/public/browse/.jshintrc b/public/browse/.jshintrc deleted file mode 100755 index 6f00218e3..000000000 --- a/public/browse/.jshintrc +++ /dev/null @@ -1,13 +0,0 @@ -{ - "globalstrict": true, - "globals": { - "angular": false, - "describe": false, - "it": false, - "expect": false, - "beforeEach": false, - "afterEach": false, - "module": false, - "inject": false - } -} \ No newline at end of file diff --git a/public/browse/app.css b/public/browse/app.css deleted file mode 100755 index 4cc86735e..000000000 --- a/public/browse/app.css +++ /dev/null @@ -1,184 +0,0 @@ -.grid-container { - max-width: 1400px; -} -[ng-cloak].splash { - display: block !important; -} -.splash { - display: none; - width: 25%; - height: 4em; - padding: 2em; - text-align: center; - margin: 2em auto; - background-color: #ECECEC; - border-radius: 3px; -} -[ng-cloak] { - display: none; -} -.admin { - background-color: #EFFFEF !important; -} -.welcome_admin { - width: 33%; - padding: 7px 10px 5px; - border-radius: 3px; - text-align: center; - top: -5em; - position: relative; - float: right; - left: -33%; -} -.search { - float: left; - width: 150px; - padding: 2px 4px 1px; - margin-top: -5px; - width: 200px; -} -.smaller { - color: gray; - font-size: .8em; - padding-bottom: 2px; -} -#facets { - margin-top: 1em; -} -.new_ontology_button { - display: inline-block; - width: 100%; - padding-left: 0px !important; - padding-right: 0px !important; - margin-top: 1em; -} -.facet { - margin: 1em 0; - border: thin lightGray solid; - padding: 5px; - border-radius: 3px; -} -.facet_disabled { - color: gray; -} -.checkbox_list { - max-height: 200px; - overflow: auto; - padding-left: 1px; -} -.checkbox_list > span { - overflow-x: hidden; - white-space: nowrap; - text-overflow: ellipsis; - width: 200px; - display: block; -} -#sorting { -} -#sorting_float { - float: right; - margin-bottom: .5em; -} -@keyframes highlight { - 0% { - background: yellow; - } - 100% { - background: none; - } -} -@-webkit-keyframes highlight { - 0% { - background: yellow; - } - 100% { - background: none; - } -} -.trigger_highlight-add, .trigger_highlight-remove { - -webkit-animation: highlight 1s; - animation: highlight 1s; -} -#ontologies { -} -.clear { - clear: both; -} -.ontology { - border: thin gray solid; - border-radius: 5px; - padding: .5em 1em .5em; - margin: 1em 0; -} -.ontology_view_badge { - float: left; - padding: 5px; - text-align: center; - margin-right: 5px; - border-radius: 3px; - color: white; - background-color: #234979; - font-size: 1em; - font-weight: bold; -} -.ontology_view_badge a { - color: white; - text-decoration: none; -} -.locked_ont { - font-size: .65em; - padding-left: .2em; - color: gray; - cursor: help; - /* Make the lock appear in the upper left corner */ - /* - background-color: #234979; - padding: 2.5px 4px; - font-size: 1em; - color: white; - position: relative; - left: -10px; - top: -8px; - border-radius: 5px 0px; - float: left; - */ -} -.ont-info { - margin: 5px 5px 0 0; - display: inline-block; - padding: 5px 10px 3px; - border-radius: 3px; - background-color: #ECECEC; - font-size: 11px; -} -.badge_grid { - padding-bottom: 10px; - float: right !important; -} -.ontology_badge { - border-radius: 5px; - text-align: center; - max-width: 120px; - height: 45px; - max-height: 45px; - border: solid #234979 thin; -} -.ontology_badge:hover { - cursor: pointer; -} -.badge_title { - border-radius: 4px 4px 0 0; - font-size: 12px; - color: white; - background-color: #234979; -} -.badge_count { - border-radius: 0 0 4px 4px; - height: 22px; - font-size: 1.1em; - font-weight: bold; - color: #234979; -} -.ontology_badge:hover .badge_count { - background-color: rgba(220, 235, 255, 0.79); -} \ No newline at end of file diff --git a/public/browse/app.js b/public/browse/app.js deleted file mode 100755 index fe18ca0d9..000000000 --- a/public/browse/app.js +++ /dev/null @@ -1,417 +0,0 @@ -'use strict'; - -// Declare app level module which depends on views, and components -angular.module('FacetedBrowsing', [ - 'ngRoute', - 'FacetedBrowsing.OntologyList' -]). -config( ['$locationProvider', function ($locationProvider) { - $locationProvider.html5Mode(true); -}]) -; - -var app = angular.module('FacetedBrowsing.OntologyList', ['checklist-model', 'ngAnimate', 'pasvaz.bindonce']) - -.controller('OntologyList', ['$scope', '$animate', '$timeout', function($scope, $animate, $timeout) { - // Default values - $scope.visible_ont_count = 0; - $scope.ontology_sort_order = "-popularity"; - $scope.previous_sort_order = "-popularity"; - $scope.show_highlight = false; - - // Data transfer from Rails - $scope.debug = jQuery(document).data().bp.development; - $scope.admin = jQuery(document).data().bp.admin; - $scope.ontologies = jQuery(document).data().bp.ontologies; - $scope.formats = jQuery(document).data().bp.formats.sort(); - $scope.categories = jQuery(document).data().bp.categories.sort(function(a, b){ - if (a.name < b.name) return -1; - if (a.name > b.name) return 1; - return 0; - }); - $scope.categories_hash = jQuery(document).data().bp.categories_hash; - $scope.groups = jQuery(document).data().bp.groups.sort(function(a, b){ - if (a.acronym < b.acronym) return -1; - if (a.acronym > b.acronym) return 1; - return 0; - }); - $scope.groups_hash = jQuery(document).data().bp.groups_hash; - - $scope.formality_levels = jQuery(document).data().bp.formality_levels; - $scope.natural_languages = jQuery(document).data().bp.natural_languages; - $scope.is_of_type = jQuery(document).data().bp.is_of_type; - - // Search setup - $scope.searchText = null; - $scope.ontIndex = lunr(function() { - this.field('acronym', 100); - this.field('name', 50); - this.field('description'); - this.ref('id'); - }); - $scope.ontIndex.pipeline.reset(); - - // Default setup for facets - $scope.facets = { - types: { - active: ["ontology"], - ont_property: "type", - filter: function(ontology) { - if ($scope.facets.types.active.length == 0) - return true; - if ($scope.facets.types.active.indexOf(ontology.type) === -1) - return false; - return true; - }, - }, - formats: { - active: [], - ont_property: "format", - filter: function(ontology) { - if ($scope.facets.formats.active.length == 0) - return true; - if ($scope.facets.formats.active.indexOf(ontology.format) === -1) - return false; - return true; - }, - }, - groups: { - active: [], - ont_property: "groups", - filter: function(ontology) { - if ($scope.facets.groups.active.length == 0) - return true; - if (intersection($scope.facets.groups.active, ontology.groups).length === 0) - return false; - return true; - }, - }, - categories: { - active: [], - ont_property: "categories", - filter: function(ontology) { - if ($scope.facets.categories.active.length == 0) - return true; - if (intersection($scope.facets.categories.active, ontology.categories).length === 0) - return false; - return true; - }, - }, - artifacts: { - active: [], - ont_property: "artifacts", - filter: function(ontology) { - if ($scope.facets.artifacts.active.length == 0) - return true; - if (intersection($scope.facets.artifacts.active, ontology.artifacts).length === 0) - return false; - return true; - }, - }, - missing_status: { - active: "", - ont_property: "submissionStatus", - values: ["None", "RDF", "OBSOLETE", "METRICS", "RDF_LABELS", "UPLOADED", "INDEXED", "ANNOTATOR", "DIFF"], - filter: function(ontology) { - if ($scope.facets.missing_status.active == "") - return true; - if (ontology.submissionStatus.indexOf($scope.facets.missing_status.active) !== -1) - return false; - return true; - } - }, - upload_date: { - active: "", - ont_property: "creationDate", - values: {day: 1, week: 7, month: 30, three_months: 90, six_months: 180, year: 365, all: "all"}, - day_text: ["day", "week", "month", "three_months", "six_months", "year", "all"], - filter: function(ontology) { - var active = $scope.facets.upload_date.active; - if (active == "") - return true; - if (!ontology.submission) - return false; - var ontDate = new Date(ontology.creationDate); - var compareDate = new Date(); - compareDate.setDate(compareDate.getDate() - active); - if (ontDate >= compareDate) - return true; - return false; - } - }, - formality_levels: { - active: [], - ont_property: "hasFormalityLevel", - filter: function(ontology) { - if ($scope.facets.formality_levels.active.length == 0) - return true; - if ($scope.facets.formality_levels.active.indexOf(ontology.hasFormalityLevel) === -1) - return false; - return true; - } - }, - natural_languages: { - active: [], - ont_property: "naturalLanguage", - filter: function(ontology) { - if ($scope.facets.natural_languages.active.length == 0) - return true; - if ( !ontology.naturalLanguage ) - return false; - for (var i = 0; i < ontology.naturalLanguage.length; i++) { - if ($scope.facets.natural_languages.active.indexOf(ontology.naturalLanguage[i]) !== -1) - return true; - } - return false; - } - }, - is_of_type: { - active: [], - ont_property: "isOfType", - filter: function(ontology) { - if ($scope.facets.is_of_type.active.length == 0) - return true; - if ($scope.facets.is_of_type.active.indexOf(ontology.isOfType) === -1) - return false; - return true; - } - } - } - - // Instantiate object counts - // This doesn't happen on the facet itself because - // there is a $watch directive and updating counts - // on the facets causes an infinite loop. - $scope.facet_counts = {}; - Object.keys($scope.facets).forEach(function(facet) {$scope.facet_counts[facet] = {}}); - - // Default values for facets that aren't definied on the ontologies - $scope.types = { - ontology: {sort: 1, id: "ontology"}, - ontology_view: {sort: 2, id: "ontology_view"} - }; - $scope.artifacts = ["notes", "reviews", "projects", "summary_only"]; - - $scope.groupAcronyms = function(groups) { - var groupNames = []; - angular.forEach(groups, function(group) { - groupNames.push($scope.groups_hash[group].acronym); - }); - return groupNames; - }; - - $scope.categoryNames = function(categories) { - var catNames = []; - angular.forEach(categories, function(category) { - catNames.push($scope.categories_hash[category].name) - }) - return catNames; - } - - $scope.adminUsernames = function(admins) { - return admins.map(function(a){return a.split('/').slice(-1)[0]}); - } - - $scope.ontologySortOrder = function(newOrder) { - $scope.ontology_sort_order = newOrder; - } - - // This watches the facets and updates the list depending on which facets are selected - // All facets are basically ANDed together and return true if no options under the facet are selected. - $scope.$watch('facets', function() { - filterOntologies(); - }, true); - - $scope.$watch('searchText', function() { - filterOntologies(); - }); - - var filterOntologies = function() { - var key, i, ontology, facet, facet_count, show, other_facets, count = 0; - $scope.show_highlight = false; - $scope.show_highlight = true; - - // Reset facet counts - Object.keys($scope.facet_counts).forEach(function(key) { - $scope.facet_counts[key] = {}; - }); - - // First, filter by search. Do this first because the facets - // will apply on top of the search results (EX: for hiding views) - filterSearch(); - - // Filter ontologies based on facet + count for facets - for (i = 0; i < $scope.ontologies.length; i++) { - ontology = $scope.ontologies[i]; - - if (searchActive() && ontology.show === false) continue; - - // Filter out ontologies based on their facet filter functions - ontology.show = Object.keys($scope.facets).map(function(key) { - return $scope.facets[key].filter(ontology); - }).every(Boolean); - - // Check each facet entry to calculate counts - // Counts are calculated by looking at whether or not ontologies match OTHER facets - // IE, counts show what will be available for a given facet entry if that entry - // were to be selected relative to what is already selected in other facets. - Object.keys($scope.facets).forEach(function(key) { - facet = $scope.facets[key]; - other_facets = Object.keys($scope.facets).filter(function(f){return key != f}); - show = other_facets.map(function(other_facet){return $scope.facets[other_facet].filter(ontology)}).every(Boolean); - if (show) { - facet_count = $scope.facet_counts[key]; - if (angular.isArray(ontology[facet.ont_property])) { - ontology[facet.ont_property].forEach(function(val) { - facet_count[val] = (facet_count[val] || 0) + 1; - }); - } else { - facet_count[ontology[facet.ont_property]] = (facet_count[ontology[facet.ont_property]] || 0) + 1; - } - } - }); - } - - $scope.visible_ont_count = $scope.ontologies.filter(function(ont) {return ont.show}).length; - - // Highlight the count - count = $("#visible_ont_count"); - if (count.hasClass("trigger_highlight")) { - $animate.removeClass(count, "trigger_highlight"); - } else { - $animate.addClass(count, "trigger_highlight"); - } - } - - var filterSearch = function() { - var i, results, ontology, found = {}; - if (!searchActive()) { - $scope.ontologySortOrder($scope.previous_sort_order); - return; - } - if ($scope.ontology_sort_order !== "-search_rank") { - $scope.previous_sort_order = $scope.ontology_sort_order; - } - $scope.ontologySortOrder("-search_rank"); - results = $scope.ontIndex.search($scope.searchText); - - angular.forEach(results, function(r){found[r.ref] = r}); - for (i = 0; i < $scope.ontologies.length; i++) { - ontology = $scope.ontologies[i]; - ontology.show = false; - ontology.search_rank = 0; - if (found[ontology.id]) { - ontology.show = true; - ontology.search_rank = found[ontology.id].score; - } - } - } - - var searchActive = function() { - return !($scope.searchText === null || $scope.searchText === ""); - } - - var countAllInFacet = function(facet) { - var active_facets = Object.keys($scope.facets).filter(function(facet) {return $scope.facets[facet].active.length > 0}); - if (active_facets.length == 0 || (active_facets.length == 1 && active_facets[0] == facet)) { - return true; - } - return false; - } - - var intersection = function(x, y) { - if (typeof x === 'undefined' || typeof y === 'undefined') {return [];} - var ret = []; - for (var i = 0; i < x.length; i++) { - for (var z = 0; z < y.length; z++) { - if (x[i] == y[z]) { - ret.push(i); - break; - } - } - } - return ret; - } - - - $scope.init = function() { - $scope.ontologies = jQuery(document).data().bp.fullOntologies; - if (BP_queryString().filter) { - angular.forEach($scope.groups, function(group) { - if (group.acronym == BP_queryString().filter) - $scope.facets.groups.active.push(group.id); - }); - } - filterOntologies(); - angular.forEach($scope.ontologies, function(ont) { - $scope.ontIndex.add({ - id: ont.id, - acronym: ont.acronym, - name: ont.name, - description: ont.description - }) - }); - } - $timeout($scope.init); - -}]) - -.filter('idToTitle', function() { - return function(input) { - if (input) { - var splitInput = input.replace(/_/g, " ").split(" "); - var newInput = []; - var word; - for (word in splitInput) { - word = splitInput[word]; - if (word[0].toUpperCase() == word[0]) { - newInput.push(word); - } else { - newInput.push(word[0].toUpperCase() + word.slice(1)); - } - - } - return newInput.join(" "); - } - }; -}) - -.filter('humanShortNum', function() { - return function(input) { - if (input) { - var num = parseInt(input); - if (num < 10000) {return num;} - if (num > 10000 && num < 1000000) { - return String(+(Math.round(num / 1000 + "e+1") + "e-1")) + "k" - } - if (num > 1000000) { - return String(+(Math.round(num / 100000 + "e+1") + "e-1")) + "M" - } - return newInput.join(" "); - } - }; -}) - -.filter("toArray", function() { - return function(obj) { - var result = []; - angular.forEach(obj, function(val, key) { - result.push(val); - }); - return result; - }; -}) - -.filter('htmlToText', function() { - return function(text) { - return String(text).replace(/<[^>]+>/gm, ''); - } -}) - -.filter('descriptionToText', function() { - return function(text) { - text = String(text).replace(/<[^>]+>/gm, ''); - return text.split(/\.\W/)[0]; - } -}) -; \ No newline at end of file diff --git a/public/browse/bower.json b/public/browse/bower.json deleted file mode 100755 index ed30585ec..000000000 --- a/public/browse/bower.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "angular-seed", - "description": "A starter project for AngularJS", - "version": "0.0.0", - "homepage": "https://github.com/angular/angular-seed", - "license": "MIT", - "private": true, - "dependencies": { - "angular": "1.3.x", - "angular-route": "1.3.x", - "angular-loader": "1.3.x", - "angular-mocks": "~1.3.x", - "angular-animate": "1.3.x", - "html5-boilerplate": "~4.3.0", - "lunr.js": "~0.5.6", - "angular-bindonce": "~0.3.3" - } -} diff --git a/public/browse/checklist-model.js b/public/browse/checklist-model.js deleted file mode 100644 index 228f0c5a0..000000000 --- a/public/browse/checklist-model.js +++ /dev/null @@ -1,99 +0,0 @@ -/** - * Checklist-model - * AngularJS directive for list of checkboxes - */ - -angular.module('checklist-model', []) -.directive('checklistModel', ['$parse', '$compile', function($parse, $compile) { - // contains - function contains(arr, item) { - if (angular.isArray(arr)) { - for (var i = 0; i < arr.length; i++) { - if (angular.equals(arr[i], item)) { - return true; - } - } - } - return false; - } - - // add - function add(arr, item) { - arr = angular.isArray(arr) ? arr : []; - for (var i = 0; i < arr.length; i++) { - if (angular.equals(arr[i], item)) { - return arr; - } - } - arr.push(item); - return arr; - } - - // remove - function remove(arr, item) { - if (angular.isArray(arr)) { - for (var i = 0; i < arr.length; i++) { - if (angular.equals(arr[i], item)) { - arr.splice(i, 1); - break; - } - } - } - return arr; - } - - // http://stackoverflow.com/a/19228302/1458162 - function postLinkFn(scope, elem, attrs) { - // compile with `ng-model` pointing to `checked` - $compile(elem)(scope); - - // getter / setter for original model - var getter = $parse(attrs.checklistModel); - var setter = getter.assign; - - // value added to list - var value = $parse(attrs.checklistValue)(scope.$parent); - - // watch UI checked change - scope.$watch('checked', function(newValue, oldValue) { - if (newValue === oldValue) { - return; - } - var current = getter(scope.$parent); - if (newValue === true) { - setter(scope.$parent, add(current, value)); - } else { - setter(scope.$parent, remove(current, value)); - } - }); - - // watch original model change - scope.$parent.$watch(attrs.checklistModel, function(newArr, oldArr) { - scope.checked = contains(newArr, value); - }, true); - } - - return { - restrict: 'A', - priority: 1000, - terminal: true, - scope: true, - compile: function(tElement, tAttrs) { - if (tElement[0].tagName !== 'INPUT' || tElement[0].getAttribute('type') !== 'checkbox') { - throw 'checklist-model should be applied to `input[type="checkbox"]`.'; - } - - if (!tAttrs.checklistValue) { - throw 'You should provide `checklist-value`.'; - } - - // exclude recursion - tElement.removeAttr('checklist-model'); - - // local scope var storing individual checkbox model - tElement.attr('ng-model', 'checked'); - - return postLinkFn; - } - }; -}]); diff --git a/public/browse/e2e-tests/protractor.conf.js b/public/browse/e2e-tests/protractor.conf.js deleted file mode 100755 index b45a117aa..000000000 --- a/public/browse/e2e-tests/protractor.conf.js +++ /dev/null @@ -1,19 +0,0 @@ -exports.config = { - allScriptsTimeout: 11000, - - specs: [ - '*.js' - ], - - capabilities: { - 'browserName': 'chrome' - }, - - baseUrl: 'http://localhost:8000/app/', - - framework: 'jasmine', - - jasmineNodeOpts: { - defaultTimeoutInterval: 30000 - } -}; diff --git a/public/browse/e2e-tests/scenarios.js b/public/browse/e2e-tests/scenarios.js deleted file mode 100755 index 59d816fc1..000000000 --- a/public/browse/e2e-tests/scenarios.js +++ /dev/null @@ -1,42 +0,0 @@ -'use strict'; - -/* https://github.com/angular/protractor/blob/master/docs/toc.md */ - -describe('faceted browsing', function() { - - browser.get('index.html'); - - it('should automatically redirect to /view1 when location hash/fragment is empty', function() { - expect(browser.getLocationAbsUrl()).toMatch("/view1"); - }); - - - describe('view1', function() { - - beforeEach(function() { - browser.get('index.html#/view1'); - }); - - - it('should render view1 when user navigates to /view1', function() { - expect(element.all(by.css('[ng-view] p')).first().getText()). - toMatch(/partial for view 1/); - }); - - }); - - - describe('view2', function() { - - beforeEach(function() { - browser.get('index.html#/view2'); - }); - - - it('should render view2 when user navigates to /view2', function() { - expect(element.all(by.css('[ng-view] p')).first().getText()). - toMatch(/partial for view 2/); - }); - - }); -}); diff --git a/public/browse/font/webhostinghub-glyphs.eot b/public/browse/font/webhostinghub-glyphs.eot deleted file mode 100755 index 7e9248ceef3b9f72dd6a29ea4901c3ce603d2b74..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 503876 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�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%0DoUF!70Ih&z#r8^;eSMAE_U6QHXCNQT_j1>GV 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 - - - -Created by FontForge 20110222 at Sun Jul 21 00:46:45 2013 - By www-data -WebHostingHub Glyphs - author WebHostingHub.com - http://webhostinghub.com/glyphs/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/browse/font/webhostinghub-glyphs.ttf b/public/browse/font/webhostinghub-glyphs.ttf deleted file mode 100755 index 6ad706c63289e7876847f1ecd351269bfcdc81d9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 503664 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�g_g$Uu(!M~CcRrP$&`zJhPx)Qq@hY2~dxM$o$6Y|*dyX_XD+Mg?7<+(6mKJLhYwCD{>Fr=q9p6ax`%bYm zk>~x};>oe3R{c&f)NYykopwfhm819jROAP!_5NO%x!xA9cZ?PFPr?W~f;X?Q`cBC! z43%}c_Bi_hRo-H3F220n2QUAB)KiTBhmXt;&=Gib$Ds? zt>^a!v^KpTL=CPUv}MzEkiKz7ZzQ7G8-ViH7+_N4t^)J&n?x6W<4lD+gDIc`=m4UF z^L!H278b*|2s#>X-UhPY&D})LzKKSYw}qT4l_tVEQP2__zSgUp1H@Hl1)+(sT1 zK24+zAhRfJ<|M*!lR4r=$f`)H0Fn*iQG+Q3338(&(w97eI27`>>oF@xu4z=;k`tal zjF&(%NUn{lsg{S|9V%o)*ksreucLot3zC>bVuO@j3vr?N&2(bpxX0CNT%ZY1b9)bd zn(thH!@EP-0)Ct=fB+^Q>&-Bt^V~RPl{dF|>l$tX3(9X>CQE`Q5zDETas;a=1u;Qk9#zX8+;SZ9 z2e~+l5YLmilF9R>j40^Vh+oBV=^y+PGDYn2s8!lgx2fn*Qif(oJOR3Sp~c)u)&8Cl$NB$KGV0p2nuvZePCKj-7tqW4E9F_BcljGr>(i zz3bz@UM-?nXBBb#v~m0Lh8Uh>pVl8&TAM|jgC0&yEknEaU4Pi5X0?U?;dlWbG-%Fu zX_O4Zss$t Nw930*np4YhiHYGCq@2& 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 to your `index.html`: - -```html - -``` - -Then add `ngAnimate` as a dependency for your app: - -```javascript -angular.module('myApp', ['ngAnimate']); -``` - -Note that this package is not in CommonJS format, so doing `require('angular-animate')` will -return `undefined`. - -### bower - -```shell -bower install angular-animate -``` - -Then add a ` -``` - -Then add `ngAnimate` as a dependency for your app: - -```javascript -angular.module('myApp', ['ngAnimate']); -``` - -## Documentation - -Documentation is available on the -[AngularJS docs site](http://docs.angularjs.org/api/ngAnimate). - -## License - -The MIT License - -Copyright (c) 2010-2012 Google, Inc. http://angularjs.org - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/public/browse/lib/angular-animate/angular-animate.js b/public/browse/lib/angular-animate/angular-animate.js deleted file mode 100644 index 761d622ea..000000000 --- a/public/browse/lib/angular-animate/angular-animate.js +++ /dev/null @@ -1,2136 +0,0 @@ -/** - * @license AngularJS v1.3.5 - * (c) 2010-2014 Google, Inc. http://angularjs.org - * License: MIT - */ -(function(window, angular, undefined) {'use strict'; - -/* jshint maxlen: false */ - -/** - * @ngdoc module - * @name ngAnimate - * @description - * - * The `ngAnimate` module provides support for JavaScript, CSS3 transition and CSS3 keyframe animation hooks within existing core and custom directives. - * - *

- * - * # Usage - * - * To see animations in action, all that is required is to define the appropriate CSS classes - * or to register a JavaScript animation via the myModule.animation() function. The directives that support animation automatically are: - * `ngRepeat`, `ngInclude`, `ngIf`, `ngSwitch`, `ngShow`, `ngHide`, `ngView` and `ngClass`. Custom directives can take advantage of animation - * by using the `$animate` service. - * - * Below is a more detailed breakdown of the supported animation events provided by pre-existing ng directives: - * - * | Directive | Supported Animations | - * |----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------| - * | {@link ng.directive:ngRepeat#animations ngRepeat} | enter, leave and move | - * | {@link ngRoute.directive:ngView#animations ngView} | enter and leave | - * | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave | - * | {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave | - * | {@link ng.directive:ngIf#animations ngIf} | enter and leave | - * | {@link ng.directive:ngClass#animations ngClass} | add and remove (the CSS class(es) present) | - * | {@link ng.directive:ngShow#animations ngShow} & {@link ng.directive:ngHide#animations ngHide} | add and remove (the ng-hide class value) | - * | {@link ng.directive:form#animation-hooks form} & {@link ng.directive:ngModel#animation-hooks ngModel} | add and remove (dirty, pristine, valid, invalid & all other validations) | - * | {@link module:ngMessages#animations ngMessages} | add and remove (ng-active & ng-inactive) | - * | {@link module:ngMessages#animations ngMessage} | enter and leave | - * - * You can find out more information about animations upon visiting each directive page. - * - * Below is an example of how to apply animations to a directive that supports animation hooks: - * - * ```html - * - * - * - * - * ``` - * - * Keep in mind that, by default, if an animation is running, any child elements cannot be animated - * until the parent element's animation has completed. This blocking feature can be overridden by - * placing the `ng-animate-children` attribute on a parent container tag. - * - * ```html - *
- *
- *
- * ... - *
- *
- *
- * ``` - * - * When the `on` expression value changes and an animation is triggered then each of the elements within - * will all animate without the block being applied to child elements. - * - * ## Are animations run when the application starts? - * No they are not. When an application is bootstrapped Angular will disable animations from running to avoid - * a frenzy of animations from being triggered as soon as the browser has rendered the screen. For this to work, - * Angular will wait for two digest cycles until enabling animations. From there on, any animation-triggering - * layout changes in the application will trigger animations as normal. - * - * In addition, upon bootstrap, if the routing system or any directives or load remote data (via $http) then Angular - * will automatically extend the wait time to enable animations once **all** of the outbound HTTP requests - * are complete. - * - * ## CSS-defined Animations - * The animate service will automatically apply two CSS classes to the animated element and these two CSS classes - * are designed to contain the start and end CSS styling. Both CSS transitions and keyframe animations are supported - * and can be used to play along with this naming structure. - * - * The following code below demonstrates how to perform animations using **CSS transitions** with Angular: - * - * ```html - * - * - *
- *
- *
- * ``` - * - * The following code below demonstrates how to perform animations using **CSS animations** with Angular: - * - * ```html - * - * - *
- *
- *
- * ``` - * - * Both CSS3 animations and transitions can be used together and the animate service will figure out the correct duration and delay timing. - * - * Upon DOM mutation, the event class is added first (something like `ng-enter`), then the browser prepares itself to add - * the active class (in this case `ng-enter-active`) which then triggers the animation. The animation module will automatically - * detect the CSS code to determine when the animation ends. Once the animation is over then both CSS classes will be - * removed from the DOM. If a browser does not support CSS transitions or CSS animations then the animation will start and end - * immediately resulting in a DOM element that is at its final state. This final state is when the DOM element - * has no CSS transition/animation classes applied to it. - * - * ### Structural transition animations - * - * Structural transitions (such as enter, leave and move) will always apply a `0s none` transition - * value to force the browser into rendering the styles defined in the setup (.ng-enter, .ng-leave - * or .ng-move) class. This means that any active transition animations operating on the element - * will be cut off to make way for the enter, leave or move animation. - * - * ### Class-based transition animations - * - * Class-based transitions refer to transition animations that are triggered when a CSS class is - * added to or removed from the element (via `$animate.addClass`, `$animate.removeClass`, - * `$animate.setClass`, or by directives such as `ngClass`, `ngModel` and `form`). - * They are different when compared to structural animations since they **do not cancel existing - * animations** nor do they **block successive transitions** from rendering on the same element. - * This distinction allows for **multiple class-based transitions** to be performed on the same element. - * - * In addition to ngAnimate supporting the default (natural) functionality of class-based transition - * animations, ngAnimate also decorates the element with starting and ending CSS classes to aid the - * developer in further styling the element throughout the transition animation. Earlier versions - * of ngAnimate may have caused natural CSS transitions to break and not render properly due to - * $animate temporarily blocking transitions using `0s none` in order to allow the setup CSS class - * (the `-add` or `-remove` class) to be applied without triggering an animation. However, as of - * **version 1.3**, this workaround has been removed with ngAnimate and all non-ngAnimate CSS - * class transitions are compatible with ngAnimate. - * - * There is, however, one special case when dealing with class-based transitions in ngAnimate. - * When rendering class-based transitions that make use of the setup and active CSS classes - * (e.g. `.fade-add` and `.fade-add-active` for when `.fade` is added) be sure to define - * the transition value **on the active CSS class** and not the setup class. - * - * ```css - * .fade-add { - * /* remember to place a 0s transition here - * to ensure that the styles are applied instantly - * even if the element already has a transition style */ - * transition:0s linear all; - * - * /* starting CSS styles */ - * opacity:1; - * } - * .fade-add.fade-add-active { - * /* this will be the length of the animation */ - * transition:1s linear all; - * opacity:0; - * } - * ``` - * - * The setup CSS class (in this case `.fade-add`) also has a transition style property, however, it - * has a duration of zero. This may not be required, however, incase the browser is unable to render - * the styling present in this CSS class instantly then it could be that the browser is attempting - * to perform an unnecessary transition. - * - * This workaround, however, does not apply to standard class-based transitions that are rendered - * when a CSS class containing a transition is applied to an element: - * - * ```css - * /* this works as expected */ - * .fade { - * transition:1s linear all; - * opacity:0; - * } - * ``` - * - * Please keep this in mind when coding the CSS markup that will be used within class-based transitions. - * Also, try not to mix the two class-based animation flavors together since the CSS code may become - * overly complex. - * - * - * ### Preventing Collisions With Third Party Libraries - * - * Some third-party frameworks place animation duration defaults across many element or className - * selectors in order to make their code small and reuseable. This can lead to issues with ngAnimate, which - * is expecting actual animations on these elements and has to wait for their completion. - * - * You can prevent this unwanted behavior by using a prefix on all your animation classes: - * - * ```css - * /* prefixed with animate- */ - * .animate-fade-add.animate-fade-add-active { - * transition:1s linear all; - * opacity:0; - * } - * ``` - * - * You then configure `$animate` to enforce this prefix: - * - * ```js - * $animateProvider.classNameFilter(/animate-/); - * ``` - * - * - * ### CSS Staggering Animations - * A Staggering animation is a collection of animations that are issued with a slight delay in between each successive operation resulting in a - * curtain-like effect. The ngAnimate module (versions >=1.2) supports staggering animations and the stagger effect can be - * performed by creating a **ng-EVENT-stagger** CSS class and attaching that class to the base CSS class used for - * the animation. The style property expected within the stagger class can either be a **transition-delay** or an - * **animation-delay** property (or both if your animation contains both transitions and keyframe animations). - * - * ```css - * .my-animation.ng-enter { - * /* standard transition code */ - * -webkit-transition: 1s linear all; - * transition: 1s linear all; - * opacity:0; - * } - * .my-animation.ng-enter-stagger { - * /* this will have a 100ms delay between each successive leave animation */ - * -webkit-transition-delay: 0.1s; - * transition-delay: 0.1s; - * - * /* in case the stagger doesn't work then these two values - * must be set to 0 to avoid an accidental CSS inheritance */ - * -webkit-transition-duration: 0s; - * transition-duration: 0s; - * } - * .my-animation.ng-enter.ng-enter-active { - * /* standard transition styles */ - * opacity:1; - * } - * ``` - * - * Staggering animations work by default in ngRepeat (so long as the CSS class is defined). Outside of ngRepeat, to use staggering animations - * on your own, they can be triggered by firing multiple calls to the same event on $animate. However, the restrictions surrounding this - * are that each of the elements must have the same CSS className value as well as the same parent element. A stagger operation - * will also be reset if more than 10ms has passed after the last animation has been fired. - * - * The following code will issue the **ng-leave-stagger** event on the element provided: - * - * ```js - * var kids = parent.children(); - * - * $animate.leave(kids[0]); //stagger index=0 - * $animate.leave(kids[1]); //stagger index=1 - * $animate.leave(kids[2]); //stagger index=2 - * $animate.leave(kids[3]); //stagger index=3 - * $animate.leave(kids[4]); //stagger index=4 - * - * $timeout(function() { - * //stagger has reset itself - * $animate.leave(kids[5]); //stagger index=0 - * $animate.leave(kids[6]); //stagger index=1 - * }, 100, false); - * ``` - * - * Stagger animations are currently only supported within CSS-defined animations. - * - * ## JavaScript-defined Animations - * In the event that you do not want to use CSS3 transitions or CSS3 animations or if you wish to offer animations on browsers that do not - * yet support CSS transitions/animations, then you can make use of JavaScript animations defined inside of your AngularJS module. - * - * ```js - * //!annotate="YourApp" Your AngularJS Module|Replace this or ngModule with the module that you used to define your application. - * var ngModule = angular.module('YourApp', ['ngAnimate']); - * ngModule.animation('.my-crazy-animation', function() { - * return { - * enter: function(element, done) { - * //run the animation here and call done when the animation is complete - * return function(cancelled) { - * //this (optional) function will be called when the animation - * //completes or when the animation is cancelled (the cancelled - * //flag will be set to true if cancelled). - * }; - * }, - * leave: function(element, done) { }, - * move: function(element, done) { }, - * - * //animation that can be triggered before the class is added - * beforeAddClass: function(element, className, done) { }, - * - * //animation that can be triggered after the class is added - * addClass: function(element, className, done) { }, - * - * //animation that can be triggered before the class is removed - * beforeRemoveClass: function(element, className, done) { }, - * - * //animation that can be triggered after the class is removed - * removeClass: function(element, className, done) { } - * }; - * }); - * ``` - * - * JavaScript-defined animations are created with a CSS-like class selector and a collection of events which are set to run - * a javascript callback function. When an animation is triggered, $animate will look for a matching animation which fits - * the element's CSS class attribute value and then run the matching animation event function (if found). - * In other words, if the CSS classes present on the animated element match any of the JavaScript animations then the callback function will - * be executed. It should be also noted that only simple, single class selectors are allowed (compound class selectors are not supported). - * - * Within a JavaScript animation, an object containing various event callback animation functions is expected to be returned. - * As explained above, these callbacks are triggered based on the animation event. Therefore if an enter animation is run, - * and the JavaScript animation is found, then the enter callback will handle that animation (in addition to the CSS keyframe animation - * or transition code that is defined via a stylesheet). - * - * - * ### Applying Directive-specific Styles to an Animation - * In some cases a directive or service may want to provide `$animate` with extra details that the animation will - * include into its animation. Let's say for example we wanted to render an animation that animates an element - * towards the mouse coordinates as to where the user clicked last. By collecting the X/Y coordinates of the click - * (via the event parameter) we can set the `top` and `left` styles into an object and pass that into our function - * call to `$animate.addClass`. - * - * ```js - * canvas.on('click', function(e) { - * $animate.addClass(element, 'on', { - * to: { - * left : e.client.x + 'px', - * top : e.client.y + 'px' - * } - * }): - * }); - * ``` - * - * Now when the animation runs, and a transition or keyframe animation is picked up, then the animation itself will - * also include and transition the styling of the `left` and `top` properties into its running animation. If we want - * to provide some starting animation values then we can do so by placing the starting animations styles into an object - * called `from` in the same object as the `to` animations. - * - * ```js - * canvas.on('click', function(e) { - * $animate.addClass(element, 'on', { - * from: { - * position: 'absolute', - * left: '0px', - * top: '0px' - * }, - * to: { - * left : e.client.x + 'px', - * top : e.client.y + 'px' - * } - * }): - * }); - * ``` - * - * Once the animation is complete or cancelled then the union of both the before and after styles are applied to the - * element. If `ngAnimate` is not present then the styles will be applied immediately. - * - */ - -angular.module('ngAnimate', ['ng']) - - /** - * @ngdoc provider - * @name $animateProvider - * @description - * - * The `$animateProvider` allows developers to register JavaScript animation event handlers directly inside of a module. - * When an animation is triggered, the $animate service will query the $animate service to find any animations that match - * the provided name value. - * - * Requires the {@link ngAnimate `ngAnimate`} module to be installed. - * - * Please visit the {@link ngAnimate `ngAnimate`} module overview page learn more about how to use animations in your application. - * - */ - .directive('ngAnimateChildren', function() { - var NG_ANIMATE_CHILDREN = '$$ngAnimateChildren'; - return function(scope, element, attrs) { - var val = attrs.ngAnimateChildren; - if (angular.isString(val) && val.length === 0) { //empty attribute - element.data(NG_ANIMATE_CHILDREN, true); - } else { - scope.$watch(val, function(value) { - element.data(NG_ANIMATE_CHILDREN, !!value); - }); - } - }; - }) - - //this private service is only used within CSS-enabled animations - //IE8 + IE9 do not support rAF natively, but that is fine since they - //also don't support transitions and keyframes which means that the code - //below will never be used by the two browsers. - .factory('$$animateReflow', ['$$rAF', '$document', function($$rAF, $document) { - var bod = $document[0].body; - return function(fn) { - //the returned function acts as the cancellation function - return $$rAF(function() { - //the line below will force the browser to perform a repaint - //so that all the animated elements within the animation frame - //will be properly updated and drawn on screen. This is - //required to perform multi-class CSS based animations with - //Firefox. DO NOT REMOVE THIS LINE. - var a = bod.offsetWidth + 1; - fn(); - }); - }; - }]) - - .config(['$provide', '$animateProvider', function($provide, $animateProvider) { - var noop = angular.noop; - var forEach = angular.forEach; - var selectors = $animateProvider.$$selectors; - var isArray = angular.isArray; - var isString = angular.isString; - var isObject = angular.isObject; - - var ELEMENT_NODE = 1; - var NG_ANIMATE_STATE = '$$ngAnimateState'; - var NG_ANIMATE_CHILDREN = '$$ngAnimateChildren'; - var NG_ANIMATE_CLASS_NAME = 'ng-animate'; - var rootAnimateState = {running: true}; - - function extractElementNode(element) { - for (var i = 0; i < element.length; i++) { - var elm = element[i]; - if (elm.nodeType == ELEMENT_NODE) { - return elm; - } - } - } - - function prepareElement(element) { - return element && angular.element(element); - } - - function stripCommentsFromElement(element) { - return angular.element(extractElementNode(element)); - } - - function isMatchingElement(elm1, elm2) { - return extractElementNode(elm1) == extractElementNode(elm2); - } - - $provide.decorator('$animate', - ['$delegate', '$$q', '$injector', '$sniffer', '$rootElement', '$$asyncCallback', '$rootScope', '$document', '$templateRequest', - function($delegate, $$q, $injector, $sniffer, $rootElement, $$asyncCallback, $rootScope, $document, $templateRequest) { - - $rootElement.data(NG_ANIMATE_STATE, rootAnimateState); - - // Wait until all directive and route-related templates are downloaded and - // compiled. The $templateRequest.totalPendingRequests variable keeps track of - // all of the remote templates being currently downloaded. If there are no - // templates currently downloading then the watcher will still fire anyway. - var deregisterWatch = $rootScope.$watch( - function() { return $templateRequest.totalPendingRequests; }, - function(val, oldVal) { - if (val !== 0) return; - deregisterWatch(); - - // Now that all templates have been downloaded, $animate will wait until - // the post digest queue is empty before enabling animations. By having two - // calls to $postDigest calls we can ensure that the flag is enabled at the - // very end of the post digest queue. Since all of the animations in $animate - // use $postDigest, it's important that the code below executes at the end. - // This basically means that the page is fully downloaded and compiled before - // any animations are triggered. - $rootScope.$$postDigest(function() { - $rootScope.$$postDigest(function() { - rootAnimateState.running = false; - }); - }); - } - ); - - var globalAnimationCounter = 0; - var classNameFilter = $animateProvider.classNameFilter(); - var isAnimatableClassName = !classNameFilter - ? function() { return true; } - : function(className) { - return classNameFilter.test(className); - }; - - function classBasedAnimationsBlocked(element, setter) { - var data = element.data(NG_ANIMATE_STATE) || {}; - if (setter) { - data.running = true; - data.structural = true; - element.data(NG_ANIMATE_STATE, data); - } - return data.disabled || (data.running && data.structural); - } - - function runAnimationPostDigest(fn) { - var cancelFn, defer = $$q.defer(); - defer.promise.$$cancelFn = function() { - cancelFn && cancelFn(); - }; - $rootScope.$$postDigest(function() { - cancelFn = fn(function() { - defer.resolve(); - }); - }); - return defer.promise; - } - - function parseAnimateOptions(options) { - // some plugin code may still be passing in the callback - // function as the last param for the $animate methods so - // it's best to only allow string or array values for now - if (isObject(options)) { - if (options.tempClasses && isString(options.tempClasses)) { - options.tempClasses = options.tempClasses.split(/\s+/); - } - return options; - } - } - - function resolveElementClasses(element, cache, runningAnimations) { - runningAnimations = runningAnimations || {}; - - var lookup = {}; - forEach(runningAnimations, function(data, selector) { - forEach(selector.split(' '), function(s) { - lookup[s]=data; - }); - }); - - var hasClasses = Object.create(null); - forEach((element.attr('class') || '').split(/\s+/), function(className) { - hasClasses[className] = true; - }); - - var toAdd = [], toRemove = []; - forEach((cache && cache.classes) || [], function(status, className) { - var hasClass = hasClasses[className]; - var matchingAnimation = lookup[className] || {}; - - // When addClass and removeClass is called then $animate will check to - // see if addClass and removeClass cancel each other out. When there are - // more calls to removeClass than addClass then the count falls below 0 - // and then the removeClass animation will be allowed. Otherwise if the - // count is above 0 then that means an addClass animation will commence. - // Once an animation is allowed then the code will also check to see if - // there exists any on-going animation that is already adding or remvoing - // the matching CSS class. - if (status === false) { - //does it have the class or will it have the class - if (hasClass || matchingAnimation.event == 'addClass') { - toRemove.push(className); - } - } else if (status === true) { - //is the class missing or will it be removed? - if (!hasClass || matchingAnimation.event == 'removeClass') { - toAdd.push(className); - } - } - }); - - return (toAdd.length + toRemove.length) > 0 && [toAdd.join(' '), toRemove.join(' ')]; - } - - function lookup(name) { - if (name) { - var matches = [], - flagMap = {}, - classes = name.substr(1).split('.'); - - //the empty string value is the default animation - //operation which performs CSS transition and keyframe - //animations sniffing. This is always included for each - //element animation procedure if the browser supports - //transitions and/or keyframe animations. The default - //animation is added to the top of the list to prevent - //any previous animations from affecting the element styling - //prior to the element being animated. - if ($sniffer.transitions || $sniffer.animations) { - matches.push($injector.get(selectors[''])); - } - - for (var i=0; i < classes.length; i++) { - var klass = classes[i], - selectorFactoryName = selectors[klass]; - if (selectorFactoryName && !flagMap[klass]) { - matches.push($injector.get(selectorFactoryName)); - flagMap[klass] = true; - } - } - return matches; - } - } - - function animationRunner(element, animationEvent, className, options) { - //transcluded directives may sometimes fire an animation using only comment nodes - //best to catch this early on to prevent any animation operations from occurring - var node = element[0]; - if (!node) { - return; - } - - if (options) { - options.to = options.to || {}; - options.from = options.from || {}; - } - - var classNameAdd; - var classNameRemove; - if (isArray(className)) { - classNameAdd = className[0]; - classNameRemove = className[1]; - if (!classNameAdd) { - className = classNameRemove; - animationEvent = 'removeClass'; - } else if (!classNameRemove) { - className = classNameAdd; - animationEvent = 'addClass'; - } else { - className = classNameAdd + ' ' + classNameRemove; - } - } - - var isSetClassOperation = animationEvent == 'setClass'; - var isClassBased = isSetClassOperation - || animationEvent == 'addClass' - || animationEvent == 'removeClass' - || animationEvent == 'animate'; - - var currentClassName = element.attr('class'); - var classes = currentClassName + ' ' + className; - if (!isAnimatableClassName(classes)) { - return; - } - - var beforeComplete = noop, - beforeCancel = [], - before = [], - afterComplete = noop, - afterCancel = [], - after = []; - - var animationLookup = (' ' + classes).replace(/\s+/g,'.'); - forEach(lookup(animationLookup), function(animationFactory) { - var created = registerAnimation(animationFactory, animationEvent); - if (!created && isSetClassOperation) { - registerAnimation(animationFactory, 'addClass'); - registerAnimation(animationFactory, 'removeClass'); - } - }); - - function registerAnimation(animationFactory, event) { - var afterFn = animationFactory[event]; - var beforeFn = animationFactory['before' + event.charAt(0).toUpperCase() + event.substr(1)]; - if (afterFn || beforeFn) { - if (event == 'leave') { - beforeFn = afterFn; - //when set as null then animation knows to skip this phase - afterFn = null; - } - after.push({ - event: event, fn: afterFn - }); - before.push({ - event: event, fn: beforeFn - }); - return true; - } - } - - function run(fns, cancellations, allCompleteFn) { - var animations = []; - forEach(fns, function(animation) { - animation.fn && animations.push(animation); - }); - - var count = 0; - function afterAnimationComplete(index) { - if (cancellations) { - (cancellations[index] || noop)(); - if (++count < animations.length) return; - cancellations = null; - } - allCompleteFn(); - } - - //The code below adds directly to the array in order to work with - //both sync and async animations. Sync animations are when the done() - //operation is called right away. DO NOT REFACTOR! - forEach(animations, function(animation, index) { - var progress = function() { - afterAnimationComplete(index); - }; - switch (animation.event) { - case 'setClass': - cancellations.push(animation.fn(element, classNameAdd, classNameRemove, progress, options)); - break; - case 'animate': - cancellations.push(animation.fn(element, className, options.from, options.to, progress)); - break; - case 'addClass': - cancellations.push(animation.fn(element, classNameAdd || className, progress, options)); - break; - case 'removeClass': - cancellations.push(animation.fn(element, classNameRemove || className, progress, options)); - break; - default: - cancellations.push(animation.fn(element, progress, options)); - break; - } - }); - - if (cancellations && cancellations.length === 0) { - allCompleteFn(); - } - } - - return { - node: node, - event: animationEvent, - className: className, - isClassBased: isClassBased, - isSetClassOperation: isSetClassOperation, - applyStyles: function() { - if (options) { - element.css(angular.extend(options.from || {}, options.to || {})); - } - }, - before: function(allCompleteFn) { - beforeComplete = allCompleteFn; - run(before, beforeCancel, function() { - beforeComplete = noop; - allCompleteFn(); - }); - }, - after: function(allCompleteFn) { - afterComplete = allCompleteFn; - run(after, afterCancel, function() { - afterComplete = noop; - allCompleteFn(); - }); - }, - cancel: function() { - if (beforeCancel) { - forEach(beforeCancel, function(cancelFn) { - (cancelFn || noop)(true); - }); - beforeComplete(true); - } - if (afterCancel) { - forEach(afterCancel, function(cancelFn) { - (cancelFn || noop)(true); - }); - afterComplete(true); - } - } - }; - } - - /** - * @ngdoc service - * @name $animate - * @kind object - * - * @description - * The `$animate` service provides animation detection support while performing DOM operations (enter, leave and move) as well as during addClass and removeClass operations. - * When any of these operations are run, the $animate service - * will examine any JavaScript-defined animations (which are defined by using the $animateProvider provider object) - * as well as any CSS-defined animations against the CSS classes present on the element once the DOM operation is run. - * - * The `$animate` service is used behind the scenes with pre-existing directives and animation with these directives - * will work out of the box without any extra configuration. - * - * Requires the {@link ngAnimate `ngAnimate`} module to be installed. - * - * Please visit the {@link ngAnimate `ngAnimate`} module overview page learn more about how to use animations in your application. - * ## Callback Promises - * With AngularJS 1.3, each of the animation methods, on the `$animate` service, return a promise when called. The - * promise itself is then resolved once the animation has completed itself, has been cancelled or has been - * skipped due to animations being disabled. (Note that even if the animation is cancelled it will still - * call the resolve function of the animation.) - * - * ```js - * $animate.enter(element, container).then(function() { - * //...this is called once the animation is complete... - * }); - * ``` - * - * Also note that, due to the nature of the callback promise, if any Angular-specific code (like changing the scope, - * location of the page, etc...) is executed within the callback promise then be sure to wrap the code using - * `$scope.$apply(...)`; - * - * ```js - * $animate.leave(element).then(function() { - * $scope.$apply(function() { - * $location.path('/new-page'); - * }); - * }); - * ``` - * - * An animation can also be cancelled by calling the `$animate.cancel(promise)` method with the provided - * promise that was returned when the animation was started. - * - * ```js - * var promise = $animate.addClass(element, 'super-long-animation').then(function() { - * //this will still be called even if cancelled - * }); - * - * element.on('click', function() { - * //tooo lazy to wait for the animation to end - * $animate.cancel(promise); - * }); - * ``` - * - * (Keep in mind that the promise cancellation is unique to `$animate` since promises in - * general cannot be cancelled.) - * - */ - return { - /** - * @ngdoc method - * @name $animate#animate - * @kind function - * - * @description - * Performs an inline animation on the element which applies the provided `to` and `from` CSS styles to the element. - * If any detected CSS transition, keyframe or JavaScript matches the provided `className` value then the animation - * will take on the provided styles. For example, if a transition animation is set for the given className then the - * provided `from` and `to` styles will be applied alongside the given transition. If a JavaScript animation is - * detected then the provided styles will be given in as function paramters. - * - * ```js - * ngModule.animation('.my-inline-animation', function() { - * return { - * animate : function(element, className, from, to, done) { - * //styles - * } - * } - * }); - * ``` - * - * Below is a breakdown of each step that occurs during the `animate` animation: - * - * | Animation Step | What the element class attribute looks like | - * |-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------| - * | 1. $animate.animate(...) is called | class="my-animation" | - * | 2. $animate waits for the next digest to start the animation | class="my-animation ng-animate" | - * | 3. $animate runs the JavaScript-defined animations detected on the element | class="my-animation ng-animate" | - * | 4. the className class value is added to the element | class="my-animation ng-animate className" | - * | 5. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate className" | - * | 6. $animate blocks all CSS transitions on the element to ensure the .className class styling is applied right away| class="my-animation ng-animate className" | - * | 7. $animate applies the provided collection of `from` CSS styles to the element | class="my-animation ng-animate className" | - * | 8. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate className" | - * | 9. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate className" | - * | 10. the className-active class is added (this triggers the CSS transition/animation) | class="my-animation ng-animate className className-active" | - * | 11. $animate applies the collection of `to` CSS styles to the element which are then handled by the transition | class="my-animation ng-animate className className-active" | - * | 12. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate className className-active" | - * | 13. The animation ends and all generated CSS classes are removed from the element | class="my-animation" | - * | 14. The returned promise is resolved. | class="my-animation" | - * - * @param {DOMElement} element the element that will be the focus of the enter animation - * @param {object} from a collection of CSS styles that will be applied to the element at the start of the animation - * @param {object} to a collection of CSS styles that the element will animate towards - * @param {string=} className an optional CSS class that will be added to the element for the duration of the animation (the default class is `ng-inline-animate`) - * @param {object=} options an optional collection of options that will be picked up by the CSS transition/animation - * @return {Promise} the animation callback promise - */ - animate: function(element, from, to, className, options) { - className = className || 'ng-inline-animate'; - options = parseAnimateOptions(options) || {}; - options.from = to ? from : null; - options.to = to ? to : from; - - return runAnimationPostDigest(function(done) { - return performAnimation('animate', className, stripCommentsFromElement(element), null, null, noop, options, done); - }); - }, - - /** - * @ngdoc method - * @name $animate#enter - * @kind function - * - * @description - * Appends the element to the parentElement element that resides in the document and then runs the enter animation. Once - * the animation is started, the following CSS classes will be present on the element for the duration of the animation: - * - * Below is a breakdown of each step that occurs during enter animation: - * - * | Animation Step | What the element class attribute looks like | - * |-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------| - * | 1. $animate.enter(...) is called | class="my-animation" | - * | 2. element is inserted into the parentElement element or beside the afterElement element | class="my-animation" | - * | 3. $animate waits for the next digest to start the animation | class="my-animation ng-animate" | - * | 4. $animate runs the JavaScript-defined animations detected on the element | class="my-animation ng-animate" | - * | 5. the .ng-enter class is added to the element | class="my-animation ng-animate ng-enter" | - * | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate ng-enter" | - * | 7. $animate blocks all CSS transitions on the element to ensure the .ng-enter class styling is applied right away | class="my-animation ng-animate ng-enter" | - * | 8. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate ng-enter" | - * | 9. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate ng-enter" | - * | 10. the .ng-enter-active class is added (this triggers the CSS transition/animation) | class="my-animation ng-animate ng-enter ng-enter-active" | - * | 11. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate ng-enter ng-enter-active" | - * | 12. The animation ends and all generated CSS classes are removed from the element | class="my-animation" | - * | 13. The returned promise is resolved. | class="my-animation" | - * - * @param {DOMElement} element the element that will be the focus of the enter animation - * @param {DOMElement} parentElement the parent element of the element that will be the focus of the enter animation - * @param {DOMElement} afterElement the sibling element (which is the previous element) of the element that will be the focus of the enter animation - * @param {object=} options an optional collection of options that will be picked up by the CSS transition/animation - * @return {Promise} the animation callback promise - */ - enter: function(element, parentElement, afterElement, options) { - options = parseAnimateOptions(options); - element = angular.element(element); - parentElement = prepareElement(parentElement); - afterElement = prepareElement(afterElement); - - classBasedAnimationsBlocked(element, true); - $delegate.enter(element, parentElement, afterElement); - return runAnimationPostDigest(function(done) { - return performAnimation('enter', 'ng-enter', stripCommentsFromElement(element), parentElement, afterElement, noop, options, done); - }); - }, - - /** - * @ngdoc method - * @name $animate#leave - * @kind function - * - * @description - * Runs the leave animation operation and, upon completion, removes the element from the DOM. Once - * the animation is started, the following CSS classes will be added for the duration of the animation: - * - * Below is a breakdown of each step that occurs during leave animation: - * - * | Animation Step | What the element class attribute looks like | - * |-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------| - * | 1. $animate.leave(...) is called | class="my-animation" | - * | 2. $animate runs the JavaScript-defined animations detected on the element | class="my-animation ng-animate" | - * | 3. $animate waits for the next digest to start the animation | class="my-animation ng-animate" | - * | 4. the .ng-leave class is added to the element | class="my-animation ng-animate ng-leave" | - * | 5. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate ng-leave" | - * | 6. $animate blocks all CSS transitions on the element to ensure the .ng-leave class styling is applied right away | class="my-animation ng-animate ng-leave" | - * | 7. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate ng-leave" | - * | 8. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate ng-leave" | - * | 9. the .ng-leave-active class is added (this triggers the CSS transition/animation) | class="my-animation ng-animate ng-leave ng-leave-active" | - * | 10. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate ng-leave ng-leave-active" | - * | 11. The animation ends and all generated CSS classes are removed from the element | class="my-animation" | - * | 12. The element is removed from the DOM | ... | - * | 13. The returned promise is resolved. | ... | - * - * @param {DOMElement} element the element that will be the focus of the leave animation - * @param {object=} options an optional collection of styles that will be picked up by the CSS transition/animation - * @return {Promise} the animation callback promise - */ - leave: function(element, options) { - options = parseAnimateOptions(options); - element = angular.element(element); - - cancelChildAnimations(element); - classBasedAnimationsBlocked(element, true); - return runAnimationPostDigest(function(done) { - return performAnimation('leave', 'ng-leave', stripCommentsFromElement(element), null, null, function() { - $delegate.leave(element); - }, options, done); - }); - }, - - /** - * @ngdoc method - * @name $animate#move - * @kind function - * - * @description - * Fires the move DOM operation. Just before the animation starts, the animate service will either append it into the parentElement container or - * add the element directly after the afterElement element if present. Then the move animation will be run. Once - * the animation is started, the following CSS classes will be added for the duration of the animation: - * - * Below is a breakdown of each step that occurs during move animation: - * - * | Animation Step | What the element class attribute looks like | - * |------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------| - * | 1. $animate.move(...) is called | class="my-animation" | - * | 2. element is moved into the parentElement element or beside the afterElement element | class="my-animation" | - * | 3. $animate waits for the next digest to start the animation | class="my-animation ng-animate" | - * | 4. $animate runs the JavaScript-defined animations detected on the element | class="my-animation ng-animate" | - * | 5. the .ng-move class is added to the element | class="my-animation ng-animate ng-move" | - * | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate ng-move" | - * | 7. $animate blocks all CSS transitions on the element to ensure the .ng-move class styling is applied right away | class="my-animation ng-animate ng-move" | - * | 8. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate ng-move" | - * | 9. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate ng-move" | - * | 10. the .ng-move-active class is added (this triggers the CSS transition/animation) | class="my-animation ng-animate ng-move ng-move-active" | - * | 11. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate ng-move ng-move-active" | - * | 12. The animation ends and all generated CSS classes are removed from the element | class="my-animation" | - * | 13. The returned promise is resolved. | class="my-animation" | - * - * @param {DOMElement} element the element that will be the focus of the move animation - * @param {DOMElement} parentElement the parentElement element of the element that will be the focus of the move animation - * @param {DOMElement} afterElement the sibling element (which is the previous element) of the element that will be the focus of the move animation - * @param {object=} options an optional collection of styles that will be picked up by the CSS transition/animation - * @return {Promise} the animation callback promise - */ - move: function(element, parentElement, afterElement, options) { - options = parseAnimateOptions(options); - element = angular.element(element); - parentElement = prepareElement(parentElement); - afterElement = prepareElement(afterElement); - - cancelChildAnimations(element); - classBasedAnimationsBlocked(element, true); - $delegate.move(element, parentElement, afterElement); - return runAnimationPostDigest(function(done) { - return performAnimation('move', 'ng-move', stripCommentsFromElement(element), parentElement, afterElement, noop, options, done); - }); - }, - - /** - * @ngdoc method - * @name $animate#addClass - * - * @description - * Triggers a custom animation event based off the className variable and then attaches the className value to the element as a CSS class. - * Unlike the other animation methods, the animate service will suffix the className value with {@type -add} in order to provide - * the animate service the setup and active CSS classes in order to trigger the animation (this will be skipped if no CSS transitions - * or keyframes are defined on the -add-active or base CSS class). - * - * Below is a breakdown of each step that occurs during addClass animation: - * - * | Animation Step | What the element class attribute looks like | - * |----------------------------------------------------------------------------------------------------|------------------------------------------------------------------| - * | 1. $animate.addClass(element, 'super') is called | class="my-animation" | - * | 2. $animate runs the JavaScript-defined animations detected on the element | class="my-animation ng-animate" | - * | 3. the .super-add class is added to the element | class="my-animation ng-animate super-add" | - * | 4. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate super-add" | - * | 5. the .super and .super-add-active classes are added (this triggers the CSS transition/animation) | class="my-animation ng-animate super super-add super-add-active" | - * | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate super super-add super-add-active" | - * | 7. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate super super-add super-add-active" | - * | 8. The animation ends and all generated CSS classes are removed from the element | class="my-animation super" | - * | 9. The super class is kept on the element | class="my-animation super" | - * | 10. The returned promise is resolved. | class="my-animation super" | - * - * @param {DOMElement} element the element that will be animated - * @param {string} className the CSS class that will be added to the element and then animated - * @param {object=} options an optional collection of styles that will be picked up by the CSS transition/animation - * @return {Promise} the animation callback promise - */ - addClass: function(element, className, options) { - return this.setClass(element, className, [], options); - }, - - /** - * @ngdoc method - * @name $animate#removeClass - * - * @description - * Triggers a custom animation event based off the className variable and then removes the CSS class provided by the className value - * from the element. Unlike the other animation methods, the animate service will suffix the className value with {@type -remove} in - * order to provide the animate service the setup and active CSS classes in order to trigger the animation (this will be skipped if - * no CSS transitions or keyframes are defined on the -remove or base CSS classes). - * - * Below is a breakdown of each step that occurs during removeClass animation: - * - * | Animation Step | What the element class attribute looks like | - * |------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------| - * | 1. $animate.removeClass(element, 'super') is called | class="my-animation super" | - * | 2. $animate runs the JavaScript-defined animations detected on the element | class="my-animation super ng-animate" | - * | 3. the .super-remove class is added to the element | class="my-animation super ng-animate super-remove" | - * | 4. $animate waits for a single animation frame (this performs a reflow) | class="my-animation super ng-animate super-remove" | - * | 5. the .super-remove-active classes are added and .super is removed (this triggers the CSS transition/animation) | class="my-animation ng-animate super-remove super-remove-active" | - * | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate super-remove super-remove-active" | - * | 7. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate super-remove super-remove-active" | - * | 8. The animation ends and all generated CSS classes are removed from the element | class="my-animation" | - * | 9. The returned promise is resolved. | class="my-animation" | - * - * - * @param {DOMElement} element the element that will be animated - * @param {string} className the CSS class that will be animated and then removed from the element - * @param {object=} options an optional collection of styles that will be picked up by the CSS transition/animation - * @return {Promise} the animation callback promise - */ - removeClass: function(element, className, options) { - return this.setClass(element, [], className, options); - }, - - /** - * - * @ngdoc method - * @name $animate#setClass - * - * @description Adds and/or removes the given CSS classes to and from the element. - * Once complete, the done() callback will be fired (if provided). - * - * | Animation Step | What the element class attribute looks like | - * |--------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------| - * | 1. $animate.setClass(element, 'on', 'off') is called | class="my-animation off" | - * | 2. $animate runs the JavaScript-defined animations detected on the element | class="my-animation ng-animate off" | - * | 3. the .on-add and .off-remove classes are added to the element | class="my-animation ng-animate on-add off-remove off" | - * | 4. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate on-add off-remove off" | - * | 5. the .on, .on-add-active and .off-remove-active classes are added and .off is removed (this triggers the CSS transition/animation) | class="my-animation ng-animate on on-add on-add-active off-remove off-remove-active" | - * | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate on on-add on-add-active off-remove off-remove-active" | - * | 7. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate on on-add on-add-active off-remove off-remove-active" | - * | 8. The animation ends and all generated CSS classes are removed from the element | class="my-animation on" | - * | 9. The returned promise is resolved. | class="my-animation on" | - * - * @param {DOMElement} element the element which will have its CSS classes changed - * removed from it - * @param {string} add the CSS classes which will be added to the element - * @param {string} remove the CSS class which will be removed from the element - * CSS classes have been set on the element - * @param {object=} options an optional collection of styles that will be picked up by the CSS transition/animation - * @return {Promise} the animation callback promise - */ - setClass: function(element, add, remove, options) { - options = parseAnimateOptions(options); - - var STORAGE_KEY = '$$animateClasses'; - element = angular.element(element); - element = stripCommentsFromElement(element); - - if (classBasedAnimationsBlocked(element)) { - return $delegate.$$setClassImmediately(element, add, remove, options); - } - - // we're using a combined array for both the add and remove - // operations since the ORDER OF addClass and removeClass matters - var classes, cache = element.data(STORAGE_KEY); - var hasCache = !!cache; - if (!cache) { - cache = {}; - cache.classes = {}; - } - classes = cache.classes; - - add = isArray(add) ? add : add.split(' '); - forEach(add, function(c) { - if (c && c.length) { - classes[c] = true; - } - }); - - remove = isArray(remove) ? remove : remove.split(' '); - forEach(remove, function(c) { - if (c && c.length) { - classes[c] = false; - } - }); - - if (hasCache) { - if (options && cache.options) { - cache.options = angular.extend(cache.options || {}, options); - } - - //the digest cycle will combine all the animations into one function - return cache.promise; - } else { - element.data(STORAGE_KEY, cache = { - classes: classes, - options: options - }); - } - - return cache.promise = runAnimationPostDigest(function(done) { - var parentElement = element.parent(); - var elementNode = extractElementNode(element); - var parentNode = elementNode.parentNode; - // TODO(matsko): move this code into the animationsDisabled() function once #8092 is fixed - if (!parentNode || parentNode['$$NG_REMOVED'] || elementNode['$$NG_REMOVED']) { - done(); - return; - } - - var cache = element.data(STORAGE_KEY); - element.removeData(STORAGE_KEY); - - var state = element.data(NG_ANIMATE_STATE) || {}; - var classes = resolveElementClasses(element, cache, state.active); - return !classes - ? done() - : performAnimation('setClass', classes, element, parentElement, null, function() { - if (classes[0]) $delegate.$$addClassImmediately(element, classes[0]); - if (classes[1]) $delegate.$$removeClassImmediately(element, classes[1]); - }, cache.options, done); - }); - }, - - /** - * @ngdoc method - * @name $animate#cancel - * @kind function - * - * @param {Promise} animationPromise The animation promise that is returned when an animation is started. - * - * @description - * Cancels the provided animation. - */ - cancel: function(promise) { - promise.$$cancelFn(); - }, - - /** - * @ngdoc method - * @name $animate#enabled - * @kind function - * - * @param {boolean=} value If provided then set the animation on or off. - * @param {DOMElement=} element If provided then the element will be used to represent the enable/disable operation - * @return {boolean} Current animation state. - * - * @description - * Globally enables/disables animations. - * - */ - enabled: function(value, element) { - switch (arguments.length) { - case 2: - if (value) { - cleanup(element); - } else { - var data = element.data(NG_ANIMATE_STATE) || {}; - data.disabled = true; - element.data(NG_ANIMATE_STATE, data); - } - break; - - case 1: - rootAnimateState.disabled = !value; - break; - - default: - value = !rootAnimateState.disabled; - break; - } - return !!value; - } - }; - - /* - all animations call this shared animation triggering function internally. - The animationEvent variable refers to the JavaScript animation event that will be triggered - and the className value is the name of the animation that will be applied within the - CSS code. Element, parentElement and afterElement are provided DOM elements for the animation - and the onComplete callback will be fired once the animation is fully complete. - */ - function performAnimation(animationEvent, className, element, parentElement, afterElement, domOperation, options, doneCallback) { - var noopCancel = noop; - var runner = animationRunner(element, animationEvent, className, options); - if (!runner) { - fireDOMOperation(); - fireBeforeCallbackAsync(); - fireAfterCallbackAsync(); - closeAnimation(); - return noopCancel; - } - - animationEvent = runner.event; - className = runner.className; - var elementEvents = angular.element._data(runner.node); - elementEvents = elementEvents && elementEvents.events; - - if (!parentElement) { - parentElement = afterElement ? afterElement.parent() : element.parent(); - } - - //skip the animation if animations are disabled, a parent is already being animated, - //the element is not currently attached to the document body or then completely close - //the animation if any matching animations are not found at all. - //NOTE: IE8 + IE9 should close properly (run closeAnimation()) in case an animation was found. - if (animationsDisabled(element, parentElement)) { - fireDOMOperation(); - fireBeforeCallbackAsync(); - fireAfterCallbackAsync(); - closeAnimation(); - return noopCancel; - } - - var ngAnimateState = element.data(NG_ANIMATE_STATE) || {}; - var runningAnimations = ngAnimateState.active || {}; - var totalActiveAnimations = ngAnimateState.totalActive || 0; - var lastAnimation = ngAnimateState.last; - var skipAnimation = false; - - if (totalActiveAnimations > 0) { - var animationsToCancel = []; - if (!runner.isClassBased) { - if (animationEvent == 'leave' && runningAnimations['ng-leave']) { - skipAnimation = true; - } else { - //cancel all animations when a structural animation takes place - for (var klass in runningAnimations) { - animationsToCancel.push(runningAnimations[klass]); - } - ngAnimateState = {}; - cleanup(element, true); - } - } else if (lastAnimation.event == 'setClass') { - animationsToCancel.push(lastAnimation); - cleanup(element, className); - } - else if (runningAnimations[className]) { - var current = runningAnimations[className]; - if (current.event == animationEvent) { - skipAnimation = true; - } else { - animationsToCancel.push(current); - cleanup(element, className); - } - } - - if (animationsToCancel.length > 0) { - forEach(animationsToCancel, function(operation) { - operation.cancel(); - }); - } - } - - if (runner.isClassBased - && !runner.isSetClassOperation - && animationEvent != 'animate' - && !skipAnimation) { - skipAnimation = (animationEvent == 'addClass') == element.hasClass(className); //opposite of XOR - } - - if (skipAnimation) { - fireDOMOperation(); - fireBeforeCallbackAsync(); - fireAfterCallbackAsync(); - fireDoneCallbackAsync(); - return noopCancel; - } - - runningAnimations = ngAnimateState.active || {}; - totalActiveAnimations = ngAnimateState.totalActive || 0; - - if (animationEvent == 'leave') { - //there's no need to ever remove the listener since the element - //will be removed (destroyed) after the leave animation ends or - //is cancelled midway - element.one('$destroy', function(e) { - var element = angular.element(this); - var state = element.data(NG_ANIMATE_STATE); - if (state) { - var activeLeaveAnimation = state.active['ng-leave']; - if (activeLeaveAnimation) { - activeLeaveAnimation.cancel(); - cleanup(element, 'ng-leave'); - } - } - }); - } - - //the ng-animate class does nothing, but it's here to allow for - //parent animations to find and cancel child animations when needed - element.addClass(NG_ANIMATE_CLASS_NAME); - if (options && options.tempClasses) { - forEach(options.tempClasses, function(className) { - element.addClass(className); - }); - } - - var localAnimationCount = globalAnimationCounter++; - totalActiveAnimations++; - runningAnimations[className] = runner; - - element.data(NG_ANIMATE_STATE, { - last: runner, - active: runningAnimations, - index: localAnimationCount, - totalActive: totalActiveAnimations - }); - - //first we run the before animations and when all of those are complete - //then we perform the DOM operation and run the next set of animations - fireBeforeCallbackAsync(); - runner.before(function(cancelled) { - var data = element.data(NG_ANIMATE_STATE); - cancelled = cancelled || - !data || !data.active[className] || - (runner.isClassBased && data.active[className].event != animationEvent); - - fireDOMOperation(); - if (cancelled === true) { - closeAnimation(); - } else { - fireAfterCallbackAsync(); - runner.after(closeAnimation); - } - }); - - return runner.cancel; - - function fireDOMCallback(animationPhase) { - var eventName = '$animate:' + animationPhase; - if (elementEvents && elementEvents[eventName] && elementEvents[eventName].length > 0) { - $$asyncCallback(function() { - element.triggerHandler(eventName, { - event: animationEvent, - className: className - }); - }); - } - } - - function fireBeforeCallbackAsync() { - fireDOMCallback('before'); - } - - function fireAfterCallbackAsync() { - fireDOMCallback('after'); - } - - function fireDoneCallbackAsync() { - fireDOMCallback('close'); - doneCallback(); - } - - //it is less complicated to use a flag than managing and canceling - //timeouts containing multiple callbacks. - function fireDOMOperation() { - if (!fireDOMOperation.hasBeenRun) { - fireDOMOperation.hasBeenRun = true; - domOperation(); - } - } - - function closeAnimation() { - if (!closeAnimation.hasBeenRun) { - if (runner) { //the runner doesn't exist if it fails to instantiate - runner.applyStyles(); - } - - closeAnimation.hasBeenRun = true; - if (options && options.tempClasses) { - forEach(options.tempClasses, function(className) { - element.removeClass(className); - }); - } - - var data = element.data(NG_ANIMATE_STATE); - if (data) { - - /* only structural animations wait for reflow before removing an - animation, but class-based animations don't. An example of this - failing would be when a parent HTML tag has a ng-class attribute - causing ALL directives below to skip animations during the digest */ - if (runner && runner.isClassBased) { - cleanup(element, className); - } else { - $$asyncCallback(function() { - var data = element.data(NG_ANIMATE_STATE) || {}; - if (localAnimationCount == data.index) { - cleanup(element, className, animationEvent); - } - }); - element.data(NG_ANIMATE_STATE, data); - } - } - fireDoneCallbackAsync(); - } - } - } - - function cancelChildAnimations(element) { - var node = extractElementNode(element); - if (node) { - var nodes = angular.isFunction(node.getElementsByClassName) ? - node.getElementsByClassName(NG_ANIMATE_CLASS_NAME) : - node.querySelectorAll('.' + NG_ANIMATE_CLASS_NAME); - forEach(nodes, function(element) { - element = angular.element(element); - var data = element.data(NG_ANIMATE_STATE); - if (data && data.active) { - forEach(data.active, function(runner) { - runner.cancel(); - }); - } - }); - } - } - - function cleanup(element, className) { - if (isMatchingElement(element, $rootElement)) { - if (!rootAnimateState.disabled) { - rootAnimateState.running = false; - rootAnimateState.structural = false; - } - } else if (className) { - var data = element.data(NG_ANIMATE_STATE) || {}; - - var removeAnimations = className === true; - if (!removeAnimations && data.active && data.active[className]) { - data.totalActive--; - delete data.active[className]; - } - - if (removeAnimations || !data.totalActive) { - element.removeClass(NG_ANIMATE_CLASS_NAME); - element.removeData(NG_ANIMATE_STATE); - } - } - } - - function animationsDisabled(element, parentElement) { - if (rootAnimateState.disabled) { - return true; - } - - if (isMatchingElement(element, $rootElement)) { - return rootAnimateState.running; - } - - var allowChildAnimations, parentRunningAnimation, hasParent; - do { - //the element did not reach the root element which means that it - //is not apart of the DOM. Therefore there is no reason to do - //any animations on it - if (parentElement.length === 0) break; - - var isRoot = isMatchingElement(parentElement, $rootElement); - var state = isRoot ? rootAnimateState : (parentElement.data(NG_ANIMATE_STATE) || {}); - if (state.disabled) { - return true; - } - - //no matter what, for an animation to work it must reach the root element - //this implies that the element is attached to the DOM when the animation is run - if (isRoot) { - hasParent = true; - } - - //once a flag is found that is strictly false then everything before - //it will be discarded and all child animations will be restricted - if (allowChildAnimations !== false) { - var animateChildrenFlag = parentElement.data(NG_ANIMATE_CHILDREN); - if (angular.isDefined(animateChildrenFlag)) { - allowChildAnimations = animateChildrenFlag; - } - } - - parentRunningAnimation = parentRunningAnimation || - state.running || - (state.last && !state.last.isClassBased); - } - while (parentElement = parentElement.parent()); - - return !hasParent || (!allowChildAnimations && parentRunningAnimation); - } - }]); - - $animateProvider.register('', ['$window', '$sniffer', '$timeout', '$$animateReflow', - function($window, $sniffer, $timeout, $$animateReflow) { - // Detect proper transitionend/animationend event names. - var CSS_PREFIX = '', TRANSITION_PROP, TRANSITIONEND_EVENT, ANIMATION_PROP, ANIMATIONEND_EVENT; - - // If unprefixed events are not supported but webkit-prefixed are, use the latter. - // Otherwise, just use W3C names, browsers not supporting them at all will just ignore them. - // Note: Chrome implements `window.onwebkitanimationend` and doesn't implement `window.onanimationend` - // but at the same time dispatches the `animationend` event and not `webkitAnimationEnd`. - // Register both events in case `window.onanimationend` is not supported because of that, - // do the same for `transitionend` as Safari is likely to exhibit similar behavior. - // Also, the only modern browser that uses vendor prefixes for transitions/keyframes is webkit - // therefore there is no reason to test anymore for other vendor prefixes: http://caniuse.com/#search=transition - if (window.ontransitionend === undefined && window.onwebkittransitionend !== undefined) { - CSS_PREFIX = '-webkit-'; - TRANSITION_PROP = 'WebkitTransition'; - TRANSITIONEND_EVENT = 'webkitTransitionEnd transitionend'; - } else { - TRANSITION_PROP = 'transition'; - TRANSITIONEND_EVENT = 'transitionend'; - } - - if (window.onanimationend === undefined && window.onwebkitanimationend !== undefined) { - CSS_PREFIX = '-webkit-'; - ANIMATION_PROP = 'WebkitAnimation'; - ANIMATIONEND_EVENT = 'webkitAnimationEnd animationend'; - } else { - ANIMATION_PROP = 'animation'; - ANIMATIONEND_EVENT = 'animationend'; - } - - var DURATION_KEY = 'Duration'; - var PROPERTY_KEY = 'Property'; - var DELAY_KEY = 'Delay'; - var ANIMATION_ITERATION_COUNT_KEY = 'IterationCount'; - var ANIMATION_PLAYSTATE_KEY = 'PlayState'; - var NG_ANIMATE_PARENT_KEY = '$$ngAnimateKey'; - var NG_ANIMATE_CSS_DATA_KEY = '$$ngAnimateCSS3Data'; - var ELAPSED_TIME_MAX_DECIMAL_PLACES = 3; - var CLOSING_TIME_BUFFER = 1.5; - var ONE_SECOND = 1000; - - var lookupCache = {}; - var parentCounter = 0; - var animationReflowQueue = []; - var cancelAnimationReflow; - function clearCacheAfterReflow() { - if (!cancelAnimationReflow) { - cancelAnimationReflow = $$animateReflow(function() { - animationReflowQueue = []; - cancelAnimationReflow = null; - lookupCache = {}; - }); - } - } - - function afterReflow(element, callback) { - if (cancelAnimationReflow) { - cancelAnimationReflow(); - } - animationReflowQueue.push(callback); - cancelAnimationReflow = $$animateReflow(function() { - forEach(animationReflowQueue, function(fn) { - fn(); - }); - - animationReflowQueue = []; - cancelAnimationReflow = null; - lookupCache = {}; - }); - } - - var closingTimer = null; - var closingTimestamp = 0; - var animationElementQueue = []; - function animationCloseHandler(element, totalTime) { - var node = extractElementNode(element); - element = angular.element(node); - - //this item will be garbage collected by the closing - //animation timeout - animationElementQueue.push(element); - - //but it may not need to cancel out the existing timeout - //if the timestamp is less than the previous one - var futureTimestamp = Date.now() + totalTime; - if (futureTimestamp <= closingTimestamp) { - return; - } - - $timeout.cancel(closingTimer); - - closingTimestamp = futureTimestamp; - closingTimer = $timeout(function() { - closeAllAnimations(animationElementQueue); - animationElementQueue = []; - }, totalTime, false); - } - - function closeAllAnimations(elements) { - forEach(elements, function(element) { - var elementData = element.data(NG_ANIMATE_CSS_DATA_KEY); - if (elementData) { - forEach(elementData.closeAnimationFns, function(fn) { - fn(); - }); - } - }); - } - - function getElementAnimationDetails(element, cacheKey) { - var data = cacheKey ? lookupCache[cacheKey] : null; - if (!data) { - var transitionDuration = 0; - var transitionDelay = 0; - var animationDuration = 0; - var animationDelay = 0; - - //we want all the styles defined before and after - forEach(element, function(element) { - if (element.nodeType == ELEMENT_NODE) { - var elementStyles = $window.getComputedStyle(element) || {}; - - var transitionDurationStyle = elementStyles[TRANSITION_PROP + DURATION_KEY]; - transitionDuration = Math.max(parseMaxTime(transitionDurationStyle), transitionDuration); - - var transitionDelayStyle = elementStyles[TRANSITION_PROP + DELAY_KEY]; - transitionDelay = Math.max(parseMaxTime(transitionDelayStyle), transitionDelay); - - var animationDelayStyle = elementStyles[ANIMATION_PROP + DELAY_KEY]; - animationDelay = Math.max(parseMaxTime(elementStyles[ANIMATION_PROP + DELAY_KEY]), animationDelay); - - var aDuration = parseMaxTime(elementStyles[ANIMATION_PROP + DURATION_KEY]); - - if (aDuration > 0) { - aDuration *= parseInt(elementStyles[ANIMATION_PROP + ANIMATION_ITERATION_COUNT_KEY], 10) || 1; - } - animationDuration = Math.max(aDuration, animationDuration); - } - }); - data = { - total: 0, - transitionDelay: transitionDelay, - transitionDuration: transitionDuration, - animationDelay: animationDelay, - animationDuration: animationDuration - }; - if (cacheKey) { - lookupCache[cacheKey] = data; - } - } - return data; - } - - function parseMaxTime(str) { - var maxValue = 0; - var values = isString(str) ? - str.split(/\s*,\s*/) : - []; - forEach(values, function(value) { - maxValue = Math.max(parseFloat(value) || 0, maxValue); - }); - return maxValue; - } - - function getCacheKey(element) { - var parentElement = element.parent(); - var parentID = parentElement.data(NG_ANIMATE_PARENT_KEY); - if (!parentID) { - parentElement.data(NG_ANIMATE_PARENT_KEY, ++parentCounter); - parentID = parentCounter; - } - return parentID + '-' + extractElementNode(element).getAttribute('class'); - } - - function animateSetup(animationEvent, element, className, styles) { - var structural = ['ng-enter','ng-leave','ng-move'].indexOf(className) >= 0; - - var cacheKey = getCacheKey(element); - var eventCacheKey = cacheKey + ' ' + className; - var itemIndex = lookupCache[eventCacheKey] ? ++lookupCache[eventCacheKey].total : 0; - - var stagger = {}; - if (itemIndex > 0) { - var staggerClassName = className + '-stagger'; - var staggerCacheKey = cacheKey + ' ' + staggerClassName; - var applyClasses = !lookupCache[staggerCacheKey]; - - applyClasses && element.addClass(staggerClassName); - - stagger = getElementAnimationDetails(element, staggerCacheKey); - - applyClasses && element.removeClass(staggerClassName); - } - - element.addClass(className); - - var formerData = element.data(NG_ANIMATE_CSS_DATA_KEY) || {}; - var timings = getElementAnimationDetails(element, eventCacheKey); - var transitionDuration = timings.transitionDuration; - var animationDuration = timings.animationDuration; - - if (structural && transitionDuration === 0 && animationDuration === 0) { - element.removeClass(className); - return false; - } - - var blockTransition = styles || (structural && transitionDuration > 0); - var blockAnimation = animationDuration > 0 && - stagger.animationDelay > 0 && - stagger.animationDuration === 0; - - var closeAnimationFns = formerData.closeAnimationFns || []; - element.data(NG_ANIMATE_CSS_DATA_KEY, { - stagger: stagger, - cacheKey: eventCacheKey, - running: formerData.running || 0, - itemIndex: itemIndex, - blockTransition: blockTransition, - closeAnimationFns: closeAnimationFns - }); - - var node = extractElementNode(element); - - if (blockTransition) { - blockTransitions(node, true); - if (styles) { - element.css(styles); - } - } - - if (blockAnimation) { - blockAnimations(node, true); - } - - return true; - } - - function animateRun(animationEvent, element, className, activeAnimationComplete, styles) { - var node = extractElementNode(element); - var elementData = element.data(NG_ANIMATE_CSS_DATA_KEY); - if (node.getAttribute('class').indexOf(className) == -1 || !elementData) { - activeAnimationComplete(); - return; - } - - var activeClassName = ''; - var pendingClassName = ''; - forEach(className.split(' '), function(klass, i) { - var prefix = (i > 0 ? ' ' : '') + klass; - activeClassName += prefix + '-active'; - pendingClassName += prefix + '-pending'; - }); - - var style = ''; - var appliedStyles = []; - var itemIndex = elementData.itemIndex; - var stagger = elementData.stagger; - var staggerTime = 0; - if (itemIndex > 0) { - var transitionStaggerDelay = 0; - if (stagger.transitionDelay > 0 && stagger.transitionDuration === 0) { - transitionStaggerDelay = stagger.transitionDelay * itemIndex; - } - - var animationStaggerDelay = 0; - if (stagger.animationDelay > 0 && stagger.animationDuration === 0) { - animationStaggerDelay = stagger.animationDelay * itemIndex; - appliedStyles.push(CSS_PREFIX + 'animation-play-state'); - } - - staggerTime = Math.round(Math.max(transitionStaggerDelay, animationStaggerDelay) * 100) / 100; - } - - if (!staggerTime) { - element.addClass(activeClassName); - if (elementData.blockTransition) { - blockTransitions(node, false); - } - } - - var eventCacheKey = elementData.cacheKey + ' ' + activeClassName; - var timings = getElementAnimationDetails(element, eventCacheKey); - var maxDuration = Math.max(timings.transitionDuration, timings.animationDuration); - if (maxDuration === 0) { - element.removeClass(activeClassName); - animateClose(element, className); - activeAnimationComplete(); - return; - } - - if (!staggerTime && styles) { - if (!timings.transitionDuration) { - element.css('transition', timings.animationDuration + 's linear all'); - appliedStyles.push('transition'); - } - element.css(styles); - } - - var maxDelay = Math.max(timings.transitionDelay, timings.animationDelay); - var maxDelayTime = maxDelay * ONE_SECOND; - - if (appliedStyles.length > 0) { - //the element being animated may sometimes contain comment nodes in - //the jqLite object, so we're safe to use a single variable to house - //the styles since there is always only one element being animated - var oldStyle = node.getAttribute('style') || ''; - if (oldStyle.charAt(oldStyle.length - 1) !== ';') { - oldStyle += ';'; - } - node.setAttribute('style', oldStyle + ' ' + style); - } - - var startTime = Date.now(); - var css3AnimationEvents = ANIMATIONEND_EVENT + ' ' + TRANSITIONEND_EVENT; - var animationTime = (maxDelay + maxDuration) * CLOSING_TIME_BUFFER; - var totalTime = (staggerTime + animationTime) * ONE_SECOND; - - var staggerTimeout; - if (staggerTime > 0) { - element.addClass(pendingClassName); - staggerTimeout = $timeout(function() { - staggerTimeout = null; - - if (timings.transitionDuration > 0) { - blockTransitions(node, false); - } - if (timings.animationDuration > 0) { - blockAnimations(node, false); - } - - element.addClass(activeClassName); - element.removeClass(pendingClassName); - - if (styles) { - if (timings.transitionDuration === 0) { - element.css('transition', timings.animationDuration + 's linear all'); - } - element.css(styles); - appliedStyles.push('transition'); - } - }, staggerTime * ONE_SECOND, false); - } - - element.on(css3AnimationEvents, onAnimationProgress); - elementData.closeAnimationFns.push(function() { - onEnd(); - activeAnimationComplete(); - }); - - elementData.running++; - animationCloseHandler(element, totalTime); - return onEnd; - - // This will automatically be called by $animate so - // there is no need to attach this internally to the - // timeout done method. - function onEnd() { - element.off(css3AnimationEvents, onAnimationProgress); - element.removeClass(activeClassName); - element.removeClass(pendingClassName); - if (staggerTimeout) { - $timeout.cancel(staggerTimeout); - } - animateClose(element, className); - var node = extractElementNode(element); - for (var i in appliedStyles) { - node.style.removeProperty(appliedStyles[i]); - } - } - - function onAnimationProgress(event) { - event.stopPropagation(); - var ev = event.originalEvent || event; - var timeStamp = ev.$manualTimeStamp || ev.timeStamp || Date.now(); - - /* Firefox (or possibly just Gecko) likes to not round values up - * when a ms measurement is used for the animation */ - var elapsedTime = parseFloat(ev.elapsedTime.toFixed(ELAPSED_TIME_MAX_DECIMAL_PLACES)); - - /* $manualTimeStamp is a mocked timeStamp value which is set - * within browserTrigger(). This is only here so that tests can - * mock animations properly. Real events fallback to event.timeStamp, - * or, if they don't, then a timeStamp is automatically created for them. - * We're checking to see if the timeStamp surpasses the expected delay, - * but we're using elapsedTime instead of the timeStamp on the 2nd - * pre-condition since animations sometimes close off early */ - if (Math.max(timeStamp - startTime, 0) >= maxDelayTime && elapsedTime >= maxDuration) { - activeAnimationComplete(); - } - } - } - - function blockTransitions(node, bool) { - node.style[TRANSITION_PROP + PROPERTY_KEY] = bool ? 'none' : ''; - } - - function blockAnimations(node, bool) { - node.style[ANIMATION_PROP + ANIMATION_PLAYSTATE_KEY] = bool ? 'paused' : ''; - } - - function animateBefore(animationEvent, element, className, styles) { - if (animateSetup(animationEvent, element, className, styles)) { - return function(cancelled) { - cancelled && animateClose(element, className); - }; - } - } - - function animateAfter(animationEvent, element, className, afterAnimationComplete, styles) { - if (element.data(NG_ANIMATE_CSS_DATA_KEY)) { - return animateRun(animationEvent, element, className, afterAnimationComplete, styles); - } else { - animateClose(element, className); - afterAnimationComplete(); - } - } - - function animate(animationEvent, element, className, animationComplete, options) { - //If the animateSetup function doesn't bother returning a - //cancellation function then it means that there is no animation - //to perform at all - var preReflowCancellation = animateBefore(animationEvent, element, className, options.from); - if (!preReflowCancellation) { - clearCacheAfterReflow(); - animationComplete(); - return; - } - - //There are two cancellation functions: one is before the first - //reflow animation and the second is during the active state - //animation. The first function will take care of removing the - //data from the element which will not make the 2nd animation - //happen in the first place - var cancel = preReflowCancellation; - afterReflow(element, function() { - //once the reflow is complete then we point cancel to - //the new cancellation function which will remove all of the - //animation properties from the active animation - cancel = animateAfter(animationEvent, element, className, animationComplete, options.to); - }); - - return function(cancelled) { - (cancel || noop)(cancelled); - }; - } - - function animateClose(element, className) { - element.removeClass(className); - var data = element.data(NG_ANIMATE_CSS_DATA_KEY); - if (data) { - if (data.running) { - data.running--; - } - if (!data.running || data.running === 0) { - element.removeData(NG_ANIMATE_CSS_DATA_KEY); - } - } - } - - return { - animate: function(element, className, from, to, animationCompleted, options) { - options = options || {}; - options.from = from; - options.to = to; - return animate('animate', element, className, animationCompleted, options); - }, - - enter: function(element, animationCompleted, options) { - options = options || {}; - return animate('enter', element, 'ng-enter', animationCompleted, options); - }, - - leave: function(element, animationCompleted, options) { - options = options || {}; - return animate('leave', element, 'ng-leave', animationCompleted, options); - }, - - move: function(element, animationCompleted, options) { - options = options || {}; - return animate('move', element, 'ng-move', animationCompleted, options); - }, - - beforeSetClass: function(element, add, remove, animationCompleted, options) { - options = options || {}; - var className = suffixClasses(remove, '-remove') + ' ' + - suffixClasses(add, '-add'); - var cancellationMethod = animateBefore('setClass', element, className, options.from); - if (cancellationMethod) { - afterReflow(element, animationCompleted); - return cancellationMethod; - } - clearCacheAfterReflow(); - animationCompleted(); - }, - - beforeAddClass: function(element, className, animationCompleted, options) { - options = options || {}; - var cancellationMethod = animateBefore('addClass', element, suffixClasses(className, '-add'), options.from); - if (cancellationMethod) { - afterReflow(element, animationCompleted); - return cancellationMethod; - } - clearCacheAfterReflow(); - animationCompleted(); - }, - - beforeRemoveClass: function(element, className, animationCompleted, options) { - options = options || {}; - var cancellationMethod = animateBefore('removeClass', element, suffixClasses(className, '-remove'), options.from); - if (cancellationMethod) { - afterReflow(element, animationCompleted); - return cancellationMethod; - } - clearCacheAfterReflow(); - animationCompleted(); - }, - - setClass: function(element, add, remove, animationCompleted, options) { - options = options || {}; - remove = suffixClasses(remove, '-remove'); - add = suffixClasses(add, '-add'); - var className = remove + ' ' + add; - return animateAfter('setClass', element, className, animationCompleted, options.to); - }, - - addClass: function(element, className, animationCompleted, options) { - options = options || {}; - return animateAfter('addClass', element, suffixClasses(className, '-add'), animationCompleted, options.to); - }, - - removeClass: function(element, className, animationCompleted, options) { - options = options || {}; - return animateAfter('removeClass', element, suffixClasses(className, '-remove'), animationCompleted, options.to); - } - }; - - function suffixClasses(classes, suffix) { - var className = ''; - classes = isArray(classes) ? classes : classes.split(/\s+/); - forEach(classes, function(klass, i) { - if (klass && klass.length > 0) { - className += (i > 0 ? ' ' : '') + klass + suffix; - } - }); - return className; - } - }]); - }]); - - -})(window, window.angular); diff --git a/public/browse/lib/angular-animate/angular-animate.min.js b/public/browse/lib/angular-animate/angular-animate.min.js deleted file mode 100644 index 63cbbbb02..000000000 --- a/public/browse/lib/angular-animate/angular-animate.min.js +++ /dev/null @@ -1,33 +0,0 @@ -/* - AngularJS v1.3.5 - (c) 2010-2014 Google, Inc. http://angularjs.org - License: MIT -*/ -(function(M,f,S){'use strict';f.module("ngAnimate",["ng"]).directive("ngAnimateChildren",function(){return function(T,B,k){k=k.ngAnimateChildren;f.isString(k)&&0===k.length?B.data("$$ngAnimateChildren",!0):T.$watch(k,function(f){B.data("$$ngAnimateChildren",!!f)})}}).factory("$$animateReflow",["$$rAF","$document",function(f,B){return function(k){return f(function(){k()})}}]).config(["$provide","$animateProvider",function(T,B){function k(f){for(var g=0;g=A&&d>=x&&c()}var m=k(d);a=d.data("$$ngAnimateCSS3Data");if(-1!=m.getAttribute("class").indexOf(b)&&a){var q="",r="";g(b.split(" "),function(a,d){var b=(0", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular.js/issues" - }, - "homepage": "http://angularjs.org" -} diff --git a/public/browse/lib/angular-bindonce/.bower.json b/public/browse/lib/angular-bindonce/.bower.json deleted file mode 100644 index 313c654cc..000000000 --- a/public/browse/lib/angular-bindonce/.bower.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "angular-bindonce", - "version": "0.3.3", - "main": "bindonce.js", - "description": "Zero watchers binding directives for AngularJS", - "homepage": "https://github.com/Pasvaz/bindonce", - "author": "Pasquale Vazzana ", - "repository": { - "type": "git", - "url": "https://github.com/Pasvaz/bindonce.git" - }, - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "components" - ], - "dependencies": {}, - "keywords": [ - "angularjs", - "angular", - "directive", - "binding", - "watcher", - "bindonce" - ], - "_release": "0.3.3", - "_resolution": { - "type": "version", - "tag": "0.3.3", - "commit": "0fcf71e6effc88179893c9c06baf6c6bf9037632" - }, - "_source": "git://github.com/Pasvaz/bindonce.git", - "_target": "~0.3.3", - "_originalSource": "angular-bindonce", - "_direct": true -} \ No newline at end of file diff --git a/public/browse/lib/angular-bindonce/CHANGELOG.md b/public/browse/lib/angular-bindonce/CHANGELOG.md deleted file mode 100644 index 8246d986e..000000000 --- a/public/browse/lib/angular-bindonce/CHANGELOG.md +++ /dev/null @@ -1,43 +0,0 @@ -# 0.3.3 (2014-02-12) -### Features -- **bo-disabled:** - - Add support for ng-disabled/bo-disabled #110 - -
-# 0.3.2 (2014-11-23) -### Bug Fixes -- **Angular 1.3 compatibility** - -
-# 0.3.1 (2014-02-12) -### Features -- **bo-bind:** - - alias for bo-text - -### Bug Fixes -- **Angular Promises** - - Ensures that promises are resolved before to run binders ([b3ef1b4](https://github.com/Pasvaz/bindonce/commit/b3ef1b46edfe83f10ed455d5520027f731563f32)) - -### Minor improvements -- Updated Readme - -
-# 0.3.0 (2014-01-21) -### Features -- **bo-switch:** - - Create new directive: bo-switch ([652d0db](https://github.com/Pasvaz/bindonce/commit/652d0db04325166a180377c738a376543b5f2357)) - -
-# 0.2.3 (2014-01-20) -### Bug Fixes - -- **bo-if:** - - Ensures that we both process newly added binders from bo-if, and that -we only process each binder once ([d11f863](https://github.com/Pasvaz/bindonce/commit/e091c273bbd17603d410fecc363874f0d1e6f38e)) - -### Features - -- **Minification:** - - add min file ([47277ee](https://github.com/Pasvaz/bindonce/commit/47277eedd092b3210de362c725a7dadcddac8e87)) -- **Changelog:** - - Created a changelog file diff --git a/public/browse/lib/angular-bindonce/README.md b/public/browse/lib/angular-bindonce/README.md deleted file mode 100644 index c8d753fbe..000000000 --- a/public/browse/lib/angular-bindonce/README.md +++ /dev/null @@ -1,154 +0,0 @@ -Bindonce -======== - -High performance binding for AngularJs - -## Usage -* download, clone or fork it or install it using [bower](http://twitter.github.com/bower/) `bower install angular-bindonce` -* Include the `bindonce.js` script provided by this component into your app. -* Add `'pasvaz.bindonce'` as a module dependency to your app: `angular.module('app', ['pasvaz.bindonce'])` - -## Demo -Here is an example of how AngularJs can [freeze your UI](http://plnkr.co/edit/jwrHVb?p=preview), try to press and hold a key inside the input field, when the table is filled with only 1 person everything is ok, you can see how the DOM is updated by the input in real time, however if you try to load 1000 person *(or even 500 if the testing device is not powerfull)* and repeat the experiment you can see how the UI is frozen. In [this other demo](http://plnkr.co/edit/0DGOrk?p=preview) BindOnce will take care of your watchers and the UI will be reactive as it should be. The code is the same for both demos, the only difference is that I replaced any `ng-*` tag inside the table with the equivalent `bo-*` tag. -* [AngularJs regular Demo](http://plnkr.co/edit/jwrHVb?p=preview) -* [Demo with Bindonce](http://plnkr.co/edit/0DGOrk?p=preview) - -## Overview -AngularJs provides a great data binding system but if you abuse of it the page can run into some performance issues, it's known that more of 2000 watchers can lag the UI and that amount can be reached easily if you don't pay attention to the data-binding. Sometime you really need to bind your data using watchers, especially for SPA because the data are updated in real time, but often you can avoid it with some efforts, most of the data presented in your page, once rendered, are immutable so you shouldn't keep watching them for changes. - -For instance, take a look to this snippet: -```html -
-``` -Angular internally creates a `$watch` for each `ng-*` directive in order to keep the data up to date, so in this example just for displaying few info it creates 6 + 1 *(ngRepeatWatch)* watchers per `person`, even if the `person` is supposed to remain the same once shown. Iterate this amount for each person and you can have an idea about how easy is to reach 2000 watchers. Now if you need it because those data could change while you show the page or are bound to some models, it's ok. But most of the time they are static data that don't change once rendered. This is where **bindonce** can really help you. - -The above example done with **bindonce**: -```html -
    -
  • - - -

    -
  • -
-``` -Now this example uses **0 watches** per `person` and renders exactly the same result as the above that uses ng-*. *(Angular still uses 1 watcher for ngRepeatWatch)* - -### The smart approach -OK until here nothing completely new, with a bit of efforts you could create your own directive and render the `person` inside the `link` function, or you could use [watch fighters](https://github.com/abourget/abourget-angular) that has a similar approach, but there is still one problem that you have to face and **bindonce** already handles it: *the existence of the data when the directive renders the content*. Usually the directives, unless you use watchers or bind their attributes to the scope (still a watcher), render the content when they are loaded into the markup, but if at that given time your data is not available, the directive can't render it. Bindonce can wait until the data is ready before to rendering the content. -Let's take a look at the follow snippet to better understand the concept: -```html - - -... - -``` -This basic directive works as expected, it renders the `Person` data without using any watchers. However, if `Person` is not yet available inside the $scope when the page is loaded (say we get `Person` via $http or via $resource), the directive is useless, `scope.$eval(attr.myCustomSetText)` simply renders nothing and exits. - -Here is how we can solve this issue with **bindonce**: -```html -
- - - -

-
-``` -`bindonce="Person"` does the trick, any `bo-*` attribute belonging to `bindonce` waits until the parent `bindonce="{somedata}"` is validated and then renders its content. Once the scope contains the value `Person` then each bo-* child gets filled with the proper values. In order to accomplish this task, **bindonce** uses just **one** temporary watcher, no matters how many children need to be rendered. As soon as it gets `Person` the watcher is promptly removed. If the $scope already contains the data `bindonce` is looking for, then it doesn't create the temporary watcher and simply starts rendering its children. - -You may have noticed that the first example didn't assign any value to the `bindonce` attribute: -```html -
    -
  • - ... -``` -when used with `ng-repeat` `bindonce` doesn't need to check if `person` is defined because `ng-repeat` creates the directives only when `person` exists. You could be more explicit: `
  • `, however assigning a value to `bindonce` in an `ng-repeat` won't make any difference. - -### Interpolation -Some directives (ng-href, ng-src) use interpolation, ie: `ng-href="/profile/{{User.profileId}}"`. -Both `ng-href` and `ng-src` have the bo-* equivalent directives: `bo-href-i` and `bo-src-i` (pay attention to the **-i**, it stands for **interpolate**). As expected they don't use watchers however Angular creates one watcher per interpolation, for instance `bo-href-i="/profile/{{User.profileId}}"` sets the element's href **once**, as expected, but Angular keeps a watcher active on `{{User.profileId}}` even if `bo-href-i` doesn't use it. -That's why by default the `bo-href` doesn't use interpolation or watchers. The above equivalent with 0 watchers would be `bo-href="'/profile/' + User.profileId"`. Nevertheless, `bo-href-i` and `bo-src-i` are still maintained for compatibility reasons. - -### Filters -Almost every `bo-*` directive replace the equivalent `ng-*` and works in the same ways, except it is evaluated once. -Consequentially you can use any valid angular expression, including filters. This is an example how to use a filter: -```html -
    - -
    -``` - -## Attribute Usage -| Directive | Description | Example | -|------------|----------------|-----| -| `bindonce="{somedata}"`| **bindonce** is the main directive. `{somedata}` is optional, and if present, forces bindonce to wait until `somedata` is defined before rendering its children | `
    ...
    ` | -| `bo-if = "condition"` | equivalent to `ng-if` but doesn't use watchers |``| -| `bo-switch = "expression"` | equivalent to `ng-switch` but doesn't use watchers |`
    ` `public` `private` `
    `| -| `bo-show = "condition"` | equivalent to `ng-show` but doesn't use watchers |``| -| `bo-hide = "condition"` | equivalent to `ng-hide` but doesn't use watchers |``| -| `bo-disabled = "condition"` | equivalent to `ng-disabled` but doesn't use watchers |``| -| `bo-text = "text"` | evaluates "text" and print it as text inside the element | `` | -| `bo-bind = "text"` | alias for `bo-text`, equivalent to `ng-bind` but doesn't use watchers | `` | -| `bo-html = "markup"` | evaluates "markup" and render it as html inside the element |`bo-html="Person.description"`| -| `bo-href-i = "url"`
    *use `bo-href` instead* | **equivalent** to `ng-href`.
    **Heads up!** Using interpolation `{{}}` it creates one watcher:
    `bo-href-i="/p/{{Person.id}}"`.
    Use `bo-href` to avoid the watcher:
    `bo-href="'/p/' + Person.id"` |``| -| `bo-href = "url"` | **similar** to `ng-href` but doesn't allow interpolation using `{{}}` like `ng-href`.
    **Heads up!** You can't use interpolation `{{}}` inside the url, use bo-href-i for that purpose |``
    or
    ``| -| `bo-src-i = "url"`
    *use `bo-src` instead* | **equivalent** to `ng-src`.
    **Heads up!** It creates one watcher |``| -| `bo-src = "url"` | **similar** to `ng-src` but doesn't allow interpolation using `{{}}` like `ng-src`.
    **Heads up!** You can't use interpolation `{{}}`, use bo-src-i for that purpose |``| -| `bo-class = "object/string"` | equivalent to `ng-class` but doesn't use watchers |``| -| `bo-alt = "text"` | evaluates "text" and render it as `alt` for the element |``| -| `bo-title = "text"` | evaluates "text" and render it as `title` for the element |``| -| `bo-id = "#id"` | evaluates "#id" and render it as `id` for the element |``| -| `bo-style = "object"` | equivalent to `ng-style` but doesn't use watchers |``| -| `bo-value = "expression"` | evaluates "expression" and render it as `value` for the element |``| -| `bo-attr bo-attr-foo = "text"` | evaluates "text" and render it as a custom attribute for the element |`
    `| - -## Build -``` -$ npm install uglify-js -g -$ uglifyjs bindonce.js -c -m -o bindonce.min.js -``` - -## Todo -Tests - -## Copyright -BindOnce was written by **Pasquale Vazzana**, you can follow him on [google+](https://plus.google.com/101872882413388363602) or on [@twitter](https://twitter.com/PasqualeVazzana) - -Thanks to all the [contributors](https://github.com/Pasvaz/bindonce/graphs/contributors) - -## LICENSE - "MIT License" - -Copyright (c) 2013-2014 Pasquale Vazzana - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/public/browse/lib/angular-bindonce/bindonce.js b/public/browse/lib/angular-bindonce/bindonce.js deleted file mode 100644 index 8742d8917..000000000 --- a/public/browse/lib/angular-bindonce/bindonce.js +++ /dev/null @@ -1,325 +0,0 @@ -(function () { - "use strict"; - /** - * Bindonce - Zero watches binding for AngularJs - * @version v0.3.3 - * @link https://github.com/Pasvaz/bindonce - * @author Pasquale Vazzana - * @license MIT License, http://www.opensource.org/licenses/MIT - */ - - var bindonceModule = angular.module('pasvaz.bindonce', []); - - bindonceModule.directive('bindonce', function () - { - var toBoolean = function (value) - { - if (value && value.length !== 0) - { - var v = angular.lowercase("" + value); - value = !(v === 'f' || v === '0' || v === 'false' || v === 'no' || v === 'n' || v === '[]'); - } - else - { - value = false; - } - return value; - }; - - var msie = parseInt((/msie (\d+)/.exec(angular.lowercase(navigator.userAgent)) || [])[1], 10); - if (isNaN(msie)) - { - msie = parseInt((/trident\/.*; rv:(\d+)/.exec(angular.lowercase(navigator.userAgent)) || [])[1], 10); - } - - var bindonceDirective = - { - restrict: "AM", - controller: ['$scope', '$element', '$attrs', '$interpolate', function ($scope, $element, $attrs, $interpolate) - { - var showHideBinder = function (elm, attr, value) - { - var show = (attr === 'show') ? '' : 'none'; - var hide = (attr === 'hide') ? '' : 'none'; - elm.css('display', toBoolean(value) ? show : hide); - }; - var classBinder = function (elm, value) - { - if (angular.isObject(value) && !angular.isArray(value)) - { - var results = []; - angular.forEach(value, function (value, index) - { - if (value) results.push(index); - }); - value = results; - } - if (value) - { - elm.addClass(angular.isArray(value) ? value.join(' ') : value); - } - }; - var transclude = function (transcluder, scope) - { - transcluder.transclude(scope, function (clone) - { - var parent = transcluder.element.parent(); - var afterNode = transcluder.element && transcluder.element[transcluder.element.length - 1]; - var parentNode = parent && parent[0] || afterNode && afterNode.parentNode; - var afterNextSibling = (afterNode && afterNode.nextSibling) || null; - angular.forEach(clone, function (node) - { - parentNode.insertBefore(node, afterNextSibling); - }); - }); - }; - - var ctrl = - { - watcherRemover: undefined, - binders: [], - group: $attrs.boName, - element: $element, - ran: false, - - addBinder: function (binder) - { - this.binders.push(binder); - - // In case of late binding (when using the directive bo-name/bo-parent) - // it happens only when you use nested bindonce, if the bo-children - // are not dom children the linking can follow another order - if (this.ran) - { - this.runBinders(); - } - }, - - setupWatcher: function (bindonceValue) - { - var that = this; - this.watcherRemover = $scope.$watch(bindonceValue, function (newValue) - { - if (newValue === undefined) return; - that.removeWatcher(); - that.checkBindonce(newValue); - }, true); - }, - - checkBindonce: function (value) - { - var that = this, promise = (value.$promise) ? value.$promise.then : value.then; - // since Angular 1.2 promises are no longer - // undefined until they don't get resolved - if (typeof promise === 'function') - { - promise(function () - { - that.runBinders(); - }); - } - else - { - that.runBinders(); - } - }, - - removeWatcher: function () - { - if (this.watcherRemover !== undefined) - { - this.watcherRemover(); - this.watcherRemover = undefined; - } - }, - - runBinders: function () - { - while (this.binders.length > 0) - { - var binder = this.binders.shift(); - if (this.group && this.group != binder.group) continue; - var value = binder.scope.$eval((binder.interpolate) ? $interpolate(binder.value) : binder.value); - switch (binder.attr) - { - case 'boIf': - if (toBoolean(value)) - { - transclude(binder, binder.scope.$new()); - } - break; - case 'boSwitch': - var selectedTranscludes, switchCtrl = binder.controller[0]; - if ((selectedTranscludes = switchCtrl.cases['!' + value] || switchCtrl.cases['?'])) - { - binder.scope.$eval(binder.attrs.change); - angular.forEach(selectedTranscludes, function (selectedTransclude) - { - transclude(selectedTransclude, binder.scope.$new()); - }); - } - break; - case 'boSwitchWhen': - var ctrl = binder.controller[0]; - ctrl.cases['!' + binder.attrs.boSwitchWhen] = (ctrl.cases['!' + binder.attrs.boSwitchWhen] || []); - ctrl.cases['!' + binder.attrs.boSwitchWhen].push({ transclude: binder.transclude, element: binder.element }); - break; - case 'boSwitchDefault': - var ctrl = binder.controller[0]; - ctrl.cases['?'] = (ctrl.cases['?'] || []); - ctrl.cases['?'].push({ transclude: binder.transclude, element: binder.element }); - break; - case 'hide': - case 'show': - showHideBinder(binder.element, binder.attr, value); - break; - case 'class': - classBinder(binder.element, value); - break; - case 'text': - binder.element.text(value); - break; - case 'html': - binder.element.html(value); - break; - case 'style': - binder.element.css(value); - break; - case 'disabled': - binder.element.prop('disabled', value); - break; - case 'src': - binder.element.attr(binder.attr, value); - if (msie) binder.element.prop('src', value); - break; - case 'attr': - angular.forEach(binder.attrs, function (attrValue, attrKey) - { - var newAttr, newValue; - if (attrKey.match(/^boAttr./) && binder.attrs[attrKey]) - { - newAttr = attrKey.replace(/^boAttr/, '').replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase(); - newValue = binder.scope.$eval(binder.attrs[attrKey]); - binder.element.attr(newAttr, newValue); - } - }); - break; - case 'href': - case 'alt': - case 'title': - case 'id': - case 'value': - binder.element.attr(binder.attr, value); - break; - } - } - this.ran = true; - } - }; - - angular.extend(this, ctrl); - }], - - link: function (scope, elm, attrs, bindonceController) - { - var value = attrs.bindonce && scope.$eval(attrs.bindonce); - if (value !== undefined) - { - bindonceController.checkBindonce(value); - } - else - { - bindonceController.setupWatcher(attrs.bindonce); - elm.bind("$destroy", bindonceController.removeWatcher); - } - } - }; - - return bindonceDirective; - }); - - angular.forEach( - [ - { directiveName: 'boShow', attribute: 'show' }, - { directiveName: 'boHide', attribute: 'hide' }, - { directiveName: 'boClass', attribute: 'class' }, - { directiveName: 'boText', attribute: 'text' }, - { directiveName: 'boBind', attribute: 'text' }, - { directiveName: 'boHtml', attribute: 'html' }, - { directiveName: 'boSrcI', attribute: 'src', interpolate: true }, - { directiveName: 'boSrc', attribute: 'src' }, - { directiveName: 'boHrefI', attribute: 'href', interpolate: true }, - { directiveName: 'boHref', attribute: 'href' }, - { directiveName: 'boAlt', attribute: 'alt' }, - { directiveName: 'boTitle', attribute: 'title' }, - { directiveName: 'boId', attribute: 'id' }, - { directiveName: 'boStyle', attribute: 'style' }, - { directiveName: 'boDisabled', attribute: 'disabled' }, - { directiveName: 'boValue', attribute: 'value' }, - { directiveName: 'boAttr', attribute: 'attr' }, - - { directiveName: 'boIf', transclude: 'element', terminal: true, priority: 1000 }, - { directiveName: 'boSwitch', require: 'boSwitch', controller: function () { this.cases = {}; } }, - { directiveName: 'boSwitchWhen', transclude: 'element', priority: 800, require: '^boSwitch' }, - { directiveName: 'boSwitchDefault', transclude: 'element', priority: 800, require: '^boSwitch' } - ], - function (boDirective) - { - var childPriority = 200; - return bindonceModule.directive(boDirective.directiveName, function () - { - var bindonceDirective = - { - priority: boDirective.priority || childPriority, - transclude: boDirective.transclude || false, - terminal: boDirective.terminal || false, - require: ['^bindonce'].concat(boDirective.require || []), - controller: boDirective.controller, - compile: function (tElement, tAttrs, transclude) - { - return function (scope, elm, attrs, controllers) - { - var bindonceController = controllers[0]; - var name = attrs.boParent; - if (name && bindonceController.group !== name) - { - var element = bindonceController.element.parent(); - bindonceController = undefined; - var parentValue; - - while (element[0].nodeType !== 9 && element.length) - { - if ((parentValue = element.data('$bindonceController')) - && parentValue.group === name) - { - bindonceController = parentValue; - break; - } - element = element.parent(); - } - if (!bindonceController) - { - throw new Error("No bindonce controller: " + name); - } - } - - bindonceController.addBinder( - { - element: elm, - attr: boDirective.attribute || boDirective.directiveName, - attrs: attrs, - value: attrs[boDirective.directiveName], - interpolate: boDirective.interpolate, - group: name, - transclude: transclude, - controller: controllers.slice(1), - scope: scope - }); - }; - } - }; - - return bindonceDirective; - }); - }) -})(); diff --git a/public/browse/lib/angular-bindonce/bindonce.min.js b/public/browse/lib/angular-bindonce/bindonce.min.js deleted file mode 100644 index 555ded4bf..000000000 --- a/public/browse/lib/angular-bindonce/bindonce.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(){"use strict";var e=angular.module("pasvaz.bindonce",[]);e.directive("bindonce",function(){var e=function(e){if(e&&0!==e.length){var t=angular.lowercase(""+e);e=!("f"===t||"0"===t||"false"===t||"no"===t||"n"===t||"[]"===t)}else e=!1;return e},t=parseInt((/msie (\d+)/.exec(angular.lowercase(navigator.userAgent))||[])[1],10);isNaN(t)&&(t=parseInt((/trident\/.*; rv:(\d+)/.exec(angular.lowercase(navigator.userAgent))||[])[1],10));var r={restrict:"AM",controller:["$scope","$element","$attrs","$interpolate",function(r,a,i,n){var c=function(t,r,a){var i="show"===r?"":"none",n="hide"===r?"":"none";t.css("display",e(a)?i:n)},o=function(e,t){if(angular.isObject(t)&&!angular.isArray(t)){var r=[];angular.forEach(t,function(e,t){e&&r.push(t)}),t=r}t&&e.addClass(angular.isArray(t)?t.join(" "):t)},s=function(e,t){e.transclude(t,function(t){var r=e.element.parent(),a=e.element&&e.element[e.element.length-1],i=r&&r[0]||a&&a.parentNode,n=a&&a.nextSibling||null;angular.forEach(t,function(e){i.insertBefore(e,n)})})},l={watcherRemover:void 0,binders:[],group:i.boName,element:a,ran:!1,addBinder:function(e){this.binders.push(e),this.ran&&this.runBinders()},setupWatcher:function(e){var t=this;this.watcherRemover=r.$watch(e,function(e){void 0!==e&&(t.removeWatcher(),t.checkBindonce(e))},!0)},checkBindonce:function(e){var t=this,r=e.$promise?e.$promise.then:e.then;"function"==typeof r?r(function(){t.runBinders()}):t.runBinders()},removeWatcher:function(){void 0!==this.watcherRemover&&(this.watcherRemover(),this.watcherRemover=void 0)},runBinders:function(){for(;this.binders.length>0;){var r=this.binders.shift();if(!this.group||this.group==r.group){var a=r.scope.$eval(r.interpolate?n(r.value):r.value);switch(r.attr){case"boIf":e(a)&&s(r,r.scope.$new());break;case"boSwitch":var i,l=r.controller[0];(i=l.cases["!"+a]||l.cases["?"])&&(r.scope.$eval(r.attrs.change),angular.forEach(i,function(e){s(e,r.scope.$new())}));break;case"boSwitchWhen":var u=r.controller[0];u.cases["!"+r.attrs.boSwitchWhen]=u.cases["!"+r.attrs.boSwitchWhen]||[],u.cases["!"+r.attrs.boSwitchWhen].push({transclude:r.transclude,element:r.element});break;case"boSwitchDefault":var u=r.controller[0];u.cases["?"]=u.cases["?"]||[],u.cases["?"].push({transclude:r.transclude,element:r.element});break;case"hide":case"show":c(r.element,r.attr,a);break;case"class":o(r.element,a);break;case"text":r.element.text(a);break;case"html":r.element.html(a);break;case"style":r.element.css(a);break;case"disabled":r.element.prop("disabled",a);break;case"src":r.element.attr(r.attr,a),t&&r.element.prop("src",a);break;case"attr":angular.forEach(r.attrs,function(e,t){var a,i;t.match(/^boAttr./)&&r.attrs[t]&&(a=t.replace(/^boAttr/,"").replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),i=r.scope.$eval(r.attrs[t]),r.element.attr(a,i))});break;case"href":case"alt":case"title":case"id":case"value":r.element.attr(r.attr,a)}}}this.ran=!0}};angular.extend(this,l)}],link:function(e,t,r,a){var i=r.bindonce&&e.$eval(r.bindonce);void 0!==i?a.checkBindonce(i):(a.setupWatcher(r.bindonce),t.bind("$destroy",a.removeWatcher))}};return r}),angular.forEach([{directiveName:"boShow",attribute:"show"},{directiveName:"boHide",attribute:"hide"},{directiveName:"boClass",attribute:"class"},{directiveName:"boText",attribute:"text"},{directiveName:"boBind",attribute:"text"},{directiveName:"boHtml",attribute:"html"},{directiveName:"boSrcI",attribute:"src",interpolate:!0},{directiveName:"boSrc",attribute:"src"},{directiveName:"boHrefI",attribute:"href",interpolate:!0},{directiveName:"boHref",attribute:"href"},{directiveName:"boAlt",attribute:"alt"},{directiveName:"boTitle",attribute:"title"},{directiveName:"boId",attribute:"id"},{directiveName:"boStyle",attribute:"style"},{directiveName:"boDisabled",attribute:"disabled"},{directiveName:"boValue",attribute:"value"},{directiveName:"boAttr",attribute:"attr"},{directiveName:"boIf",transclude:"element",terminal:!0,priority:1e3},{directiveName:"boSwitch",require:"boSwitch",controller:function(){this.cases={}}},{directiveName:"boSwitchWhen",transclude:"element",priority:800,require:"^boSwitch"},{directiveName:"boSwitchDefault",transclude:"element",priority:800,require:"^boSwitch"}],function(t){var r=200;return e.directive(t.directiveName,function(){var e={priority:t.priority||r,transclude:t.transclude||!1,terminal:t.terminal||!1,require:["^bindonce"].concat(t.require||[]),controller:t.controller,compile:function(e,r,a){return function(e,r,i,n){var c=n[0],o=i.boParent;if(o&&c.group!==o){var s=c.element.parent();c=void 0;for(var l;9!==s[0].nodeType&&s.length;){if((l=s.data("$bindonceController"))&&l.group===o){c=l;break}s=s.parent()}if(!c)throw new Error("No bindonce controller: "+o)}c.addBinder({element:r,attr:t.attribute||t.directiveName,attrs:i,value:i[t.directiveName],interpolate:t.interpolate,group:o,transclude:a,controller:n.slice(1),scope:e})}}};return e})})}(); \ No newline at end of file diff --git a/public/browse/lib/angular-bindonce/bower.json b/public/browse/lib/angular-bindonce/bower.json deleted file mode 100644 index 924259459..000000000 --- a/public/browse/lib/angular-bindonce/bower.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "angular-bindonce", - "version": "0.3.3", - "main": "bindonce.js", - "description": "Zero watchers binding directives for AngularJS", - "homepage": "https://github.com/Pasvaz/bindonce", - "author": "Pasquale Vazzana ", - "repository": { - "type": "git", - "url": "https://github.com/Pasvaz/bindonce.git" - }, - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "components" - ], - "dependencies": { - }, - "keywords": [ - "angularjs", - "angular", - "directive", - "binding", - "watcher", - "bindonce" - ] -} diff --git a/public/browse/lib/angular-bindonce/package.json b/public/browse/lib/angular-bindonce/package.json deleted file mode 100644 index 924259459..000000000 --- a/public/browse/lib/angular-bindonce/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "angular-bindonce", - "version": "0.3.3", - "main": "bindonce.js", - "description": "Zero watchers binding directives for AngularJS", - "homepage": "https://github.com/Pasvaz/bindonce", - "author": "Pasquale Vazzana ", - "repository": { - "type": "git", - "url": "https://github.com/Pasvaz/bindonce.git" - }, - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "components" - ], - "dependencies": { - }, - "keywords": [ - "angularjs", - "angular", - "directive", - "binding", - "watcher", - "bindonce" - ] -} diff --git a/public/browse/lib/angular-loader/.bower.json b/public/browse/lib/angular-loader/.bower.json deleted file mode 100644 index c0b518149..000000000 --- a/public/browse/lib/angular-loader/.bower.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "angular-loader", - "version": "1.3.5", - "main": "./angular-loader.js", - "ignore": [], - "dependencies": { - "angular": "1.3.5" - }, - "homepage": "https://github.com/angular/bower-angular-loader", - "_release": "1.3.5", - "_resolution": { - "type": "version", - "tag": "v1.3.5", - "commit": "afb779fa2e865a1f13f87278586aa71bbea518bb" - }, - "_source": "git://github.com/angular/bower-angular-loader.git", - "_target": "1.3.x", - "_originalSource": "angular-loader" -} \ No newline at end of file diff --git a/public/browse/lib/angular-loader/README.md b/public/browse/lib/angular-loader/README.md deleted file mode 100644 index 0f16d5def..000000000 --- a/public/browse/lib/angular-loader/README.md +++ /dev/null @@ -1,65 +0,0 @@ -# packaged angular-loader - -This repo is for distribution on `npm` and `bower`. The source for this module is in the -[main AngularJS repo](https://github.com/angular/angular.js/blob/master/src/loader.js). -Please file issues and pull requests against that repo. - -## Install - -You can install this package either with `npm` or with `bower`. - -### npm - -```shell -npm install angular-loader -``` - -Add a ` -``` - -Note that this package is not in CommonJS format, so doing `require('angular-loader')` will -return `undefined`. - -### bower - -```shell -bower install angular-loader -``` - -Add a ` -``` - -## Documentation - -Documentation is available on the -[AngularJS docs site](http://docs.angularjs.org/guide/bootstrap). - -## License - -The MIT License - -Copyright (c) 2010-2012 Google, Inc. http://angularjs.org - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/public/browse/lib/angular-loader/angular-loader.js b/public/browse/lib/angular-loader/angular-loader.js deleted file mode 100644 index 3b27049c1..000000000 --- a/public/browse/lib/angular-loader/angular-loader.js +++ /dev/null @@ -1,405 +0,0 @@ -/** - * @license AngularJS v1.3.5 - * (c) 2010-2014 Google, Inc. http://angularjs.org - * License: MIT - */ - -(function() {'use strict'; - -/** - * @description - * - * This object provides a utility for producing rich Error messages within - * Angular. It can be called as follows: - * - * var exampleMinErr = minErr('example'); - * throw exampleMinErr('one', 'This {0} is {1}', foo, bar); - * - * The above creates an instance of minErr in the example namespace. The - * resulting error will have a namespaced error code of example.one. The - * resulting error will replace {0} with the value of foo, and {1} with the - * value of bar. The object is not restricted in the number of arguments it can - * take. - * - * If fewer arguments are specified than necessary for interpolation, the extra - * interpolation markers will be preserved in the final string. - * - * Since data will be parsed statically during a build step, some restrictions - * are applied with respect to how minErr instances are created and called. - * Instances should have names of the form namespaceMinErr for a minErr created - * using minErr('namespace') . Error codes, namespaces and template strings - * should all be static strings, not variables or general expressions. - * - * @param {string} module The namespace to use for the new minErr instance. - * @param {function} ErrorConstructor Custom error constructor to be instantiated when returning - * error from returned function, for cases when a particular type of error is useful. - * @returns {function(code:string, template:string, ...templateArgs): Error} minErr instance - */ - -function minErr(module, ErrorConstructor) { - ErrorConstructor = ErrorConstructor || Error; - return function() { - var code = arguments[0], - prefix = '[' + (module ? module + ':' : '') + code + '] ', - template = arguments[1], - templateArgs = arguments, - - message, i; - - message = prefix + template.replace(/\{\d+\}/g, function(match) { - var index = +match.slice(1, -1), arg; - - if (index + 2 < templateArgs.length) { - return toDebugString(templateArgs[index + 2]); - } - return match; - }); - - message = message + '\nhttp://errors.angularjs.org/1.3.5/' + - (module ? module + '/' : '') + code; - for (i = 2; i < arguments.length; i++) { - message = message + (i == 2 ? '?' : '&') + 'p' + (i - 2) + '=' + - encodeURIComponent(toDebugString(arguments[i])); - } - return new ErrorConstructor(message); - }; -} - -/** - * @ngdoc type - * @name angular.Module - * @module ng - * @description - * - * Interface for configuring angular {@link angular.module modules}. - */ - -function setupModuleLoader(window) { - - var $injectorMinErr = minErr('$injector'); - var ngMinErr = minErr('ng'); - - function ensure(obj, name, factory) { - return obj[name] || (obj[name] = factory()); - } - - var angular = ensure(window, 'angular', Object); - - // We need to expose `angular.$$minErr` to modules such as `ngResource` that reference it during bootstrap - angular.$$minErr = angular.$$minErr || minErr; - - return ensure(angular, 'module', function() { - /** @type {Object.} */ - var modules = {}; - - /** - * @ngdoc function - * @name angular.module - * @module ng - * @description - * - * The `angular.module` is a global place for creating, registering and retrieving Angular - * modules. - * All modules (angular core or 3rd party) that should be available to an application must be - * registered using this mechanism. - * - * When passed two or more arguments, a new module is created. If passed only one argument, an - * existing module (the name passed as the first argument to `module`) is retrieved. - * - * - * # Module - * - * A module is a collection of services, directives, controllers, filters, and configuration information. - * `angular.module` is used to configure the {@link auto.$injector $injector}. - * - * ```js - * // Create a new module - * var myModule = angular.module('myModule', []); - * - * // register a new service - * myModule.value('appName', 'MyCoolApp'); - * - * // configure existing services inside initialization blocks. - * myModule.config(['$locationProvider', function($locationProvider) { - * // Configure existing providers - * $locationProvider.hashPrefix('!'); - * }]); - * ``` - * - * Then you can create an injector and load your modules like this: - * - * ```js - * var injector = angular.injector(['ng', 'myModule']) - * ``` - * - * However it's more likely that you'll just use - * {@link ng.directive:ngApp ngApp} or - * {@link angular.bootstrap} to simplify this process for you. - * - * @param {!string} name The name of the module to create or retrieve. - * @param {!Array.=} requires If specified then new module is being created. If - * unspecified then the module is being retrieved for further configuration. - * @param {Function=} configFn Optional configuration function for the module. Same as - * {@link angular.Module#config Module#config()}. - * @returns {module} new module with the {@link angular.Module} api. - */ - return function module(name, requires, configFn) { - var assertNotHasOwnProperty = function(name, context) { - if (name === 'hasOwnProperty') { - throw ngMinErr('badname', 'hasOwnProperty is not a valid {0} name', context); - } - }; - - assertNotHasOwnProperty(name, 'module'); - if (requires && modules.hasOwnProperty(name)) { - modules[name] = null; - } - return ensure(modules, name, function() { - if (!requires) { - throw $injectorMinErr('nomod', "Module '{0}' is not available! You either misspelled " + - "the module name or forgot to load it. If registering a module ensure that you " + - "specify the dependencies as the second argument.", name); - } - - /** @type {!Array.>} */ - var invokeQueue = []; - - /** @type {!Array.} */ - var configBlocks = []; - - /** @type {!Array.} */ - var runBlocks = []; - - var config = invokeLater('$injector', 'invoke', 'push', configBlocks); - - /** @type {angular.Module} */ - var moduleInstance = { - // Private state - _invokeQueue: invokeQueue, - _configBlocks: configBlocks, - _runBlocks: runBlocks, - - /** - * @ngdoc property - * @name angular.Module#requires - * @module ng - * - * @description - * Holds the list of modules which the injector will load before the current module is - * loaded. - */ - requires: requires, - - /** - * @ngdoc property - * @name angular.Module#name - * @module ng - * - * @description - * Name of the module. - */ - name: name, - - - /** - * @ngdoc method - * @name angular.Module#provider - * @module ng - * @param {string} name service name - * @param {Function} providerType Construction function for creating new instance of the - * service. - * @description - * See {@link auto.$provide#provider $provide.provider()}. - */ - provider: invokeLater('$provide', 'provider'), - - /** - * @ngdoc method - * @name angular.Module#factory - * @module ng - * @param {string} name service name - * @param {Function} providerFunction Function for creating new instance of the service. - * @description - * See {@link auto.$provide#factory $provide.factory()}. - */ - factory: invokeLater('$provide', 'factory'), - - /** - * @ngdoc method - * @name angular.Module#service - * @module ng - * @param {string} name service name - * @param {Function} constructor A constructor function that will be instantiated. - * @description - * See {@link auto.$provide#service $provide.service()}. - */ - service: invokeLater('$provide', 'service'), - - /** - * @ngdoc method - * @name angular.Module#value - * @module ng - * @param {string} name service name - * @param {*} object Service instance object. - * @description - * See {@link auto.$provide#value $provide.value()}. - */ - value: invokeLater('$provide', 'value'), - - /** - * @ngdoc method - * @name angular.Module#constant - * @module ng - * @param {string} name constant name - * @param {*} object Constant value. - * @description - * Because the constant are fixed, they get applied before other provide methods. - * See {@link auto.$provide#constant $provide.constant()}. - */ - constant: invokeLater('$provide', 'constant', 'unshift'), - - /** - * @ngdoc method - * @name angular.Module#animation - * @module ng - * @param {string} name animation name - * @param {Function} animationFactory Factory function for creating new instance of an - * animation. - * @description - * - * **NOTE**: animations take effect only if the **ngAnimate** module is loaded. - * - * - * Defines an animation hook that can be later used with - * {@link ngAnimate.$animate $animate} service and directives that use this service. - * - * ```js - * module.animation('.animation-name', function($inject1, $inject2) { - * return { - * eventName : function(element, done) { - * //code to run the animation - * //once complete, then run done() - * return function cancellationFunction(element) { - * //code to cancel the animation - * } - * } - * } - * }) - * ``` - * - * See {@link ng.$animateProvider#register $animateProvider.register()} and - * {@link ngAnimate ngAnimate module} for more information. - */ - animation: invokeLater('$animateProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#filter - * @module ng - * @param {string} name Filter name. - * @param {Function} filterFactory Factory function for creating new instance of filter. - * @description - * See {@link ng.$filterProvider#register $filterProvider.register()}. - */ - filter: invokeLater('$filterProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#controller - * @module ng - * @param {string|Object} name Controller name, or an object map of controllers where the - * keys are the names and the values are the constructors. - * @param {Function} constructor Controller constructor function. - * @description - * See {@link ng.$controllerProvider#register $controllerProvider.register()}. - */ - controller: invokeLater('$controllerProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#directive - * @module ng - * @param {string|Object} name Directive name, or an object map of directives where the - * keys are the names and the values are the factories. - * @param {Function} directiveFactory Factory function for creating new instance of - * directives. - * @description - * See {@link ng.$compileProvider#directive $compileProvider.directive()}. - */ - directive: invokeLater('$compileProvider', 'directive'), - - /** - * @ngdoc method - * @name angular.Module#config - * @module ng - * @param {Function} configFn Execute this function on module load. Useful for service - * configuration. - * @description - * Use this method to register work which needs to be performed on module loading. - * For more about how to configure services, see - * {@link providers#provider-recipe Provider Recipe}. - */ - config: config, - - /** - * @ngdoc method - * @name angular.Module#run - * @module ng - * @param {Function} initializationFn Execute this function after injector creation. - * Useful for application initialization. - * @description - * Use this method to register work which should be performed when the injector is done - * loading all modules. - */ - run: function(block) { - runBlocks.push(block); - return this; - } - }; - - if (configFn) { - config(configFn); - } - - return moduleInstance; - - /** - * @param {string} provider - * @param {string} method - * @param {String=} insertMethod - * @returns {angular.Module} - */ - function invokeLater(provider, method, insertMethod, queue) { - if (!queue) queue = invokeQueue; - return function() { - queue[insertMethod || 'push']([provider, method, arguments]); - return moduleInstance; - }; - } - }); - }; - }); - -} - -setupModuleLoader(window); -})(window); - -/** - * Closure compiler type information - * - * @typedef { { - * requires: !Array., - * invokeQueue: !Array.>, - * - * service: function(string, Function):angular.Module, - * factory: function(string, Function):angular.Module, - * value: function(string, *):angular.Module, - * - * filter: function(string, Function):angular.Module, - * - * init: function(Function):angular.Module - * } } - */ -angular.Module; - diff --git a/public/browse/lib/angular-loader/angular-loader.min.js b/public/browse/lib/angular-loader/angular-loader.min.js deleted file mode 100644 index bc6333ed5..000000000 --- a/public/browse/lib/angular-loader/angular-loader.min.js +++ /dev/null @@ -1,9 +0,0 @@ -/* - AngularJS v1.3.5 - (c) 2010-2014 Google, Inc. http://angularjs.org - License: MIT -*/ -(function(){'use strict';function d(b){return function(){var c=arguments[0],e;e="["+(b?b+":":"")+c+"] http://errors.angularjs.org/1.3.5/"+(b?b+"/":"")+c;for(c=1;c", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular.js/issues" - }, - "homepage": "http://angularjs.org" -} diff --git a/public/browse/lib/angular-mocks/.bower.json b/public/browse/lib/angular-mocks/.bower.json deleted file mode 100644 index e321d3002..000000000 --- a/public/browse/lib/angular-mocks/.bower.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "angular-mocks", - "version": "1.3.5", - "main": "./angular-mocks.js", - "ignore": [], - "dependencies": { - "angular": "1.3.5" - }, - "homepage": "https://github.com/angular/bower-angular-mocks", - "_release": "1.3.5", - "_resolution": { - "type": "version", - "tag": "v1.3.5", - "commit": "e5356ca3fa80f824ac7e3d9651156401e6bf2a38" - }, - "_source": "git://github.com/angular/bower-angular-mocks.git", - "_target": "~1.3.x", - "_originalSource": "angular-mocks" -} \ No newline at end of file diff --git a/public/browse/lib/angular-mocks/README.md b/public/browse/lib/angular-mocks/README.md deleted file mode 100644 index 1604ef880..000000000 --- a/public/browse/lib/angular-mocks/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# packaged angular-mocks - -This repo is for distribution on `npm` and `bower`. The source for this module is in the -[main AngularJS repo](https://github.com/angular/angular.js/tree/master/src/ngMock). -Please file issues and pull requests against that repo. - -## Install - -You can install this package either with `npm` or with `bower`. - -### npm - -```shell -npm install angular-mocks -``` - -The mocks are then available at `node_modules/angular-mocks/angular-mocks.js`. - -Note that this package is not in CommonJS format, so doing `require('angular-mocks')` will -return `undefined`. - -### bower - -```shell -bower install angular-mocks -``` - -The mocks are then available at `bower_components/angular-mocks/angular-mocks.js`. - -## Documentation - -Documentation is available on the -[AngularJS docs site](https://docs.angularjs.org/guide/unit-testing). - -## License - -The MIT License - -Copyright (c) 2010-2012 Google, Inc. http://angularjs.org - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/public/browse/lib/angular-mocks/angular-mocks.js b/public/browse/lib/angular-mocks/angular-mocks.js deleted file mode 100644 index 3d33b2232..000000000 --- a/public/browse/lib/angular-mocks/angular-mocks.js +++ /dev/null @@ -1,2380 +0,0 @@ -/** - * @license AngularJS v1.3.5 - * (c) 2010-2014 Google, Inc. http://angularjs.org - * License: MIT - */ -(function(window, angular, undefined) { - -'use strict'; - -/** - * @ngdoc object - * @name angular.mock - * @description - * - * Namespace from 'angular-mocks.js' which contains testing related code. - */ -angular.mock = {}; - -/** - * ! This is a private undocumented service ! - * - * @name $browser - * - * @description - * This service is a mock implementation of {@link ng.$browser}. It provides fake - * implementation for commonly used browser apis that are hard to test, e.g. setTimeout, xhr, - * cookies, etc... - * - * The api of this service is the same as that of the real {@link ng.$browser $browser}, except - * that there are several helper methods available which can be used in tests. - */ -angular.mock.$BrowserProvider = function() { - this.$get = function() { - return new angular.mock.$Browser(); - }; -}; - -angular.mock.$Browser = function() { - var self = this; - - this.isMock = true; - self.$$url = "http://server/"; - self.$$lastUrl = self.$$url; // used by url polling fn - self.pollFns = []; - - // TODO(vojta): remove this temporary api - self.$$completeOutstandingRequest = angular.noop; - self.$$incOutstandingRequestCount = angular.noop; - - - // register url polling fn - - self.onUrlChange = function(listener) { - self.pollFns.push( - function() { - if (self.$$lastUrl !== self.$$url || self.$$state !== self.$$lastState) { - self.$$lastUrl = self.$$url; - self.$$lastState = self.$$state; - listener(self.$$url, self.$$state); - } - } - ); - - return listener; - }; - - self.$$checkUrlChange = angular.noop; - - self.cookieHash = {}; - self.lastCookieHash = {}; - self.deferredFns = []; - self.deferredNextId = 0; - - self.defer = function(fn, delay) { - delay = delay || 0; - self.deferredFns.push({time:(self.defer.now + delay), fn:fn, id: self.deferredNextId}); - self.deferredFns.sort(function(a, b) { return a.time - b.time;}); - return self.deferredNextId++; - }; - - - /** - * @name $browser#defer.now - * - * @description - * Current milliseconds mock time. - */ - self.defer.now = 0; - - - self.defer.cancel = function(deferId) { - var fnIndex; - - angular.forEach(self.deferredFns, function(fn, index) { - if (fn.id === deferId) fnIndex = index; - }); - - if (fnIndex !== undefined) { - self.deferredFns.splice(fnIndex, 1); - return true; - } - - return false; - }; - - - /** - * @name $browser#defer.flush - * - * @description - * Flushes all pending requests and executes the defer callbacks. - * - * @param {number=} number of milliseconds to flush. See {@link #defer.now} - */ - self.defer.flush = function(delay) { - if (angular.isDefined(delay)) { - self.defer.now += delay; - } else { - if (self.deferredFns.length) { - self.defer.now = self.deferredFns[self.deferredFns.length - 1].time; - } else { - throw new Error('No deferred tasks to be flushed'); - } - } - - while (self.deferredFns.length && self.deferredFns[0].time <= self.defer.now) { - self.deferredFns.shift().fn(); - } - }; - - self.$$baseHref = '/'; - self.baseHref = function() { - return this.$$baseHref; - }; -}; -angular.mock.$Browser.prototype = { - -/** - * @name $browser#poll - * - * @description - * run all fns in pollFns - */ - poll: function poll() { - angular.forEach(this.pollFns, function(pollFn) { - pollFn(); - }); - }, - - addPollFn: function(pollFn) { - this.pollFns.push(pollFn); - return pollFn; - }, - - url: function(url, replace, state) { - if (angular.isUndefined(state)) { - state = null; - } - if (url) { - this.$$url = url; - // Native pushState serializes & copies the object; simulate it. - this.$$state = angular.copy(state); - return this; - } - - return this.$$url; - }, - - state: function() { - return this.$$state; - }, - - cookies: function(name, value) { - if (name) { - if (angular.isUndefined(value)) { - delete this.cookieHash[name]; - } else { - if (angular.isString(value) && //strings only - value.length <= 4096) { //strict cookie storage limits - this.cookieHash[name] = value; - } - } - } else { - if (!angular.equals(this.cookieHash, this.lastCookieHash)) { - this.lastCookieHash = angular.copy(this.cookieHash); - this.cookieHash = angular.copy(this.cookieHash); - } - return this.cookieHash; - } - }, - - notifyWhenNoOutstandingRequests: function(fn) { - fn(); - } -}; - - -/** - * @ngdoc provider - * @name $exceptionHandlerProvider - * - * @description - * Configures the mock implementation of {@link ng.$exceptionHandler} to rethrow or to log errors - * passed to the `$exceptionHandler`. - */ - -/** - * @ngdoc service - * @name $exceptionHandler - * - * @description - * Mock implementation of {@link ng.$exceptionHandler} that rethrows or logs errors passed - * to it. See {@link ngMock.$exceptionHandlerProvider $exceptionHandlerProvider} for configuration - * information. - * - * - * ```js - * describe('$exceptionHandlerProvider', function() { - * - * it('should capture log messages and exceptions', function() { - * - * module(function($exceptionHandlerProvider) { - * $exceptionHandlerProvider.mode('log'); - * }); - * - * inject(function($log, $exceptionHandler, $timeout) { - * $timeout(function() { $log.log(1); }); - * $timeout(function() { $log.log(2); throw 'banana peel'; }); - * $timeout(function() { $log.log(3); }); - * expect($exceptionHandler.errors).toEqual([]); - * expect($log.assertEmpty()); - * $timeout.flush(); - * expect($exceptionHandler.errors).toEqual(['banana peel']); - * expect($log.log.logs).toEqual([[1], [2], [3]]); - * }); - * }); - * }); - * ``` - */ - -angular.mock.$ExceptionHandlerProvider = function() { - var handler; - - /** - * @ngdoc method - * @name $exceptionHandlerProvider#mode - * - * @description - * Sets the logging mode. - * - * @param {string} mode Mode of operation, defaults to `rethrow`. - * - * - `rethrow`: If any errors are passed to the handler in tests, it typically means that there - * is a bug in the application or test, so this mock will make these tests fail. - * - `log`: Sometimes it is desirable to test that an error is thrown, for this case the `log` - * mode stores an array of errors in `$exceptionHandler.errors`, to allow later - * assertion of them. See {@link ngMock.$log#assertEmpty assertEmpty()} and - * {@link ngMock.$log#reset reset()} - */ - this.mode = function(mode) { - switch (mode) { - case 'rethrow': - handler = function(e) { - throw e; - }; - break; - case 'log': - var errors = []; - - handler = function(e) { - if (arguments.length == 1) { - errors.push(e); - } else { - errors.push([].slice.call(arguments, 0)); - } - }; - - handler.errors = errors; - break; - default: - throw new Error("Unknown mode '" + mode + "', only 'log'/'rethrow' modes are allowed!"); - } - }; - - this.$get = function() { - return handler; - }; - - this.mode('rethrow'); -}; - - -/** - * @ngdoc service - * @name $log - * - * @description - * Mock implementation of {@link ng.$log} that gathers all logged messages in arrays - * (one array per logging level). These arrays are exposed as `logs` property of each of the - * level-specific log function, e.g. for level `error` the array is exposed as `$log.error.logs`. - * - */ -angular.mock.$LogProvider = function() { - var debug = true; - - function concat(array1, array2, index) { - return array1.concat(Array.prototype.slice.call(array2, index)); - } - - this.debugEnabled = function(flag) { - if (angular.isDefined(flag)) { - debug = flag; - return this; - } else { - return debug; - } - }; - - this.$get = function() { - var $log = { - log: function() { $log.log.logs.push(concat([], arguments, 0)); }, - warn: function() { $log.warn.logs.push(concat([], arguments, 0)); }, - info: function() { $log.info.logs.push(concat([], arguments, 0)); }, - error: function() { $log.error.logs.push(concat([], arguments, 0)); }, - debug: function() { - if (debug) { - $log.debug.logs.push(concat([], arguments, 0)); - } - } - }; - - /** - * @ngdoc method - * @name $log#reset - * - * @description - * Reset all of the logging arrays to empty. - */ - $log.reset = function() { - /** - * @ngdoc property - * @name $log#log.logs - * - * @description - * Array of messages logged using {@link ng.$log#log `log()`}. - * - * @example - * ```js - * $log.log('Some Log'); - * var first = $log.log.logs.unshift(); - * ``` - */ - $log.log.logs = []; - /** - * @ngdoc property - * @name $log#info.logs - * - * @description - * Array of messages logged using {@link ng.$log#info `info()`}. - * - * @example - * ```js - * $log.info('Some Info'); - * var first = $log.info.logs.unshift(); - * ``` - */ - $log.info.logs = []; - /** - * @ngdoc property - * @name $log#warn.logs - * - * @description - * Array of messages logged using {@link ng.$log#warn `warn()`}. - * - * @example - * ```js - * $log.warn('Some Warning'); - * var first = $log.warn.logs.unshift(); - * ``` - */ - $log.warn.logs = []; - /** - * @ngdoc property - * @name $log#error.logs - * - * @description - * Array of messages logged using {@link ng.$log#error `error()`}. - * - * @example - * ```js - * $log.error('Some Error'); - * var first = $log.error.logs.unshift(); - * ``` - */ - $log.error.logs = []; - /** - * @ngdoc property - * @name $log#debug.logs - * - * @description - * Array of messages logged using {@link ng.$log#debug `debug()`}. - * - * @example - * ```js - * $log.debug('Some Error'); - * var first = $log.debug.logs.unshift(); - * ``` - */ - $log.debug.logs = []; - }; - - /** - * @ngdoc method - * @name $log#assertEmpty - * - * @description - * Assert that all of the logging methods have no logged messages. If any messages are present, - * an exception is thrown. - */ - $log.assertEmpty = function() { - var errors = []; - angular.forEach(['error', 'warn', 'info', 'log', 'debug'], function(logLevel) { - angular.forEach($log[logLevel].logs, function(log) { - angular.forEach(log, function(logItem) { - errors.push('MOCK $log (' + logLevel + '): ' + String(logItem) + '\n' + - (logItem.stack || '')); - }); - }); - }); - if (errors.length) { - errors.unshift("Expected $log to be empty! Either a message was logged unexpectedly, or " + - "an expected log message was not checked and removed:"); - errors.push(''); - throw new Error(errors.join('\n---------\n')); - } - }; - - $log.reset(); - return $log; - }; -}; - - -/** - * @ngdoc service - * @name $interval - * - * @description - * Mock implementation of the $interval service. - * - * Use {@link ngMock.$interval#flush `$interval.flush(millis)`} to - * move forward by `millis` milliseconds and trigger any functions scheduled to run in that - * time. - * - * @param {function()} fn A function that should be called repeatedly. - * @param {number} delay Number of milliseconds between each function call. - * @param {number=} [count=0] Number of times to repeat. If not set, or 0, will repeat - * indefinitely. - * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise - * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. - * @returns {promise} A promise which will be notified on each iteration. - */ -angular.mock.$IntervalProvider = function() { - this.$get = ['$browser', '$rootScope', '$q', '$$q', - function($browser, $rootScope, $q, $$q) { - var repeatFns = [], - nextRepeatId = 0, - now = 0; - - var $interval = function(fn, delay, count, invokeApply) { - var iteration = 0, - skipApply = (angular.isDefined(invokeApply) && !invokeApply), - deferred = (skipApply ? $$q : $q).defer(), - promise = deferred.promise; - - count = (angular.isDefined(count)) ? count : 0; - promise.then(null, null, fn); - - promise.$$intervalId = nextRepeatId; - - function tick() { - deferred.notify(iteration++); - - if (count > 0 && iteration >= count) { - var fnIndex; - deferred.resolve(iteration); - - angular.forEach(repeatFns, function(fn, index) { - if (fn.id === promise.$$intervalId) fnIndex = index; - }); - - if (fnIndex !== undefined) { - repeatFns.splice(fnIndex, 1); - } - } - - if (skipApply) { - $browser.defer.flush(); - } else { - $rootScope.$apply(); - } - } - - repeatFns.push({ - nextTime:(now + delay), - delay: delay, - fn: tick, - id: nextRepeatId, - deferred: deferred - }); - repeatFns.sort(function(a, b) { return a.nextTime - b.nextTime;}); - - nextRepeatId++; - return promise; - }; - /** - * @ngdoc method - * @name $interval#cancel - * - * @description - * Cancels a task associated with the `promise`. - * - * @param {promise} promise A promise from calling the `$interval` function. - * @returns {boolean} Returns `true` if the task was successfully cancelled. - */ - $interval.cancel = function(promise) { - if (!promise) return false; - var fnIndex; - - angular.forEach(repeatFns, function(fn, index) { - if (fn.id === promise.$$intervalId) fnIndex = index; - }); - - if (fnIndex !== undefined) { - repeatFns[fnIndex].deferred.reject('canceled'); - repeatFns.splice(fnIndex, 1); - return true; - } - - return false; - }; - - /** - * @ngdoc method - * @name $interval#flush - * @description - * - * Runs interval tasks scheduled to be run in the next `millis` milliseconds. - * - * @param {number=} millis maximum timeout amount to flush up until. - * - * @return {number} The amount of time moved forward. - */ - $interval.flush = function(millis) { - now += millis; - while (repeatFns.length && repeatFns[0].nextTime <= now) { - var task = repeatFns[0]; - task.fn(); - task.nextTime += task.delay; - repeatFns.sort(function(a, b) { return a.nextTime - b.nextTime;}); - } - return millis; - }; - - return $interval; - }]; -}; - - -/* jshint -W101 */ -/* The R_ISO8061_STR regex is never going to fit into the 100 char limit! - * This directive should go inside the anonymous function but a bug in JSHint means that it would - * not be enacted early enough to prevent the warning. - */ -var R_ISO8061_STR = /^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?:\:?(\d\d)(?:\:?(\d\d)(?:\.(\d{3}))?)?)?(Z|([+-])(\d\d):?(\d\d)))?$/; - -function jsonStringToDate(string) { - var match; - if (match = string.match(R_ISO8061_STR)) { - var date = new Date(0), - tzHour = 0, - tzMin = 0; - if (match[9]) { - tzHour = int(match[9] + match[10]); - tzMin = int(match[9] + match[11]); - } - date.setUTCFullYear(int(match[1]), int(match[2]) - 1, int(match[3])); - date.setUTCHours(int(match[4] || 0) - tzHour, - int(match[5] || 0) - tzMin, - int(match[6] || 0), - int(match[7] || 0)); - return date; - } - return string; -} - -function int(str) { - return parseInt(str, 10); -} - -function padNumber(num, digits, trim) { - var neg = ''; - if (num < 0) { - neg = '-'; - num = -num; - } - num = '' + num; - while (num.length < digits) num = '0' + num; - if (trim) - num = num.substr(num.length - digits); - return neg + num; -} - - -/** - * @ngdoc type - * @name angular.mock.TzDate - * @description - * - * *NOTE*: this is not an injectable instance, just a globally available mock class of `Date`. - * - * Mock of the Date type which has its timezone specified via constructor arg. - * - * The main purpose is to create Date-like instances with timezone fixed to the specified timezone - * offset, so that we can test code that depends on local timezone settings without dependency on - * the time zone settings of the machine where the code is running. - * - * @param {number} offset Offset of the *desired* timezone in hours (fractions will be honored) - * @param {(number|string)} timestamp Timestamp representing the desired time in *UTC* - * - * @example - * !!!! WARNING !!!!! - * This is not a complete Date object so only methods that were implemented can be called safely. - * To make matters worse, TzDate instances inherit stuff from Date via a prototype. - * - * We do our best to intercept calls to "unimplemented" methods, but since the list of methods is - * incomplete we might be missing some non-standard methods. This can result in errors like: - * "Date.prototype.foo called on incompatible Object". - * - * ```js - * var newYearInBratislava = new TzDate(-1, '2009-12-31T23:00:00Z'); - * newYearInBratislava.getTimezoneOffset() => -60; - * newYearInBratislava.getFullYear() => 2010; - * newYearInBratislava.getMonth() => 0; - * newYearInBratislava.getDate() => 1; - * newYearInBratislava.getHours() => 0; - * newYearInBratislava.getMinutes() => 0; - * newYearInBratislava.getSeconds() => 0; - * ``` - * - */ -angular.mock.TzDate = function(offset, timestamp) { - var self = new Date(0); - if (angular.isString(timestamp)) { - var tsStr = timestamp; - - self.origDate = jsonStringToDate(timestamp); - - timestamp = self.origDate.getTime(); - if (isNaN(timestamp)) - throw { - name: "Illegal Argument", - message: "Arg '" + tsStr + "' passed into TzDate constructor is not a valid date string" - }; - } else { - self.origDate = new Date(timestamp); - } - - var localOffset = new Date(timestamp).getTimezoneOffset(); - self.offsetDiff = localOffset * 60 * 1000 - offset * 1000 * 60 * 60; - self.date = new Date(timestamp + self.offsetDiff); - - self.getTime = function() { - return self.date.getTime() - self.offsetDiff; - }; - - self.toLocaleDateString = function() { - return self.date.toLocaleDateString(); - }; - - self.getFullYear = function() { - return self.date.getFullYear(); - }; - - self.getMonth = function() { - return self.date.getMonth(); - }; - - self.getDate = function() { - return self.date.getDate(); - }; - - self.getHours = function() { - return self.date.getHours(); - }; - - self.getMinutes = function() { - return self.date.getMinutes(); - }; - - self.getSeconds = function() { - return self.date.getSeconds(); - }; - - self.getMilliseconds = function() { - return self.date.getMilliseconds(); - }; - - self.getTimezoneOffset = function() { - return offset * 60; - }; - - self.getUTCFullYear = function() { - return self.origDate.getUTCFullYear(); - }; - - self.getUTCMonth = function() { - return self.origDate.getUTCMonth(); - }; - - self.getUTCDate = function() { - return self.origDate.getUTCDate(); - }; - - self.getUTCHours = function() { - return self.origDate.getUTCHours(); - }; - - self.getUTCMinutes = function() { - return self.origDate.getUTCMinutes(); - }; - - self.getUTCSeconds = function() { - return self.origDate.getUTCSeconds(); - }; - - self.getUTCMilliseconds = function() { - return self.origDate.getUTCMilliseconds(); - }; - - self.getDay = function() { - return self.date.getDay(); - }; - - // provide this method only on browsers that already have it - if (self.toISOString) { - self.toISOString = function() { - return padNumber(self.origDate.getUTCFullYear(), 4) + '-' + - padNumber(self.origDate.getUTCMonth() + 1, 2) + '-' + - padNumber(self.origDate.getUTCDate(), 2) + 'T' + - padNumber(self.origDate.getUTCHours(), 2) + ':' + - padNumber(self.origDate.getUTCMinutes(), 2) + ':' + - padNumber(self.origDate.getUTCSeconds(), 2) + '.' + - padNumber(self.origDate.getUTCMilliseconds(), 3) + 'Z'; - }; - } - - //hide all methods not implemented in this mock that the Date prototype exposes - var unimplementedMethods = ['getUTCDay', - 'getYear', 'setDate', 'setFullYear', 'setHours', 'setMilliseconds', - 'setMinutes', 'setMonth', 'setSeconds', 'setTime', 'setUTCDate', 'setUTCFullYear', - 'setUTCHours', 'setUTCMilliseconds', 'setUTCMinutes', 'setUTCMonth', 'setUTCSeconds', - 'setYear', 'toDateString', 'toGMTString', 'toJSON', 'toLocaleFormat', 'toLocaleString', - 'toLocaleTimeString', 'toSource', 'toString', 'toTimeString', 'toUTCString', 'valueOf']; - - angular.forEach(unimplementedMethods, function(methodName) { - self[methodName] = function() { - throw new Error("Method '" + methodName + "' is not implemented in the TzDate mock"); - }; - }); - - return self; -}; - -//make "tzDateInstance instanceof Date" return true -angular.mock.TzDate.prototype = Date.prototype; -/* jshint +W101 */ - -angular.mock.animate = angular.module('ngAnimateMock', ['ng']) - - .config(['$provide', function($provide) { - - var reflowQueue = []; - $provide.value('$$animateReflow', function(fn) { - var index = reflowQueue.length; - reflowQueue.push(fn); - return function cancel() { - reflowQueue.splice(index, 1); - }; - }); - - $provide.decorator('$animate', ['$delegate', '$$asyncCallback', '$timeout', '$browser', - function($delegate, $$asyncCallback, $timeout, $browser) { - var animate = { - queue: [], - cancel: $delegate.cancel, - enabled: $delegate.enabled, - triggerCallbackEvents: function() { - $$asyncCallback.flush(); - }, - triggerCallbackPromise: function() { - $timeout.flush(0); - }, - triggerCallbacks: function() { - this.triggerCallbackEvents(); - this.triggerCallbackPromise(); - }, - triggerReflow: function() { - angular.forEach(reflowQueue, function(fn) { - fn(); - }); - reflowQueue = []; - } - }; - - angular.forEach( - ['animate','enter','leave','move','addClass','removeClass','setClass'], function(method) { - animate[method] = function() { - animate.queue.push({ - event: method, - element: arguments[0], - options: arguments[arguments.length - 1], - args: arguments - }); - return $delegate[method].apply($delegate, arguments); - }; - }); - - return animate; - }]); - - }]); - - -/** - * @ngdoc function - * @name angular.mock.dump - * @description - * - * *NOTE*: this is not an injectable instance, just a globally available function. - * - * Method for serializing common angular objects (scope, elements, etc..) into strings, useful for - * debugging. - * - * This method is also available on window, where it can be used to display objects on debug - * console. - * - * @param {*} object - any object to turn into string. - * @return {string} a serialized string of the argument - */ -angular.mock.dump = function(object) { - return serialize(object); - - function serialize(object) { - var out; - - if (angular.isElement(object)) { - object = angular.element(object); - out = angular.element('
    '); - angular.forEach(object, function(element) { - out.append(angular.element(element).clone()); - }); - out = out.html(); - } else if (angular.isArray(object)) { - out = []; - angular.forEach(object, function(o) { - out.push(serialize(o)); - }); - out = '[ ' + out.join(', ') + ' ]'; - } else if (angular.isObject(object)) { - if (angular.isFunction(object.$eval) && angular.isFunction(object.$apply)) { - out = serializeScope(object); - } else if (object instanceof Error) { - out = object.stack || ('' + object.name + ': ' + object.message); - } else { - // TODO(i): this prevents methods being logged, - // we should have a better way to serialize objects - out = angular.toJson(object, true); - } - } else { - out = String(object); - } - - return out; - } - - function serializeScope(scope, offset) { - offset = offset || ' '; - var log = [offset + 'Scope(' + scope.$id + '): {']; - for (var key in scope) { - if (Object.prototype.hasOwnProperty.call(scope, key) && !key.match(/^(\$|this)/)) { - log.push(' ' + key + ': ' + angular.toJson(scope[key])); - } - } - var child = scope.$$childHead; - while (child) { - log.push(serializeScope(child, offset + ' ')); - child = child.$$nextSibling; - } - log.push('}'); - return log.join('\n' + offset); - } -}; - -/** - * @ngdoc service - * @name $httpBackend - * @description - * Fake HTTP backend implementation suitable for unit testing applications that use the - * {@link ng.$http $http service}. - * - * *Note*: For fake HTTP backend implementation suitable for end-to-end testing or backend-less - * development please see {@link ngMockE2E.$httpBackend e2e $httpBackend mock}. - * - * During unit testing, we want our unit tests to run quickly and have no external dependencies so - * we don’t want to send [XHR](https://developer.mozilla.org/en/xmlhttprequest) or - * [JSONP](http://en.wikipedia.org/wiki/JSONP) requests to a real server. All we really need is - * to verify whether a certain request has been sent or not, or alternatively just let the - * application make requests, respond with pre-trained responses and assert that the end result is - * what we expect it to be. - * - * This mock implementation can be used to respond with static or dynamic responses via the - * `expect` and `when` apis and their shortcuts (`expectGET`, `whenPOST`, etc). - * - * When an Angular application needs some data from a server, it calls the $http service, which - * sends the request to a real server using $httpBackend service. With dependency injection, it is - * easy to inject $httpBackend mock (which has the same API as $httpBackend) and use it to verify - * the requests and respond with some testing data without sending a request to a real server. - * - * There are two ways to specify what test data should be returned as http responses by the mock - * backend when the code under test makes http requests: - * - * - `$httpBackend.expect` - specifies a request expectation - * - `$httpBackend.when` - specifies a backend definition - * - * - * # Request Expectations vs Backend Definitions - * - * Request expectations provide a way to make assertions about requests made by the application and - * to define responses for those requests. The test will fail if the expected requests are not made - * or they are made in the wrong order. - * - * Backend definitions allow you to define a fake backend for your application which doesn't assert - * if a particular request was made or not, it just returns a trained response if a request is made. - * The test will pass whether or not the request gets made during testing. - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
    Request expectationsBackend definitions
    Syntax.expect(...).respond(...).when(...).respond(...)
    Typical usagestrict unit testsloose (black-box) unit testing
    Fulfills multiple requestsNOYES
    Order of requests mattersYESNO
    Request requiredYESNO
    Response requiredoptional (see below)YES
    - * - * In cases where both backend definitions and request expectations are specified during unit - * testing, the request expectations are evaluated first. - * - * If a request expectation has no response specified, the algorithm will search your backend - * definitions for an appropriate response. - * - * If a request didn't match any expectation or if the expectation doesn't have the response - * defined, the backend definitions are evaluated in sequential order to see if any of them match - * the request. The response from the first matched definition is returned. - * - * - * # Flushing HTTP requests - * - * The $httpBackend used in production always responds to requests asynchronously. If we preserved - * this behavior in unit testing, we'd have to create async unit tests, which are hard to write, - * to follow and to maintain. But neither can the testing mock respond synchronously; that would - * change the execution of the code under test. For this reason, the mock $httpBackend has a - * `flush()` method, which allows the test to explicitly flush pending requests. This preserves - * the async api of the backend, while allowing the test to execute synchronously. - * - * - * # Unit testing with mock $httpBackend - * The following code shows how to setup and use the mock backend when unit testing a controller. - * First we create the controller under test: - * - ```js - // The module code - angular - .module('MyApp', []) - .controller('MyController', MyController); - - // The controller code - function MyController($scope, $http) { - var authToken; - - $http.get('/auth.py').success(function(data, status, headers) { - authToken = headers('A-Token'); - $scope.user = data; - }); - - $scope.saveMessage = function(message) { - var headers = { 'Authorization': authToken }; - $scope.status = 'Saving...'; - - $http.post('/add-msg.py', message, { headers: headers } ).success(function(response) { - $scope.status = ''; - }).error(function() { - $scope.status = 'ERROR!'; - }); - }; - } - ``` - * - * Now we setup the mock backend and create the test specs: - * - ```js - // testing controller - describe('MyController', function() { - var $httpBackend, $rootScope, createController, authRequestHandler; - - // Set up the module - beforeEach(module('MyApp')); - - beforeEach(inject(function($injector) { - // Set up the mock http service responses - $httpBackend = $injector.get('$httpBackend'); - // backend definition common for all tests - authRequestHandler = $httpBackend.when('GET', '/auth.py') - .respond({userId: 'userX'}, {'A-Token': 'xxx'}); - - // Get hold of a scope (i.e. the root scope) - $rootScope = $injector.get('$rootScope'); - // The $controller service is used to create instances of controllers - var $controller = $injector.get('$controller'); - - createController = function() { - return $controller('MyController', {'$scope' : $rootScope }); - }; - })); - - - afterEach(function() { - $httpBackend.verifyNoOutstandingExpectation(); - $httpBackend.verifyNoOutstandingRequest(); - }); - - - it('should fetch authentication token', function() { - $httpBackend.expectGET('/auth.py'); - var controller = createController(); - $httpBackend.flush(); - }); - - - it('should fail authentication', function() { - - // Notice how you can change the response even after it was set - authRequestHandler.respond(401, ''); - - $httpBackend.expectGET('/auth.py'); - var controller = createController(); - $httpBackend.flush(); - expect($rootScope.status).toBe('Failed...'); - }); - - - it('should send msg to server', function() { - var controller = createController(); - $httpBackend.flush(); - - // now you don’t care about the authentication, but - // the controller will still send the request and - // $httpBackend will respond without you having to - // specify the expectation and response for this request - - $httpBackend.expectPOST('/add-msg.py', 'message content').respond(201, ''); - $rootScope.saveMessage('message content'); - expect($rootScope.status).toBe('Saving...'); - $httpBackend.flush(); - expect($rootScope.status).toBe(''); - }); - - - it('should send auth header', function() { - var controller = createController(); - $httpBackend.flush(); - - $httpBackend.expectPOST('/add-msg.py', undefined, function(headers) { - // check if the header was send, if it wasn't the expectation won't - // match the request and the test will fail - return headers['Authorization'] == 'xxx'; - }).respond(201, ''); - - $rootScope.saveMessage('whatever'); - $httpBackend.flush(); - }); - }); - ``` - */ -angular.mock.$HttpBackendProvider = function() { - this.$get = ['$rootScope', createHttpBackendMock]; -}; - -/** - * General factory function for $httpBackend mock. - * Returns instance for unit testing (when no arguments specified): - * - passing through is disabled - * - auto flushing is disabled - * - * Returns instance for e2e testing (when `$delegate` and `$browser` specified): - * - passing through (delegating request to real backend) is enabled - * - auto flushing is enabled - * - * @param {Object=} $delegate Real $httpBackend instance (allow passing through if specified) - * @param {Object=} $browser Auto-flushing enabled if specified - * @return {Object} Instance of $httpBackend mock - */ -function createHttpBackendMock($rootScope, $delegate, $browser) { - var definitions = [], - expectations = [], - responses = [], - responsesPush = angular.bind(responses, responses.push), - copy = angular.copy; - - function createResponse(status, data, headers, statusText) { - if (angular.isFunction(status)) return status; - - return function() { - return angular.isNumber(status) - ? [status, data, headers, statusText] - : [200, status, data, headers]; - }; - } - - // TODO(vojta): change params to: method, url, data, headers, callback - function $httpBackend(method, url, data, callback, headers, timeout, withCredentials) { - var xhr = new MockXhr(), - expectation = expectations[0], - wasExpected = false; - - function prettyPrint(data) { - return (angular.isString(data) || angular.isFunction(data) || data instanceof RegExp) - ? data - : angular.toJson(data); - } - - function wrapResponse(wrapped) { - if (!$browser && timeout && timeout.then) timeout.then(handleTimeout); - - return handleResponse; - - function handleResponse() { - var response = wrapped.response(method, url, data, headers); - xhr.$$respHeaders = response[2]; - callback(copy(response[0]), copy(response[1]), xhr.getAllResponseHeaders(), - copy(response[3] || '')); - } - - function handleTimeout() { - for (var i = 0, ii = responses.length; i < ii; i++) { - if (responses[i] === handleResponse) { - responses.splice(i, 1); - callback(-1, undefined, ''); - break; - } - } - } - } - - if (expectation && expectation.match(method, url)) { - if (!expectation.matchData(data)) - throw new Error('Expected ' + expectation + ' with different data\n' + - 'EXPECTED: ' + prettyPrint(expectation.data) + '\nGOT: ' + data); - - if (!expectation.matchHeaders(headers)) - throw new Error('Expected ' + expectation + ' with different headers\n' + - 'EXPECTED: ' + prettyPrint(expectation.headers) + '\nGOT: ' + - prettyPrint(headers)); - - expectations.shift(); - - if (expectation.response) { - responses.push(wrapResponse(expectation)); - return; - } - wasExpected = true; - } - - var i = -1, definition; - while ((definition = definitions[++i])) { - if (definition.match(method, url, data, headers || {})) { - if (definition.response) { - // if $browser specified, we do auto flush all requests - ($browser ? $browser.defer : responsesPush)(wrapResponse(definition)); - } else if (definition.passThrough) { - $delegate(method, url, data, callback, headers, timeout, withCredentials); - } else throw new Error('No response defined !'); - return; - } - } - throw wasExpected ? - new Error('No response defined !') : - new Error('Unexpected request: ' + method + ' ' + url + '\n' + - (expectation ? 'Expected ' + expectation : 'No more request expected')); - } - - /** - * @ngdoc method - * @name $httpBackend#when - * @description - * Creates a new backend definition. - * - * @param {string} method HTTP method. - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(string|RegExp|function(string))=} data HTTP request body or function that receives - * data string and returns true if the data is as expected. - * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header - * object and returns true if the headers match the current definition. - * @returns {requestHandler} Returns an object with `respond` method that controls how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - * - * - respond – - * `{function([status,] data[, headers, statusText]) - * | function(function(method, url, data, headers)}` - * – The respond method takes a set of static data to be returned or a function that can - * return an array containing response status (number), response data (string), response - * headers (Object), and the text for the status (string). The respond method returns the - * `requestHandler` object for possible overrides. - */ - $httpBackend.when = function(method, url, data, headers) { - var definition = new MockHttpExpectation(method, url, data, headers), - chain = { - respond: function(status, data, headers, statusText) { - definition.passThrough = undefined; - definition.response = createResponse(status, data, headers, statusText); - return chain; - } - }; - - if ($browser) { - chain.passThrough = function() { - definition.response = undefined; - definition.passThrough = true; - return chain; - }; - } - - definitions.push(definition); - return chain; - }; - - /** - * @ngdoc method - * @name $httpBackend#whenGET - * @description - * Creates a new backend definition for GET requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - - /** - * @ngdoc method - * @name $httpBackend#whenHEAD - * @description - * Creates a new backend definition for HEAD requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - - /** - * @ngdoc method - * @name $httpBackend#whenDELETE - * @description - * Creates a new backend definition for DELETE requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - - /** - * @ngdoc method - * @name $httpBackend#whenPOST - * @description - * Creates a new backend definition for POST requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(string|RegExp|function(string))=} data HTTP request body or function that receives - * data string and returns true if the data is as expected. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - - /** - * @ngdoc method - * @name $httpBackend#whenPUT - * @description - * Creates a new backend definition for PUT requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(string|RegExp|function(string))=} data HTTP request body or function that receives - * data string and returns true if the data is as expected. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - - /** - * @ngdoc method - * @name $httpBackend#whenJSONP - * @description - * Creates a new backend definition for JSONP requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - createShortMethods('when'); - - - /** - * @ngdoc method - * @name $httpBackend#expect - * @description - * Creates a new request expectation. - * - * @param {string} method HTTP method. - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(string|RegExp|function(string)|Object)=} data HTTP request body or function that - * receives data string and returns true if the data is as expected, or Object if request body - * is in JSON format. - * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header - * object and returns true if the headers match the current expectation. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - * - * - respond – - * `{function([status,] data[, headers, statusText]) - * | function(function(method, url, data, headers)}` - * – The respond method takes a set of static data to be returned or a function that can - * return an array containing response status (number), response data (string), response - * headers (Object), and the text for the status (string). The respond method returns the - * `requestHandler` object for possible overrides. - */ - $httpBackend.expect = function(method, url, data, headers) { - var expectation = new MockHttpExpectation(method, url, data, headers), - chain = { - respond: function(status, data, headers, statusText) { - expectation.response = createResponse(status, data, headers, statusText); - return chain; - } - }; - - expectations.push(expectation); - return chain; - }; - - - /** - * @ngdoc method - * @name $httpBackend#expectGET - * @description - * Creates a new request expectation for GET requests. For more info see `expect()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. See #expect for more info. - */ - - /** - * @ngdoc method - * @name $httpBackend#expectHEAD - * @description - * Creates a new request expectation for HEAD requests. For more info see `expect()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - - /** - * @ngdoc method - * @name $httpBackend#expectDELETE - * @description - * Creates a new request expectation for DELETE requests. For more info see `expect()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - - /** - * @ngdoc method - * @name $httpBackend#expectPOST - * @description - * Creates a new request expectation for POST requests. For more info see `expect()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(string|RegExp|function(string)|Object)=} data HTTP request body or function that - * receives data string and returns true if the data is as expected, or Object if request body - * is in JSON format. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - - /** - * @ngdoc method - * @name $httpBackend#expectPUT - * @description - * Creates a new request expectation for PUT requests. For more info see `expect()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(string|RegExp|function(string)|Object)=} data HTTP request body or function that - * receives data string and returns true if the data is as expected, or Object if request body - * is in JSON format. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - - /** - * @ngdoc method - * @name $httpBackend#expectPATCH - * @description - * Creates a new request expectation for PATCH requests. For more info see `expect()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(string|RegExp|function(string)|Object)=} data HTTP request body or function that - * receives data string and returns true if the data is as expected, or Object if request body - * is in JSON format. - * @param {Object=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - - /** - * @ngdoc method - * @name $httpBackend#expectJSONP - * @description - * Creates a new request expectation for JSONP requests. For more info see `expect()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @returns {requestHandler} Returns an object with `respond` method that control how a matched - * request is handled. You can save this object for later use and invoke `respond` again in - * order to change how a matched request is handled. - */ - createShortMethods('expect'); - - - /** - * @ngdoc method - * @name $httpBackend#flush - * @description - * Flushes all pending requests using the trained responses. - * - * @param {number=} count Number of responses to flush (in the order they arrived). If undefined, - * all pending requests will be flushed. If there are no pending requests when the flush method - * is called an exception is thrown (as this typically a sign of programming error). - */ - $httpBackend.flush = function(count, digest) { - if (digest !== false) $rootScope.$digest(); - if (!responses.length) throw new Error('No pending request to flush !'); - - if (angular.isDefined(count) && count !== null) { - while (count--) { - if (!responses.length) throw new Error('No more pending request to flush !'); - responses.shift()(); - } - } else { - while (responses.length) { - responses.shift()(); - } - } - $httpBackend.verifyNoOutstandingExpectation(digest); - }; - - - /** - * @ngdoc method - * @name $httpBackend#verifyNoOutstandingExpectation - * @description - * Verifies that all of the requests defined via the `expect` api were made. If any of the - * requests were not made, verifyNoOutstandingExpectation throws an exception. - * - * Typically, you would call this method following each test case that asserts requests using an - * "afterEach" clause. - * - * ```js - * afterEach($httpBackend.verifyNoOutstandingExpectation); - * ``` - */ - $httpBackend.verifyNoOutstandingExpectation = function(digest) { - if (digest !== false) $rootScope.$digest(); - if (expectations.length) { - throw new Error('Unsatisfied requests: ' + expectations.join(', ')); - } - }; - - - /** - * @ngdoc method - * @name $httpBackend#verifyNoOutstandingRequest - * @description - * Verifies that there are no outstanding requests that need to be flushed. - * - * Typically, you would call this method following each test case that asserts requests using an - * "afterEach" clause. - * - * ```js - * afterEach($httpBackend.verifyNoOutstandingRequest); - * ``` - */ - $httpBackend.verifyNoOutstandingRequest = function() { - if (responses.length) { - throw new Error('Unflushed requests: ' + responses.length); - } - }; - - - /** - * @ngdoc method - * @name $httpBackend#resetExpectations - * @description - * Resets all request expectations, but preserves all backend definitions. Typically, you would - * call resetExpectations during a multiple-phase test when you want to reuse the same instance of - * $httpBackend mock. - */ - $httpBackend.resetExpectations = function() { - expectations.length = 0; - responses.length = 0; - }; - - return $httpBackend; - - - function createShortMethods(prefix) { - angular.forEach(['GET', 'DELETE', 'JSONP', 'HEAD'], function(method) { - $httpBackend[prefix + method] = function(url, headers) { - return $httpBackend[prefix](method, url, undefined, headers); - }; - }); - - angular.forEach(['PUT', 'POST', 'PATCH'], function(method) { - $httpBackend[prefix + method] = function(url, data, headers) { - return $httpBackend[prefix](method, url, data, headers); - }; - }); - } -} - -function MockHttpExpectation(method, url, data, headers) { - - this.data = data; - this.headers = headers; - - this.match = function(m, u, d, h) { - if (method != m) return false; - if (!this.matchUrl(u)) return false; - if (angular.isDefined(d) && !this.matchData(d)) return false; - if (angular.isDefined(h) && !this.matchHeaders(h)) return false; - return true; - }; - - this.matchUrl = function(u) { - if (!url) return true; - if (angular.isFunction(url.test)) return url.test(u); - if (angular.isFunction(url)) return url(u); - return url == u; - }; - - this.matchHeaders = function(h) { - if (angular.isUndefined(headers)) return true; - if (angular.isFunction(headers)) return headers(h); - return angular.equals(headers, h); - }; - - this.matchData = function(d) { - if (angular.isUndefined(data)) return true; - if (data && angular.isFunction(data.test)) return data.test(d); - if (data && angular.isFunction(data)) return data(d); - if (data && !angular.isString(data)) { - return angular.equals(angular.fromJson(angular.toJson(data)), angular.fromJson(d)); - } - return data == d; - }; - - this.toString = function() { - return method + ' ' + url; - }; -} - -function createMockXhr() { - return new MockXhr(); -} - -function MockXhr() { - - // hack for testing $http, $httpBackend - MockXhr.$$lastInstance = this; - - this.open = function(method, url, async) { - this.$$method = method; - this.$$url = url; - this.$$async = async; - this.$$reqHeaders = {}; - this.$$respHeaders = {}; - }; - - this.send = function(data) { - this.$$data = data; - }; - - this.setRequestHeader = function(key, value) { - this.$$reqHeaders[key] = value; - }; - - this.getResponseHeader = function(name) { - // the lookup must be case insensitive, - // that's why we try two quick lookups first and full scan last - var header = this.$$respHeaders[name]; - if (header) return header; - - name = angular.lowercase(name); - header = this.$$respHeaders[name]; - if (header) return header; - - header = undefined; - angular.forEach(this.$$respHeaders, function(headerVal, headerName) { - if (!header && angular.lowercase(headerName) == name) header = headerVal; - }); - return header; - }; - - this.getAllResponseHeaders = function() { - var lines = []; - - angular.forEach(this.$$respHeaders, function(value, key) { - lines.push(key + ': ' + value); - }); - return lines.join('\n'); - }; - - this.abort = angular.noop; -} - - -/** - * @ngdoc service - * @name $timeout - * @description - * - * This service is just a simple decorator for {@link ng.$timeout $timeout} service - * that adds a "flush" and "verifyNoPendingTasks" methods. - */ - -angular.mock.$TimeoutDecorator = ['$delegate', '$browser', function($delegate, $browser) { - - /** - * @ngdoc method - * @name $timeout#flush - * @description - * - * Flushes the queue of pending tasks. - * - * @param {number=} delay maximum timeout amount to flush up until - */ - $delegate.flush = function(delay) { - $browser.defer.flush(delay); - }; - - /** - * @ngdoc method - * @name $timeout#verifyNoPendingTasks - * @description - * - * Verifies that there are no pending tasks that need to be flushed. - */ - $delegate.verifyNoPendingTasks = function() { - if ($browser.deferredFns.length) { - throw new Error('Deferred tasks to flush (' + $browser.deferredFns.length + '): ' + - formatPendingTasksAsString($browser.deferredFns)); - } - }; - - function formatPendingTasksAsString(tasks) { - var result = []; - angular.forEach(tasks, function(task) { - result.push('{id: ' + task.id + ', ' + 'time: ' + task.time + '}'); - }); - - return result.join(', '); - } - - return $delegate; -}]; - -angular.mock.$RAFDecorator = ['$delegate', function($delegate) { - var queue = []; - var rafFn = function(fn) { - var index = queue.length; - queue.push(fn); - return function() { - queue.splice(index, 1); - }; - }; - - rafFn.supported = $delegate.supported; - - rafFn.flush = function() { - if (queue.length === 0) { - throw new Error('No rAF callbacks present'); - } - - var length = queue.length; - for (var i = 0; i < length; i++) { - queue[i](); - } - - queue = []; - }; - - return rafFn; -}]; - -angular.mock.$AsyncCallbackDecorator = ['$delegate', function($delegate) { - var callbacks = []; - var addFn = function(fn) { - callbacks.push(fn); - }; - addFn.flush = function() { - angular.forEach(callbacks, function(fn) { - fn(); - }); - callbacks = []; - }; - return addFn; -}]; - -/** - * - */ -angular.mock.$RootElementProvider = function() { - this.$get = function() { - return angular.element('
    '); - }; -}; - -/** - * @ngdoc module - * @name ngMock - * @packageName angular-mocks - * @description - * - * # ngMock - * - * The `ngMock` module provides support to inject and mock Angular services into unit tests. - * In addition, ngMock also extends various core ng services such that they can be - * inspected and controlled in a synchronous manner within test code. - * - * - *
    - * - */ -angular.module('ngMock', ['ng']).provider({ - $browser: angular.mock.$BrowserProvider, - $exceptionHandler: angular.mock.$ExceptionHandlerProvider, - $log: angular.mock.$LogProvider, - $interval: angular.mock.$IntervalProvider, - $httpBackend: angular.mock.$HttpBackendProvider, - $rootElement: angular.mock.$RootElementProvider -}).config(['$provide', function($provide) { - $provide.decorator('$timeout', angular.mock.$TimeoutDecorator); - $provide.decorator('$$rAF', angular.mock.$RAFDecorator); - $provide.decorator('$$asyncCallback', angular.mock.$AsyncCallbackDecorator); - $provide.decorator('$rootScope', angular.mock.$RootScopeDecorator); -}]); - -/** - * @ngdoc module - * @name ngMockE2E - * @module ngMockE2E - * @packageName angular-mocks - * @description - * - * The `ngMockE2E` is an angular module which contains mocks suitable for end-to-end testing. - * Currently there is only one mock present in this module - - * the {@link ngMockE2E.$httpBackend e2e $httpBackend} mock. - */ -angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) { - $provide.decorator('$httpBackend', angular.mock.e2e.$httpBackendDecorator); -}]); - -/** - * @ngdoc service - * @name $httpBackend - * @module ngMockE2E - * @description - * Fake HTTP backend implementation suitable for end-to-end testing or backend-less development of - * applications that use the {@link ng.$http $http service}. - * - * *Note*: For fake http backend implementation suitable for unit testing please see - * {@link ngMock.$httpBackend unit-testing $httpBackend mock}. - * - * This implementation can be used to respond with static or dynamic responses via the `when` api - * and its shortcuts (`whenGET`, `whenPOST`, etc) and optionally pass through requests to the - * real $httpBackend for specific requests (e.g. to interact with certain remote apis or to fetch - * templates from a webserver). - * - * As opposed to unit-testing, in an end-to-end testing scenario or in scenario when an application - * is being developed with the real backend api replaced with a mock, it is often desirable for - * certain category of requests to bypass the mock and issue a real http request (e.g. to fetch - * templates or static files from the webserver). To configure the backend with this behavior - * use the `passThrough` request handler of `when` instead of `respond`. - * - * Additionally, we don't want to manually have to flush mocked out requests like we do during unit - * testing. For this reason the e2e $httpBackend flushes mocked out requests - * automatically, closely simulating the behavior of the XMLHttpRequest object. - * - * To setup the application to run with this http backend, you have to create a module that depends - * on the `ngMockE2E` and your application modules and defines the fake backend: - * - * ```js - * myAppDev = angular.module('myAppDev', ['myApp', 'ngMockE2E']); - * myAppDev.run(function($httpBackend) { - * phones = [{name: 'phone1'}, {name: 'phone2'}]; - * - * // returns the current list of phones - * $httpBackend.whenGET('/phones').respond(phones); - * - * // adds a new phone to the phones array - * $httpBackend.whenPOST('/phones').respond(function(method, url, data) { - * var phone = angular.fromJson(data); - * phones.push(phone); - * return [200, phone, {}]; - * }); - * $httpBackend.whenGET(/^\/templates\//).passThrough(); - * //... - * }); - * ``` - * - * Afterwards, bootstrap your app with this new module. - */ - -/** - * @ngdoc method - * @name $httpBackend#when - * @module ngMockE2E - * @description - * Creates a new backend definition. - * - * @param {string} method HTTP method. - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(string|RegExp)=} data HTTP request body. - * @param {(Object|function(Object))=} headers HTTP headers or function that receives http header - * object and returns true if the headers match the current definition. - * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. You can save this object for later use and invoke - * `respond` or `passThrough` again in order to change how a matched request is handled. - * - * - respond – - * `{function([status,] data[, headers, statusText]) - * | function(function(method, url, data, headers)}` - * – The respond method takes a set of static data to be returned or a function that can return - * an array containing response status (number), response data (string), response headers - * (Object), and the text for the status (string). - * - passThrough – `{function()}` – Any request matching a backend definition with - * `passThrough` handler will be passed through to the real backend (an XHR request will be made - * to the server.) - * - Both methods return the `requestHandler` object for possible overrides. - */ - -/** - * @ngdoc method - * @name $httpBackend#whenGET - * @module ngMockE2E - * @description - * Creates a new backend definition for GET requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. You can save this object for later use and invoke - * `respond` or `passThrough` again in order to change how a matched request is handled. - */ - -/** - * @ngdoc method - * @name $httpBackend#whenHEAD - * @module ngMockE2E - * @description - * Creates a new backend definition for HEAD requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. You can save this object for later use and invoke - * `respond` or `passThrough` again in order to change how a matched request is handled. - */ - -/** - * @ngdoc method - * @name $httpBackend#whenDELETE - * @module ngMockE2E - * @description - * Creates a new backend definition for DELETE requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. You can save this object for later use and invoke - * `respond` or `passThrough` again in order to change how a matched request is handled. - */ - -/** - * @ngdoc method - * @name $httpBackend#whenPOST - * @module ngMockE2E - * @description - * Creates a new backend definition for POST requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(string|RegExp)=} data HTTP request body. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. You can save this object for later use and invoke - * `respond` or `passThrough` again in order to change how a matched request is handled. - */ - -/** - * @ngdoc method - * @name $httpBackend#whenPUT - * @module ngMockE2E - * @description - * Creates a new backend definition for PUT requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(string|RegExp)=} data HTTP request body. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. You can save this object for later use and invoke - * `respond` or `passThrough` again in order to change how a matched request is handled. - */ - -/** - * @ngdoc method - * @name $httpBackend#whenPATCH - * @module ngMockE2E - * @description - * Creates a new backend definition for PATCH requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @param {(string|RegExp)=} data HTTP request body. - * @param {(Object|function(Object))=} headers HTTP headers. - * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. You can save this object for later use and invoke - * `respond` or `passThrough` again in order to change how a matched request is handled. - */ - -/** - * @ngdoc method - * @name $httpBackend#whenJSONP - * @module ngMockE2E - * @description - * Creates a new backend definition for JSONP requests. For more info see `when()`. - * - * @param {string|RegExp|function(string)} url HTTP url or function that receives the url - * and returns true if the url match the current definition. - * @returns {requestHandler} Returns an object with `respond` and `passThrough` methods that - * control how a matched request is handled. You can save this object for later use and invoke - * `respond` or `passThrough` again in order to change how a matched request is handled. - */ -angular.mock.e2e = {}; -angular.mock.e2e.$httpBackendDecorator = - ['$rootScope', '$delegate', '$browser', createHttpBackendMock]; - - -/** - * @ngdoc type - * @name $rootScope.Scope - * @module ngMock - * @description - * {@link ng.$rootScope.Scope Scope} type decorated with helper methods useful for testing. These - * methods are automatically available on any {@link ng.$rootScope.Scope Scope} instance when - * `ngMock` module is loaded. - * - * In addition to all the regular `Scope` methods, the following helper methods are available: - */ -angular.mock.$RootScopeDecorator = ['$delegate', function($delegate) { - - var $rootScopePrototype = Object.getPrototypeOf($delegate); - - $rootScopePrototype.$countChildScopes = countChildScopes; - $rootScopePrototype.$countWatchers = countWatchers; - - return $delegate; - - // ------------------------------------------------------------------------------------------ // - - /** - * @ngdoc method - * @name $rootScope.Scope#$countChildScopes - * @module ngMock - * @description - * Counts all the direct and indirect child scopes of the current scope. - * - * The current scope is excluded from the count. The count includes all isolate child scopes. - * - * @returns {number} Total number of child scopes. - */ - function countChildScopes() { - // jshint validthis: true - var count = 0; // exclude the current scope - var pendingChildHeads = [this.$$childHead]; - var currentScope; - - while (pendingChildHeads.length) { - currentScope = pendingChildHeads.shift(); - - while (currentScope) { - count += 1; - pendingChildHeads.push(currentScope.$$childHead); - currentScope = currentScope.$$nextSibling; - } - } - - return count; - } - - - /** - * @ngdoc method - * @name $rootScope.Scope#$countWatchers - * @module ngMock - * @description - * Counts all the watchers of direct and indirect child scopes of the current scope. - * - * The watchers of the current scope are included in the count and so are all the watchers of - * isolate child scopes. - * - * @returns {number} Total number of watchers. - */ - function countWatchers() { - // jshint validthis: true - var count = this.$$watchers ? this.$$watchers.length : 0; // include the current scope - var pendingChildHeads = [this.$$childHead]; - var currentScope; - - while (pendingChildHeads.length) { - currentScope = pendingChildHeads.shift(); - - while (currentScope) { - count += currentScope.$$watchers ? currentScope.$$watchers.length : 0; - pendingChildHeads.push(currentScope.$$childHead); - currentScope = currentScope.$$nextSibling; - } - } - - return count; - } -}]; - - -if (window.jasmine || window.mocha) { - - var currentSpec = null, - isSpecRunning = function() { - return !!currentSpec; - }; - - - (window.beforeEach || window.setup)(function() { - currentSpec = this; - }); - - (window.afterEach || window.teardown)(function() { - var injector = currentSpec.$injector; - - angular.forEach(currentSpec.$modules, function(module) { - if (module && module.$$hashKey) { - module.$$hashKey = undefined; - } - }); - - currentSpec.$injector = null; - currentSpec.$modules = null; - currentSpec = null; - - if (injector) { - injector.get('$rootElement').off(); - injector.get('$browser').pollFns.length = 0; - } - - // clean up jquery's fragment cache - angular.forEach(angular.element.fragments, function(val, key) { - delete angular.element.fragments[key]; - }); - - MockXhr.$$lastInstance = null; - - angular.forEach(angular.callbacks, function(val, key) { - delete angular.callbacks[key]; - }); - angular.callbacks.counter = 0; - }); - - /** - * @ngdoc function - * @name angular.mock.module - * @description - * - * *NOTE*: This function is also published on window for easy access.
    - * *NOTE*: This function is declared ONLY WHEN running tests with jasmine or mocha - * - * This function registers a module configuration code. It collects the configuration information - * which will be used when the injector is created by {@link angular.mock.inject inject}. - * - * See {@link angular.mock.inject inject} for usage example - * - * @param {...(string|Function|Object)} fns any number of modules which are represented as string - * aliases or as anonymous module initialization functions. The modules are used to - * configure the injector. The 'ng' and 'ngMock' modules are automatically loaded. If an - * object literal is passed they will be registered as values in the module, the key being - * the module name and the value being what is returned. - */ - window.module = angular.mock.module = function() { - var moduleFns = Array.prototype.slice.call(arguments, 0); - return isSpecRunning() ? workFn() : workFn; - ///////////////////// - function workFn() { - if (currentSpec.$injector) { - throw new Error('Injector already created, can not register a module!'); - } else { - var modules = currentSpec.$modules || (currentSpec.$modules = []); - angular.forEach(moduleFns, function(module) { - if (angular.isObject(module) && !angular.isArray(module)) { - modules.push(function($provide) { - angular.forEach(module, function(value, key) { - $provide.value(key, value); - }); - }); - } else { - modules.push(module); - } - }); - } - } - }; - - /** - * @ngdoc function - * @name angular.mock.inject - * @description - * - * *NOTE*: This function is also published on window for easy access.
    - * *NOTE*: This function is declared ONLY WHEN running tests with jasmine or mocha - * - * The inject function wraps a function into an injectable function. The inject() creates new - * instance of {@link auto.$injector $injector} per test, which is then used for - * resolving references. - * - * - * ## Resolving References (Underscore Wrapping) - * Often, we would like to inject a reference once, in a `beforeEach()` block and reuse this - * in multiple `it()` clauses. To be able to do this we must assign the reference to a variable - * that is declared in the scope of the `describe()` block. Since we would, most likely, want - * the variable to have the same name of the reference we have a problem, since the parameter - * to the `inject()` function would hide the outer variable. - * - * To help with this, the injected parameters can, optionally, be enclosed with underscores. - * These are ignored by the injector when the reference name is resolved. - * - * For example, the parameter `_myService_` would be resolved as the reference `myService`. - * Since it is available in the function body as _myService_, we can then assign it to a variable - * defined in an outer scope. - * - * ``` - * // Defined out reference variable outside - * var myService; - * - * // Wrap the parameter in underscores - * beforeEach( inject( function(_myService_){ - * myService = _myService_; - * })); - * - * // Use myService in a series of tests. - * it('makes use of myService', function() { - * myService.doStuff(); - * }); - * - * ``` - * - * See also {@link angular.mock.module angular.mock.module} - * - * ## Example - * Example of what a typical jasmine tests looks like with the inject method. - * ```js - * - * angular.module('myApplicationModule', []) - * .value('mode', 'app') - * .value('version', 'v1.0.1'); - * - * - * describe('MyApp', function() { - * - * // You need to load modules that you want to test, - * // it loads only the "ng" module by default. - * beforeEach(module('myApplicationModule')); - * - * - * // inject() is used to inject arguments of all given functions - * it('should provide a version', inject(function(mode, version) { - * expect(version).toEqual('v1.0.1'); - * expect(mode).toEqual('app'); - * })); - * - * - * // The inject and module method can also be used inside of the it or beforeEach - * it('should override a version and test the new version is injected', function() { - * // module() takes functions or strings (module aliases) - * module(function($provide) { - * $provide.value('version', 'overridden'); // override version here - * }); - * - * inject(function(version) { - * expect(version).toEqual('overridden'); - * }); - * }); - * }); - * - * ``` - * - * @param {...Function} fns any number of functions which will be injected using the injector. - */ - - - - var ErrorAddingDeclarationLocationStack = function(e, errorForStack) { - this.message = e.message; - this.name = e.name; - if (e.line) this.line = e.line; - if (e.sourceId) this.sourceId = e.sourceId; - if (e.stack && errorForStack) - this.stack = e.stack + '\n' + errorForStack.stack; - if (e.stackArray) this.stackArray = e.stackArray; - }; - ErrorAddingDeclarationLocationStack.prototype.toString = Error.prototype.toString; - - window.inject = angular.mock.inject = function() { - var blockFns = Array.prototype.slice.call(arguments, 0); - var errorForStack = new Error('Declaration Location'); - return isSpecRunning() ? workFn.call(currentSpec) : workFn; - ///////////////////// - function workFn() { - var modules = currentSpec.$modules || []; - var strictDi = !!currentSpec.$injectorStrict; - modules.unshift('ngMock'); - modules.unshift('ng'); - var injector = currentSpec.$injector; - if (!injector) { - if (strictDi) { - // If strictDi is enabled, annotate the providerInjector blocks - angular.forEach(modules, function(moduleFn) { - if (typeof moduleFn === "function") { - angular.injector.$$annotate(moduleFn); - } - }); - } - injector = currentSpec.$injector = angular.injector(modules, strictDi); - currentSpec.$injectorStrict = strictDi; - } - for (var i = 0, ii = blockFns.length; i < ii; i++) { - if (currentSpec.$injectorStrict) { - // If the injector is strict / strictDi, and the spec wants to inject using automatic - // annotation, then annotate the function here. - injector.annotate(blockFns[i]); - } - try { - /* jshint -W040 *//* Jasmine explicitly provides a `this` object when calling functions */ - injector.invoke(blockFns[i] || angular.noop, this); - /* jshint +W040 */ - } catch (e) { - if (e.stack && errorForStack) { - throw new ErrorAddingDeclarationLocationStack(e, errorForStack); - } - throw e; - } finally { - errorForStack = null; - } - } - } - }; - - - angular.mock.inject.strictDi = function(value) { - value = arguments.length ? !!value : true; - return isSpecRunning() ? workFn() : workFn; - - function workFn() { - if (value !== currentSpec.$injectorStrict) { - if (currentSpec.$injector) { - throw new Error('Injector already created, can not modify strict annotations'); - } else { - currentSpec.$injectorStrict = value; - } - } - } - }; -} - - -})(window, window.angular); diff --git a/public/browse/lib/angular-mocks/bower.json b/public/browse/lib/angular-mocks/bower.json deleted file mode 100644 index 739097ac6..000000000 --- a/public/browse/lib/angular-mocks/bower.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "angular-mocks", - "version": "1.3.5", - "main": "./angular-mocks.js", - "ignore": [], - "dependencies": { - "angular": "1.3.5" - } -} diff --git a/public/browse/lib/angular-mocks/package.json b/public/browse/lib/angular-mocks/package.json deleted file mode 100644 index a4665805e..000000000 --- a/public/browse/lib/angular-mocks/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "angular-mocks", - "version": "1.3.5", - "description": "AngularJS mocks for testing", - "main": "angular-mocks.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/angular/angular.js.git" - }, - "keywords": [ - "angular", - "framework", - "browser", - "mocks", - "testing", - "client-side" - ], - "author": "Angular Core Team ", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular.js/issues" - }, - "homepage": "http://angularjs.org" -} diff --git a/public/browse/lib/angular-route/.bower.json b/public/browse/lib/angular-route/.bower.json deleted file mode 100644 index 011e7abb2..000000000 --- a/public/browse/lib/angular-route/.bower.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "angular-route", - "version": "1.3.5", - "main": "./angular-route.js", - "ignore": [], - "dependencies": { - "angular": "1.3.5" - }, - "homepage": "https://github.com/angular/bower-angular-route", - "_release": "1.3.5", - "_resolution": { - "type": "version", - "tag": "v1.3.5", - "commit": "4a949e84a15e474daa1cf0a4f4fbb3dd1f7536cb" - }, - "_source": "git://github.com/angular/bower-angular-route.git", - "_target": "1.3.x", - "_originalSource": "angular-route" -} \ No newline at end of file diff --git a/public/browse/lib/angular-route/README.md b/public/browse/lib/angular-route/README.md deleted file mode 100644 index b33a0dc33..000000000 --- a/public/browse/lib/angular-route/README.md +++ /dev/null @@ -1,77 +0,0 @@ -# packaged angular-route - -This repo is for distribution on `npm` and `bower`. The source for this module is in the -[main AngularJS repo](https://github.com/angular/angular.js/tree/master/src/ngRoute). -Please file issues and pull requests against that repo. - -## Install - -You can install this package either with `npm` or with `bower`. - -### npm - -```shell -npm install angular-route -``` - -Add a ` -``` - -Then add `ngRoute` as a dependency for your app: - -```javascript -angular.module('myApp', ['ngRoute']); -``` - -Note that this package is not in CommonJS format, so doing `require('angular-route')` will -return `undefined`. - -### bower - -```shell -bower install angular-route -``` - -Add a ` -``` - -Then add `ngRoute` as a dependency for your app: - -```javascript -angular.module('myApp', ['ngRoute']); -``` - -## Documentation - -Documentation is available on the -[AngularJS docs site](http://docs.angularjs.org/api/ngRoute). - -## License - -The MIT License - -Copyright (c) 2010-2012 Google, Inc. http://angularjs.org - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/public/browse/lib/angular-route/angular-route.js b/public/browse/lib/angular-route/angular-route.js deleted file mode 100644 index 2959c50b5..000000000 --- a/public/browse/lib/angular-route/angular-route.js +++ /dev/null @@ -1,996 +0,0 @@ -/** - * @license AngularJS v1.3.5 - * (c) 2010-2014 Google, Inc. http://angularjs.org - * License: MIT - */ -(function(window, angular, undefined) {'use strict'; - -/** - * @ngdoc module - * @name ngRoute - * @description - * - * # ngRoute - * - * The `ngRoute` module provides routing and deeplinking services and directives for angular apps. - * - * ## Example - * See {@link ngRoute.$route#example $route} for an example of configuring and using `ngRoute`. - * - * - *
    - */ - /* global -ngRouteModule */ -var ngRouteModule = angular.module('ngRoute', ['ng']). - provider('$route', $RouteProvider), - $routeMinErr = angular.$$minErr('ngRoute'); - -/** - * @ngdoc provider - * @name $routeProvider - * - * @description - * - * Used for configuring routes. - * - * ## Example - * See {@link ngRoute.$route#example $route} for an example of configuring and using `ngRoute`. - * - * ## Dependencies - * Requires the {@link ngRoute `ngRoute`} module to be installed. - */ -function $RouteProvider() { - function inherit(parent, extra) { - return angular.extend(Object.create(parent), extra); - } - - var routes = {}; - - /** - * @ngdoc method - * @name $routeProvider#when - * - * @param {string} path Route path (matched against `$location.path`). If `$location.path` - * contains redundant trailing slash or is missing one, the route will still match and the - * `$location.path` will be updated to add or drop the trailing slash to exactly match the - * route definition. - * - * * `path` can contain named groups starting with a colon: e.g. `:name`. All characters up - * to the next slash are matched and stored in `$routeParams` under the given `name` - * when the route matches. - * * `path` can contain named groups starting with a colon and ending with a star: - * e.g.`:name*`. All characters are eagerly stored in `$routeParams` under the given `name` - * when the route matches. - * * `path` can contain optional named groups with a question mark: e.g.`:name?`. - * - * For example, routes like `/color/:color/largecode/:largecode*\/edit` will match - * `/color/brown/largecode/code/with/slashes/edit` and extract: - * - * * `color: brown` - * * `largecode: code/with/slashes`. - * - * - * @param {Object} route Mapping information to be assigned to `$route.current` on route - * match. - * - * Object properties: - * - * - `controller` – `{(string|function()=}` – Controller fn that should be associated with - * newly created scope or the name of a {@link angular.Module#controller registered - * controller} if passed as a string. - * - `controllerAs` – `{string=}` – A controller alias name. If present the controller will be - * published to scope under the `controllerAs` name. - * - `template` – `{string=|function()=}` – html template as a string or a function that - * returns an html template as a string which should be used by {@link - * ngRoute.directive:ngView ngView} or {@link ng.directive:ngInclude ngInclude} directives. - * This property takes precedence over `templateUrl`. - * - * If `template` is a function, it will be called with the following parameters: - * - * - `{Array.}` - route parameters extracted from the current - * `$location.path()` by applying the current route - * - * - `templateUrl` – `{string=|function()=}` – path or function that returns a path to an html - * template that should be used by {@link ngRoute.directive:ngView ngView}. - * - * If `templateUrl` is a function, it will be called with the following parameters: - * - * - `{Array.}` - route parameters extracted from the current - * `$location.path()` by applying the current route - * - * - `resolve` - `{Object.=}` - An optional map of dependencies which should - * be injected into the controller. If any of these dependencies are promises, the router - * will wait for them all to be resolved or one to be rejected before the controller is - * instantiated. - * If all the promises are resolved successfully, the values of the resolved promises are - * injected and {@link ngRoute.$route#$routeChangeSuccess $routeChangeSuccess} event is - * fired. If any of the promises are rejected the - * {@link ngRoute.$route#$routeChangeError $routeChangeError} event is fired. The map object - * is: - * - * - `key` – `{string}`: a name of a dependency to be injected into the controller. - * - `factory` - `{string|function}`: If `string` then it is an alias for a service. - * Otherwise if function, then it is {@link auto.$injector#invoke injected} - * and the return value is treated as the dependency. If the result is a promise, it is - * resolved before its value is injected into the controller. Be aware that - * `ngRoute.$routeParams` will still refer to the previous route within these resolve - * functions. Use `$route.current.params` to access the new route parameters, instead. - * - * - `redirectTo` – {(string|function())=} – value to update - * {@link ng.$location $location} path with and trigger route redirection. - * - * If `redirectTo` is a function, it will be called with the following parameters: - * - * - `{Object.}` - route parameters extracted from the current - * `$location.path()` by applying the current route templateUrl. - * - `{string}` - current `$location.path()` - * - `{Object}` - current `$location.search()` - * - * The custom `redirectTo` function is expected to return a string which will be used - * to update `$location.path()` and `$location.search()`. - * - * - `[reloadOnSearch=true]` - {boolean=} - reload route when only `$location.search()` - * or `$location.hash()` changes. - * - * If the option is set to `false` and url in the browser changes, then - * `$routeUpdate` event is broadcasted on the root scope. - * - * - `[caseInsensitiveMatch=false]` - {boolean=} - match routes without being case sensitive - * - * If the option is set to `true`, then the particular route can be matched without being - * case sensitive - * - * @returns {Object} self - * - * @description - * Adds a new route definition to the `$route` service. - */ - this.when = function(path, route) { - //copy original route object to preserve params inherited from proto chain - var routeCopy = angular.copy(route); - if (angular.isUndefined(routeCopy.reloadOnSearch)) { - routeCopy.reloadOnSearch = true; - } - if (angular.isUndefined(routeCopy.caseInsensitiveMatch)) { - routeCopy.caseInsensitiveMatch = this.caseInsensitiveMatch; - } - routes[path] = angular.extend( - routeCopy, - path && pathRegExp(path, routeCopy) - ); - - // create redirection for trailing slashes - if (path) { - var redirectPath = (path[path.length - 1] == '/') - ? path.substr(0, path.length - 1) - : path + '/'; - - routes[redirectPath] = angular.extend( - {redirectTo: path}, - pathRegExp(redirectPath, routeCopy) - ); - } - - return this; - }; - - /** - * @ngdoc property - * @name $routeProvider#caseInsensitiveMatch - * @description - * - * A boolean property indicating if routes defined - * using this provider should be matched using a case insensitive - * algorithm. Defaults to `false`. - */ - this.caseInsensitiveMatch = false; - - /** - * @param path {string} path - * @param opts {Object} options - * @return {?Object} - * - * @description - * Normalizes the given path, returning a regular expression - * and the original path. - * - * Inspired by pathRexp in visionmedia/express/lib/utils.js. - */ - function pathRegExp(path, opts) { - var insensitive = opts.caseInsensitiveMatch, - ret = { - originalPath: path, - regexp: path - }, - keys = ret.keys = []; - - path = path - .replace(/([().])/g, '\\$1') - .replace(/(\/)?:(\w+)([\?\*])?/g, function(_, slash, key, option) { - var optional = option === '?' ? option : null; - var star = option === '*' ? option : null; - keys.push({ name: key, optional: !!optional }); - slash = slash || ''; - return '' - + (optional ? '' : slash) - + '(?:' - + (optional ? slash : '') - + (star && '(.+?)' || '([^/]+)') - + (optional || '') - + ')' - + (optional || ''); - }) - .replace(/([\/$\*])/g, '\\$1'); - - ret.regexp = new RegExp('^' + path + '$', insensitive ? 'i' : ''); - return ret; - } - - /** - * @ngdoc method - * @name $routeProvider#otherwise - * - * @description - * Sets route definition that will be used on route change when no other route definition - * is matched. - * - * @param {Object|string} params Mapping information to be assigned to `$route.current`. - * If called with a string, the value maps to `redirectTo`. - * @returns {Object} self - */ - this.otherwise = function(params) { - if (typeof params === 'string') { - params = {redirectTo: params}; - } - this.when(null, params); - return this; - }; - - - this.$get = ['$rootScope', - '$location', - '$routeParams', - '$q', - '$injector', - '$templateRequest', - '$sce', - function($rootScope, $location, $routeParams, $q, $injector, $templateRequest, $sce) { - - /** - * @ngdoc service - * @name $route - * @requires $location - * @requires $routeParams - * - * @property {Object} current Reference to the current route definition. - * The route definition contains: - * - * - `controller`: The controller constructor as define in route definition. - * - `locals`: A map of locals which is used by {@link ng.$controller $controller} service for - * controller instantiation. The `locals` contain - * the resolved values of the `resolve` map. Additionally the `locals` also contain: - * - * - `$scope` - The current route scope. - * - `$template` - The current route template HTML. - * - * @property {Object} routes Object with all route configuration Objects as its properties. - * - * @description - * `$route` is used for deep-linking URLs to controllers and views (HTML partials). - * It watches `$location.url()` and tries to map the path to an existing route definition. - * - * Requires the {@link ngRoute `ngRoute`} module to be installed. - * - * You can define routes through {@link ngRoute.$routeProvider $routeProvider}'s API. - * - * The `$route` service is typically used in conjunction with the - * {@link ngRoute.directive:ngView `ngView`} directive and the - * {@link ngRoute.$routeParams `$routeParams`} service. - * - * @example - * This example shows how changing the URL hash causes the `$route` to match a route against the - * URL, and the `ngView` pulls in the partial. - * - * - * - *
    - * Choose: - * Moby | - * Moby: Ch1 | - * Gatsby | - * Gatsby: Ch4 | - * Scarlet Letter
    - * - *
    - * - *
    - * - *
    $location.path() = {{$location.path()}}
    - *
    $route.current.templateUrl = {{$route.current.templateUrl}}
    - *
    $route.current.params = {{$route.current.params}}
    - *
    $route.current.scope.name = {{$route.current.scope.name}}
    - *
    $routeParams = {{$routeParams}}
    - *
    - *
    - * - * - * controller: {{name}}
    - * Book Id: {{params.bookId}}
    - *
    - * - * - * controller: {{name}}
    - * Book Id: {{params.bookId}}
    - * Chapter Id: {{params.chapterId}} - *
    - * - * - * angular.module('ngRouteExample', ['ngRoute']) - * - * .controller('MainController', function($scope, $route, $routeParams, $location) { - * $scope.$route = $route; - * $scope.$location = $location; - * $scope.$routeParams = $routeParams; - * }) - * - * .controller('BookController', function($scope, $routeParams) { - * $scope.name = "BookController"; - * $scope.params = $routeParams; - * }) - * - * .controller('ChapterController', function($scope, $routeParams) { - * $scope.name = "ChapterController"; - * $scope.params = $routeParams; - * }) - * - * .config(function($routeProvider, $locationProvider) { - * $routeProvider - * .when('/Book/:bookId', { - * templateUrl: 'book.html', - * controller: 'BookController', - * resolve: { - * // I will cause a 1 second delay - * delay: function($q, $timeout) { - * var delay = $q.defer(); - * $timeout(delay.resolve, 1000); - * return delay.promise; - * } - * } - * }) - * .when('/Book/:bookId/ch/:chapterId', { - * templateUrl: 'chapter.html', - * controller: 'ChapterController' - * }); - * - * // configure html5 to get links working on jsfiddle - * $locationProvider.html5Mode(true); - * }); - * - * - * - * - * it('should load and compile correct template', function() { - * element(by.linkText('Moby: Ch1')).click(); - * var content = element(by.css('[ng-view]')).getText(); - * expect(content).toMatch(/controller\: ChapterController/); - * expect(content).toMatch(/Book Id\: Moby/); - * expect(content).toMatch(/Chapter Id\: 1/); - * - * element(by.partialLinkText('Scarlet')).click(); - * - * content = element(by.css('[ng-view]')).getText(); - * expect(content).toMatch(/controller\: BookController/); - * expect(content).toMatch(/Book Id\: Scarlet/); - * }); - * - *
    - */ - - /** - * @ngdoc event - * @name $route#$routeChangeStart - * @eventType broadcast on root scope - * @description - * Broadcasted before a route change. At this point the route services starts - * resolving all of the dependencies needed for the route change to occur. - * Typically this involves fetching the view template as well as any dependencies - * defined in `resolve` route property. Once all of the dependencies are resolved - * `$routeChangeSuccess` is fired. - * - * The route change (and the `$location` change that triggered it) can be prevented - * by calling `preventDefault` method of the event. See {@link ng.$rootScope.Scope#$on} - * for more details about event object. - * - * @param {Object} angularEvent Synthetic event object. - * @param {Route} next Future route information. - * @param {Route} current Current route information. - */ - - /** - * @ngdoc event - * @name $route#$routeChangeSuccess - * @eventType broadcast on root scope - * @description - * Broadcasted after a route dependencies are resolved. - * {@link ngRoute.directive:ngView ngView} listens for the directive - * to instantiate the controller and render the view. - * - * @param {Object} angularEvent Synthetic event object. - * @param {Route} current Current route information. - * @param {Route|Undefined} previous Previous route information, or undefined if current is - * first route entered. - */ - - /** - * @ngdoc event - * @name $route#$routeChangeError - * @eventType broadcast on root scope - * @description - * Broadcasted if any of the resolve promises are rejected. - * - * @param {Object} angularEvent Synthetic event object - * @param {Route} current Current route information. - * @param {Route} previous Previous route information. - * @param {Route} rejection Rejection of the promise. Usually the error of the failed promise. - */ - - /** - * @ngdoc event - * @name $route#$routeUpdate - * @eventType broadcast on root scope - * @description - * - * The `reloadOnSearch` property has been set to false, and we are reusing the same - * instance of the Controller. - */ - - var forceReload = false, - preparedRoute, - preparedRouteIsUpdateOnly, - $route = { - routes: routes, - - /** - * @ngdoc method - * @name $route#reload - * - * @description - * Causes `$route` service to reload the current route even if - * {@link ng.$location $location} hasn't changed. - * - * As a result of that, {@link ngRoute.directive:ngView ngView} - * creates new scope and reinstantiates the controller. - */ - reload: function() { - forceReload = true; - $rootScope.$evalAsync(function() { - // Don't support cancellation of a reload for now... - prepareRoute(); - commitRoute(); - }); - }, - - /** - * @ngdoc method - * @name $route#updateParams - * - * @description - * Causes `$route` service to update the current URL, replacing - * current route parameters with those specified in `newParams`. - * Provided property names that match the route's path segment - * definitions will be interpolated into the location's path, while - * remaining properties will be treated as query params. - * - * @param {Object} newParams mapping of URL parameter names to values - */ - updateParams: function(newParams) { - if (this.current && this.current.$$route) { - var searchParams = {}, self=this; - - angular.forEach(Object.keys(newParams), function(key) { - if (!self.current.pathParams[key]) searchParams[key] = newParams[key]; - }); - - newParams = angular.extend({}, this.current.params, newParams); - $location.path(interpolate(this.current.$$route.originalPath, newParams)); - $location.search(angular.extend({}, $location.search(), searchParams)); - } - else { - throw $routeMinErr('norout', 'Tried updating route when with no current route'); - } - } - }; - - $rootScope.$on('$locationChangeStart', prepareRoute); - $rootScope.$on('$locationChangeSuccess', commitRoute); - - return $route; - - ///////////////////////////////////////////////////// - - /** - * @param on {string} current url - * @param route {Object} route regexp to match the url against - * @return {?Object} - * - * @description - * Check if the route matches the current url. - * - * Inspired by match in - * visionmedia/express/lib/router/router.js. - */ - function switchRouteMatcher(on, route) { - var keys = route.keys, - params = {}; - - if (!route.regexp) return null; - - var m = route.regexp.exec(on); - if (!m) return null; - - for (var i = 1, len = m.length; i < len; ++i) { - var key = keys[i - 1]; - - var val = m[i]; - - if (key && val) { - params[key.name] = val; - } - } - return params; - } - - function prepareRoute($locationEvent) { - var lastRoute = $route.current; - - preparedRoute = parseRoute(); - preparedRouteIsUpdateOnly = preparedRoute && lastRoute && preparedRoute.$$route === lastRoute.$$route - && angular.equals(preparedRoute.pathParams, lastRoute.pathParams) - && !preparedRoute.reloadOnSearch && !forceReload; - - if (!preparedRouteIsUpdateOnly && (lastRoute || preparedRoute)) { - if ($rootScope.$broadcast('$routeChangeStart', preparedRoute, lastRoute).defaultPrevented) { - if ($locationEvent) { - $locationEvent.preventDefault(); - } - } - } - } - - function commitRoute() { - var lastRoute = $route.current; - var nextRoute = preparedRoute; - - if (preparedRouteIsUpdateOnly) { - lastRoute.params = nextRoute.params; - angular.copy(lastRoute.params, $routeParams); - $rootScope.$broadcast('$routeUpdate', lastRoute); - } else if (nextRoute || lastRoute) { - forceReload = false; - $route.current = nextRoute; - if (nextRoute) { - if (nextRoute.redirectTo) { - if (angular.isString(nextRoute.redirectTo)) { - $location.path(interpolate(nextRoute.redirectTo, nextRoute.params)).search(nextRoute.params) - .replace(); - } else { - $location.url(nextRoute.redirectTo(nextRoute.pathParams, $location.path(), $location.search())) - .replace(); - } - } - } - - $q.when(nextRoute). - then(function() { - if (nextRoute) { - var locals = angular.extend({}, nextRoute.resolve), - template, templateUrl; - - angular.forEach(locals, function(value, key) { - locals[key] = angular.isString(value) ? - $injector.get(value) : $injector.invoke(value, null, null, key); - }); - - if (angular.isDefined(template = nextRoute.template)) { - if (angular.isFunction(template)) { - template = template(nextRoute.params); - } - } else if (angular.isDefined(templateUrl = nextRoute.templateUrl)) { - if (angular.isFunction(templateUrl)) { - templateUrl = templateUrl(nextRoute.params); - } - templateUrl = $sce.getTrustedResourceUrl(templateUrl); - if (angular.isDefined(templateUrl)) { - nextRoute.loadedTemplateUrl = templateUrl; - template = $templateRequest(templateUrl); - } - } - if (angular.isDefined(template)) { - locals['$template'] = template; - } - return $q.all(locals); - } - }). - // after route change - then(function(locals) { - if (nextRoute == $route.current) { - if (nextRoute) { - nextRoute.locals = locals; - angular.copy(nextRoute.params, $routeParams); - } - $rootScope.$broadcast('$routeChangeSuccess', nextRoute, lastRoute); - } - }, function(error) { - if (nextRoute == $route.current) { - $rootScope.$broadcast('$routeChangeError', nextRoute, lastRoute, error); - } - }); - } - } - - - /** - * @returns {Object} the current active route, by matching it against the URL - */ - function parseRoute() { - // Match a route - var params, match; - angular.forEach(routes, function(route, path) { - if (!match && (params = switchRouteMatcher($location.path(), route))) { - match = inherit(route, { - params: angular.extend({}, $location.search(), params), - pathParams: params}); - match.$$route = route; - } - }); - // No route matched; fallback to "otherwise" route - return match || routes[null] && inherit(routes[null], {params: {}, pathParams:{}}); - } - - /** - * @returns {string} interpolation of the redirect path with the parameters - */ - function interpolate(string, params) { - var result = []; - angular.forEach((string || '').split(':'), function(segment, i) { - if (i === 0) { - result.push(segment); - } else { - var segmentMatch = segment.match(/(\w+)(?:[?*])?(.*)/); - var key = segmentMatch[1]; - result.push(params[key]); - result.push(segmentMatch[2] || ''); - delete params[key]; - } - }); - return result.join(''); - } - }]; -} - -ngRouteModule.provider('$routeParams', $RouteParamsProvider); - - -/** - * @ngdoc service - * @name $routeParams - * @requires $route - * - * @description - * The `$routeParams` service allows you to retrieve the current set of route parameters. - * - * Requires the {@link ngRoute `ngRoute`} module to be installed. - * - * The route parameters are a combination of {@link ng.$location `$location`}'s - * {@link ng.$location#search `search()`} and {@link ng.$location#path `path()`}. - * The `path` parameters are extracted when the {@link ngRoute.$route `$route`} path is matched. - * - * In case of parameter name collision, `path` params take precedence over `search` params. - * - * The service guarantees that the identity of the `$routeParams` object will remain unchanged - * (but its properties will likely change) even when a route change occurs. - * - * Note that the `$routeParams` are only updated *after* a route change completes successfully. - * This means that you cannot rely on `$routeParams` being correct in route resolve functions. - * Instead you can use `$route.current.params` to access the new route's parameters. - * - * @example - * ```js - * // Given: - * // URL: http://server.com/index.html#/Chapter/1/Section/2?search=moby - * // Route: /Chapter/:chapterId/Section/:sectionId - * // - * // Then - * $routeParams ==> {chapterId:'1', sectionId:'2', search:'moby'} - * ``` - */ -function $RouteParamsProvider() { - this.$get = function() { return {}; }; -} - -ngRouteModule.directive('ngView', ngViewFactory); -ngRouteModule.directive('ngView', ngViewFillContentFactory); - - -/** - * @ngdoc directive - * @name ngView - * @restrict ECA - * - * @description - * # Overview - * `ngView` is a directive that complements the {@link ngRoute.$route $route} service by - * including the rendered template of the current route into the main layout (`index.html`) file. - * Every time the current route changes, the included view changes with it according to the - * configuration of the `$route` service. - * - * Requires the {@link ngRoute `ngRoute`} module to be installed. - * - * @animations - * enter - animation is used to bring new content into the browser. - * leave - animation is used to animate existing content away. - * - * The enter and leave animation occur concurrently. - * - * @scope - * @priority 400 - * @param {string=} onload Expression to evaluate whenever the view updates. - * - * @param {string=} autoscroll Whether `ngView` should call {@link ng.$anchorScroll - * $anchorScroll} to scroll the viewport after the view is updated. - * - * - If the attribute is not set, disable scrolling. - * - If the attribute is set without value, enable scrolling. - * - Otherwise enable scrolling only if the `autoscroll` attribute value evaluated - * as an expression yields a truthy value. - * @example - - -
    - Choose: - Moby | - Moby: Ch1 | - Gatsby | - Gatsby: Ch4 | - Scarlet Letter
    - -
    -
    -
    -
    - -
    $location.path() = {{main.$location.path()}}
    -
    $route.current.templateUrl = {{main.$route.current.templateUrl}}
    -
    $route.current.params = {{main.$route.current.params}}
    -
    $routeParams = {{main.$routeParams}}
    -
    -
    - - -
    - controller: {{book.name}}
    - Book Id: {{book.params.bookId}}
    -
    -
    - - -
    - controller: {{chapter.name}}
    - Book Id: {{chapter.params.bookId}}
    - Chapter Id: {{chapter.params.chapterId}} -
    -
    - - - .view-animate-container { - position:relative; - height:100px!important; - position:relative; - background:white; - border:1px solid black; - height:40px; - overflow:hidden; - } - - .view-animate { - padding:10px; - } - - .view-animate.ng-enter, .view-animate.ng-leave { - -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s; - transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s; - - display:block; - width:100%; - border-left:1px solid black; - - position:absolute; - top:0; - left:0; - right:0; - bottom:0; - padding:10px; - } - - .view-animate.ng-enter { - left:100%; - } - .view-animate.ng-enter.ng-enter-active { - left:0; - } - .view-animate.ng-leave.ng-leave-active { - left:-100%; - } - - - - angular.module('ngViewExample', ['ngRoute', 'ngAnimate']) - .config(['$routeProvider', '$locationProvider', - function($routeProvider, $locationProvider) { - $routeProvider - .when('/Book/:bookId', { - templateUrl: 'book.html', - controller: 'BookCtrl', - controllerAs: 'book' - }) - .when('/Book/:bookId/ch/:chapterId', { - templateUrl: 'chapter.html', - controller: 'ChapterCtrl', - controllerAs: 'chapter' - }); - - $locationProvider.html5Mode(true); - }]) - .controller('MainCtrl', ['$route', '$routeParams', '$location', - function($route, $routeParams, $location) { - this.$route = $route; - this.$location = $location; - this.$routeParams = $routeParams; - }]) - .controller('BookCtrl', ['$routeParams', function($routeParams) { - this.name = "BookCtrl"; - this.params = $routeParams; - }]) - .controller('ChapterCtrl', ['$routeParams', function($routeParams) { - this.name = "ChapterCtrl"; - this.params = $routeParams; - }]); - - - - - it('should load and compile correct template', function() { - element(by.linkText('Moby: Ch1')).click(); - var content = element(by.css('[ng-view]')).getText(); - expect(content).toMatch(/controller\: ChapterCtrl/); - expect(content).toMatch(/Book Id\: Moby/); - expect(content).toMatch(/Chapter Id\: 1/); - - element(by.partialLinkText('Scarlet')).click(); - - content = element(by.css('[ng-view]')).getText(); - expect(content).toMatch(/controller\: BookCtrl/); - expect(content).toMatch(/Book Id\: Scarlet/); - }); - -
    - */ - - -/** - * @ngdoc event - * @name ngView#$viewContentLoaded - * @eventType emit on the current ngView scope - * @description - * Emitted every time the ngView content is reloaded. - */ -ngViewFactory.$inject = ['$route', '$anchorScroll', '$animate']; -function ngViewFactory($route, $anchorScroll, $animate) { - return { - restrict: 'ECA', - terminal: true, - priority: 400, - transclude: 'element', - link: function(scope, $element, attr, ctrl, $transclude) { - var currentScope, - currentElement, - previousLeaveAnimation, - autoScrollExp = attr.autoscroll, - onloadExp = attr.onload || ''; - - scope.$on('$routeChangeSuccess', update); - update(); - - function cleanupLastView() { - if (previousLeaveAnimation) { - $animate.cancel(previousLeaveAnimation); - previousLeaveAnimation = null; - } - - if (currentScope) { - currentScope.$destroy(); - currentScope = null; - } - if (currentElement) { - previousLeaveAnimation = $animate.leave(currentElement); - previousLeaveAnimation.then(function() { - previousLeaveAnimation = null; - }); - currentElement = null; - } - } - - function update() { - var locals = $route.current && $route.current.locals, - template = locals && locals.$template; - - if (angular.isDefined(template)) { - var newScope = scope.$new(); - var current = $route.current; - - // Note: This will also link all children of ng-view that were contained in the original - // html. If that content contains controllers, ... they could pollute/change the scope. - // However, using ng-view on an element with additional content does not make sense... - // Note: We can't remove them in the cloneAttchFn of $transclude as that - // function is called before linking the content, which would apply child - // directives to non existing elements. - var clone = $transclude(newScope, function(clone) { - $animate.enter(clone, null, currentElement || $element).then(function onNgViewEnter() { - if (angular.isDefined(autoScrollExp) - && (!autoScrollExp || scope.$eval(autoScrollExp))) { - $anchorScroll(); - } - }); - cleanupLastView(); - }); - - currentElement = clone; - currentScope = current.scope = newScope; - currentScope.$emit('$viewContentLoaded'); - currentScope.$eval(onloadExp); - } else { - cleanupLastView(); - } - } - } - }; -} - -// This directive is called during the $transclude call of the first `ngView` directive. -// It will replace and compile the content of the element with the loaded template. -// We need this directive so that the element content is already filled when -// the link function of another directive on the same element as ngView -// is called. -ngViewFillContentFactory.$inject = ['$compile', '$controller', '$route']; -function ngViewFillContentFactory($compile, $controller, $route) { - return { - restrict: 'ECA', - priority: -400, - link: function(scope, $element) { - var current = $route.current, - locals = current.locals; - - $element.html(locals.$template); - - var link = $compile($element.contents()); - - if (current.controller) { - locals.$scope = scope; - var controller = $controller(current.controller, locals); - if (current.controllerAs) { - scope[current.controllerAs] = controller; - } - $element.data('$ngControllerController', controller); - $element.children().data('$ngControllerController', controller); - } - - link(scope); - } - }; -} - - -})(window, window.angular); diff --git a/public/browse/lib/angular-route/angular-route.min.js b/public/browse/lib/angular-route/angular-route.min.js deleted file mode 100644 index b03fc57aa..000000000 --- a/public/browse/lib/angular-route/angular-route.min.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - AngularJS v1.3.5 - (c) 2010-2014 Google, Inc. http://angularjs.org - License: MIT -*/ -(function(p,d,C){'use strict';function v(r,h,g){return{restrict:"ECA",terminal:!0,priority:400,transclude:"element",link:function(a,c,b,f,y){function z(){k&&(g.cancel(k),k=null);l&&(l.$destroy(),l=null);m&&(k=g.leave(m),k.then(function(){k=null}),m=null)}function x(){var b=r.current&&r.current.locals;if(d.isDefined(b&&b.$template)){var b=a.$new(),f=r.current;m=y(b,function(b){g.enter(b,null,m||c).then(function(){!d.isDefined(t)||t&&!a.$eval(t)||h()});z()});l=f.scope=b;l.$emit("$viewContentLoaded"); -l.$eval(w)}else z()}var l,m,k,t=b.autoscroll,w=b.onload||"";a.$on("$routeChangeSuccess",x);x()}}}function A(d,h,g){return{restrict:"ECA",priority:-400,link:function(a,c){var b=g.current,f=b.locals;c.html(f.$template);var y=d(c.contents());b.controller&&(f.$scope=a,f=h(b.controller,f),b.controllerAs&&(a[b.controllerAs]=f),c.data("$ngControllerController",f),c.children().data("$ngControllerController",f));y(a)}}}p=d.module("ngRoute",["ng"]).provider("$route",function(){function r(a,c){return d.extend(Object.create(a), -c)}function h(a,d){var b=d.caseInsensitiveMatch,f={originalPath:a,regexp:a},g=f.keys=[];a=a.replace(/([().])/g,"\\$1").replace(/(\/)?:(\w+)([\?\*])?/g,function(a,d,b,c){a="?"===c?c:null;c="*"===c?c:null;g.push({name:b,optional:!!a});d=d||"";return""+(a?"":d)+"(?:"+(a?d:"")+(c&&"(.+?)"||"([^/]+)")+(a||"")+")"+(a||"")}).replace(/([\/$\*])/g,"\\$1");f.regexp=new RegExp("^"+a+"$",b?"i":"");return f}var g={};this.when=function(a,c){var b=d.copy(c);d.isUndefined(b.reloadOnSearch)&&(b.reloadOnSearch=!0); -d.isUndefined(b.caseInsensitiveMatch)&&(b.caseInsensitiveMatch=this.caseInsensitiveMatch);g[a]=d.extend(b,a&&h(a,b));if(a){var f="/"==a[a.length-1]?a.substr(0,a.length-1):a+"/";g[f]=d.extend({redirectTo:a},h(f,b))}return this};this.caseInsensitiveMatch=!1;this.otherwise=function(a){"string"===typeof a&&(a={redirectTo:a});this.when(null,a);return this};this.$get=["$rootScope","$location","$routeParams","$q","$injector","$templateRequest","$sce",function(a,c,b,f,h,p,x){function l(b){var e=s.current; -(v=(n=k())&&e&&n.$$route===e.$$route&&d.equals(n.pathParams,e.pathParams)&&!n.reloadOnSearch&&!w)||!e&&!n||a.$broadcast("$routeChangeStart",n,e).defaultPrevented&&b&&b.preventDefault()}function m(){var u=s.current,e=n;if(v)u.params=e.params,d.copy(u.params,b),a.$broadcast("$routeUpdate",u);else if(e||u)w=!1,(s.current=e)&&e.redirectTo&&(d.isString(e.redirectTo)?c.path(t(e.redirectTo,e.params)).search(e.params).replace():c.url(e.redirectTo(e.pathParams,c.path(),c.search())).replace()),f.when(e).then(function(){if(e){var a= -d.extend({},e.resolve),b,c;d.forEach(a,function(b,e){a[e]=d.isString(b)?h.get(b):h.invoke(b,null,null,e)});d.isDefined(b=e.template)?d.isFunction(b)&&(b=b(e.params)):d.isDefined(c=e.templateUrl)&&(d.isFunction(c)&&(c=c(e.params)),c=x.getTrustedResourceUrl(c),d.isDefined(c)&&(e.loadedTemplateUrl=c,b=p(c)));d.isDefined(b)&&(a.$template=b);return f.all(a)}}).then(function(c){e==s.current&&(e&&(e.locals=c,d.copy(e.params,b)),a.$broadcast("$routeChangeSuccess",e,u))},function(b){e==s.current&&a.$broadcast("$routeChangeError", -e,u,b)})}function k(){var a,b;d.forEach(g,function(f,g){var q;if(q=!b){var h=c.path();q=f.keys;var l={};if(f.regexp)if(h=f.regexp.exec(h)){for(var k=1,m=h.length;k", - "license": "MIT", - "bugs": { - "url": "https://github.com/angular/angular.js/issues" - }, - "homepage": "http://angularjs.org" -} diff --git a/public/browse/lib/angular/.bower.json b/public/browse/lib/angular/.bower.json deleted file mode 100644 index 802187047..000000000 --- a/public/browse/lib/angular/.bower.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "angular", - "version": "1.3.5", - "main": "./angular.js", - "ignore": [], - "dependencies": {}, - "homepage": "https://github.com/angular/bower-angular", - "_release": "1.3.5", - "_resolution": { - "type": "version", - "tag": "v1.3.5", - "commit": "9acb014af4fd7b0ab001c64fa7bcac454ab4050b" - }, - "_source": "git://github.com/angular/bower-angular.git", - "_target": "1.3.x", - "_originalSource": "angular" -} \ No newline at end of file diff --git a/public/browse/lib/angular/README.md b/public/browse/lib/angular/README.md deleted file mode 100644 index 897fb7f01..000000000 --- a/public/browse/lib/angular/README.md +++ /dev/null @@ -1,67 +0,0 @@ -# packaged angular - -This repo is for distribution on `npm` and `bower`. The source for this module is in the -[main AngularJS repo](https://github.com/angular/angular.js). -Please file issues and pull requests against that repo. - -## Install - -You can install this package either with `npm` or with `bower`. - -### npm - -```shell -npm install angular -``` - -Then add a ` -``` - -Note that this package is not in CommonJS format, so doing `require('angular')` will return `undefined`. -If you're using [Browserify](https://github.com/substack/node-browserify), you can use -[exposify](https://github.com/thlorenz/exposify) to have `require('angular')` return the `angular` -global. - -### bower - -```shell -bower install angular -``` - -Then add a ` -``` - -## Documentation - -Documentation is available on the -[AngularJS docs site](http://docs.angularjs.org/). - -## License - -The MIT License - -Copyright (c) 2010-2012 Google, Inc. http://angularjs.org - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/public/browse/lib/angular/angular-csp.css b/public/browse/lib/angular/angular-csp.css deleted file mode 100644 index 0ce9d864c..000000000 --- a/public/browse/lib/angular/angular-csp.css +++ /dev/null @@ -1,13 +0,0 @@ -/* Include this file in your html if you are using the CSP mode. */ - -@charset "UTF-8"; - -[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], -.ng-cloak, .x-ng-cloak, -.ng-hide:not(.ng-hide-animate) { - display: none !important; -} - -ng\:form { - display: block; -} diff --git a/public/browse/lib/angular/angular.js b/public/browse/lib/angular/angular.js deleted file mode 100644 index 754f9aaf6..000000000 --- a/public/browse/lib/angular/angular.js +++ /dev/null @@ -1,25917 +0,0 @@ -/** - * @license AngularJS v1.3.5 - * (c) 2010-2014 Google, Inc. http://angularjs.org - * License: MIT - */ -(function(window, document, undefined) {'use strict'; - -/** - * @description - * - * This object provides a utility for producing rich Error messages within - * Angular. It can be called as follows: - * - * var exampleMinErr = minErr('example'); - * throw exampleMinErr('one', 'This {0} is {1}', foo, bar); - * - * The above creates an instance of minErr in the example namespace. The - * resulting error will have a namespaced error code of example.one. The - * resulting error will replace {0} with the value of foo, and {1} with the - * value of bar. The object is not restricted in the number of arguments it can - * take. - * - * If fewer arguments are specified than necessary for interpolation, the extra - * interpolation markers will be preserved in the final string. - * - * Since data will be parsed statically during a build step, some restrictions - * are applied with respect to how minErr instances are created and called. - * Instances should have names of the form namespaceMinErr for a minErr created - * using minErr('namespace') . Error codes, namespaces and template strings - * should all be static strings, not variables or general expressions. - * - * @param {string} module The namespace to use for the new minErr instance. - * @param {function} ErrorConstructor Custom error constructor to be instantiated when returning - * error from returned function, for cases when a particular type of error is useful. - * @returns {function(code:string, template:string, ...templateArgs): Error} minErr instance - */ - -function minErr(module, ErrorConstructor) { - ErrorConstructor = ErrorConstructor || Error; - return function() { - var code = arguments[0], - prefix = '[' + (module ? module + ':' : '') + code + '] ', - template = arguments[1], - templateArgs = arguments, - - message, i; - - message = prefix + template.replace(/\{\d+\}/g, function(match) { - var index = +match.slice(1, -1), arg; - - if (index + 2 < templateArgs.length) { - return toDebugString(templateArgs[index + 2]); - } - return match; - }); - - message = message + '\nhttp://errors.angularjs.org/1.3.5/' + - (module ? module + '/' : '') + code; - for (i = 2; i < arguments.length; i++) { - message = message + (i == 2 ? '?' : '&') + 'p' + (i - 2) + '=' + - encodeURIComponent(toDebugString(arguments[i])); - } - return new ErrorConstructor(message); - }; -} - -/* We need to tell jshint what variables are being exported */ -/* global angular: true, - msie: true, - jqLite: true, - jQuery: true, - slice: true, - splice: true, - push: true, - toString: true, - ngMinErr: true, - angularModule: true, - uid: true, - REGEX_STRING_REGEXP: true, - VALIDITY_STATE_PROPERTY: true, - - lowercase: true, - uppercase: true, - manualLowercase: true, - manualUppercase: true, - nodeName_: true, - isArrayLike: true, - forEach: true, - sortedKeys: true, - forEachSorted: true, - reverseParams: true, - nextUid: true, - setHashKey: true, - extend: true, - int: true, - inherit: true, - noop: true, - identity: true, - valueFn: true, - isUndefined: true, - isDefined: true, - isObject: true, - isString: true, - isNumber: true, - isDate: true, - isArray: true, - isFunction: true, - isRegExp: true, - isWindow: true, - isScope: true, - isFile: true, - isBlob: true, - isBoolean: true, - isPromiseLike: true, - trim: true, - escapeForRegexp: true, - isElement: true, - makeMap: true, - includes: true, - arrayRemove: true, - copy: true, - shallowCopy: true, - equals: true, - csp: true, - concat: true, - sliceArgs: true, - bind: true, - toJsonReplacer: true, - toJson: true, - fromJson: true, - startingTag: true, - tryDecodeURIComponent: true, - parseKeyValue: true, - toKeyValue: true, - encodeUriSegment: true, - encodeUriQuery: true, - angularInit: true, - bootstrap: true, - getTestability: true, - snake_case: true, - bindJQuery: true, - assertArg: true, - assertArgFn: true, - assertNotHasOwnProperty: true, - getter: true, - getBlockNodes: true, - hasOwnProperty: true, - createMap: true, - - NODE_TYPE_ELEMENT: true, - NODE_TYPE_TEXT: true, - NODE_TYPE_COMMENT: true, - NODE_TYPE_DOCUMENT: true, - NODE_TYPE_DOCUMENT_FRAGMENT: true, -*/ - -//////////////////////////////////// - -/** - * @ngdoc module - * @name ng - * @module ng - * @description - * - * # ng (core module) - * The ng module is loaded by default when an AngularJS application is started. The module itself - * contains the essential components for an AngularJS application to function. The table below - * lists a high level breakdown of each of the services/factories, filters, directives and testing - * components available within this core module. - * - *
    - */ - -var REGEX_STRING_REGEXP = /^\/(.+)\/([a-z]*)$/; - -// The name of a form control's ValidityState property. -// This is used so that it's possible for internal tests to create mock ValidityStates. -var VALIDITY_STATE_PROPERTY = 'validity'; - -/** - * @ngdoc function - * @name angular.lowercase - * @module ng - * @kind function - * - * @description Converts the specified string to lowercase. - * @param {string} string String to be converted to lowercase. - * @returns {string} Lowercased string. - */ -var lowercase = function(string) {return isString(string) ? string.toLowerCase() : string;}; -var hasOwnProperty = Object.prototype.hasOwnProperty; - -/** - * @ngdoc function - * @name angular.uppercase - * @module ng - * @kind function - * - * @description Converts the specified string to uppercase. - * @param {string} string String to be converted to uppercase. - * @returns {string} Uppercased string. - */ -var uppercase = function(string) {return isString(string) ? string.toUpperCase() : string;}; - - -var manualLowercase = function(s) { - /* jshint bitwise: false */ - return isString(s) - ? s.replace(/[A-Z]/g, function(ch) {return String.fromCharCode(ch.charCodeAt(0) | 32);}) - : s; -}; -var manualUppercase = function(s) { - /* jshint bitwise: false */ - return isString(s) - ? s.replace(/[a-z]/g, function(ch) {return String.fromCharCode(ch.charCodeAt(0) & ~32);}) - : s; -}; - - -// String#toLowerCase and String#toUpperCase don't produce correct results in browsers with Turkish -// locale, for this reason we need to detect this case and redefine lowercase/uppercase methods -// with correct but slower alternatives. -if ('i' !== 'I'.toLowerCase()) { - lowercase = manualLowercase; - uppercase = manualUppercase; -} - - -var - msie, // holds major version number for IE, or NaN if UA is not IE. - jqLite, // delay binding since jQuery could be loaded after us. - jQuery, // delay binding - slice = [].slice, - splice = [].splice, - push = [].push, - toString = Object.prototype.toString, - ngMinErr = minErr('ng'), - - /** @name angular */ - angular = window.angular || (window.angular = {}), - angularModule, - uid = 0; - -/** - * documentMode is an IE-only property - * http://msdn.microsoft.com/en-us/library/ie/cc196988(v=vs.85).aspx - */ -msie = document.documentMode; - - -/** - * @private - * @param {*} obj - * @return {boolean} Returns true if `obj` is an array or array-like object (NodeList, Arguments, - * String ...) - */ -function isArrayLike(obj) { - if (obj == null || isWindow(obj)) { - return false; - } - - var length = obj.length; - - if (obj.nodeType === NODE_TYPE_ELEMENT && length) { - return true; - } - - return isString(obj) || isArray(obj) || length === 0 || - typeof length === 'number' && length > 0 && (length - 1) in obj; -} - -/** - * @ngdoc function - * @name angular.forEach - * @module ng - * @kind function - * - * @description - * Invokes the `iterator` function once for each item in `obj` collection, which can be either an - * object or an array. The `iterator` function is invoked with `iterator(value, key, obj)`, where `value` - * is the value of an object property or an array element, `key` is the object property key or - * array element index and obj is the `obj` itself. Specifying a `context` for the function is optional. - * - * It is worth noting that `.forEach` does not iterate over inherited properties because it filters - * using the `hasOwnProperty` method. - * - * Unlike ES262's - * [Array.prototype.forEach](http://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.18), - * Providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just - * return the value provided. - * - ```js - var values = {name: 'misko', gender: 'male'}; - var log = []; - angular.forEach(values, function(value, key) { - this.push(key + ': ' + value); - }, log); - expect(log).toEqual(['name: misko', 'gender: male']); - ``` - * - * @param {Object|Array} obj Object to iterate over. - * @param {Function} iterator Iterator function. - * @param {Object=} context Object to become context (`this`) for the iterator function. - * @returns {Object|Array} Reference to `obj`. - */ - -function forEach(obj, iterator, context) { - var key, length; - if (obj) { - if (isFunction(obj)) { - for (key in obj) { - // Need to check if hasOwnProperty exists, - // as on IE8 the result of querySelectorAll is an object without a hasOwnProperty function - if (key != 'prototype' && key != 'length' && key != 'name' && (!obj.hasOwnProperty || obj.hasOwnProperty(key))) { - iterator.call(context, obj[key], key, obj); - } - } - } else if (isArray(obj) || isArrayLike(obj)) { - var isPrimitive = typeof obj !== 'object'; - for (key = 0, length = obj.length; key < length; key++) { - if (isPrimitive || key in obj) { - iterator.call(context, obj[key], key, obj); - } - } - } else if (obj.forEach && obj.forEach !== forEach) { - obj.forEach(iterator, context, obj); - } else { - for (key in obj) { - if (obj.hasOwnProperty(key)) { - iterator.call(context, obj[key], key, obj); - } - } - } - } - return obj; -} - -function sortedKeys(obj) { - return Object.keys(obj).sort(); -} - -function forEachSorted(obj, iterator, context) { - var keys = sortedKeys(obj); - for (var i = 0; i < keys.length; i++) { - iterator.call(context, obj[keys[i]], keys[i]); - } - return keys; -} - - -/** - * when using forEach the params are value, key, but it is often useful to have key, value. - * @param {function(string, *)} iteratorFn - * @returns {function(*, string)} - */ -function reverseParams(iteratorFn) { - return function(value, key) { iteratorFn(key, value); }; -} - -/** - * A consistent way of creating unique IDs in angular. - * - * Using simple numbers allows us to generate 28.6 million unique ids per second for 10 years before - * we hit number precision issues in JavaScript. - * - * Math.pow(2,53) / 60 / 60 / 24 / 365 / 10 = 28.6M - * - * @returns {number} an unique alpha-numeric string - */ -function nextUid() { - return ++uid; -} - - -/** - * Set or clear the hashkey for an object. - * @param obj object - * @param h the hashkey (!truthy to delete the hashkey) - */ -function setHashKey(obj, h) { - if (h) { - obj.$$hashKey = h; - } - else { - delete obj.$$hashKey; - } -} - -/** - * @ngdoc function - * @name angular.extend - * @module ng - * @kind function - * - * @description - * Extends the destination object `dst` by copying own enumerable properties from the `src` object(s) - * to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do so - * by passing an empty object as the target: `var object = angular.extend({}, object1, object2)`. - * Note: Keep in mind that `angular.extend` does not support recursive merge (deep copy). - * - * @param {Object} dst Destination object. - * @param {...Object} src Source object(s). - * @returns {Object} Reference to `dst`. - */ -function extend(dst) { - var h = dst.$$hashKey; - - for (var i = 1, ii = arguments.length; i < ii; i++) { - var obj = arguments[i]; - if (obj) { - var keys = Object.keys(obj); - for (var j = 0, jj = keys.length; j < jj; j++) { - var key = keys[j]; - dst[key] = obj[key]; - } - } - } - - setHashKey(dst, h); - return dst; -} - -function int(str) { - return parseInt(str, 10); -} - - -function inherit(parent, extra) { - return extend(Object.create(parent), extra); -} - -/** - * @ngdoc function - * @name angular.noop - * @module ng - * @kind function - * - * @description - * A function that performs no operations. This function can be useful when writing code in the - * functional style. - ```js - function foo(callback) { - var result = calculateResult(); - (callback || angular.noop)(result); - } - ``` - */ -function noop() {} -noop.$inject = []; - - -/** - * @ngdoc function - * @name angular.identity - * @module ng - * @kind function - * - * @description - * A function that returns its first argument. This function is useful when writing code in the - * functional style. - * - ```js - function transformer(transformationFn, value) { - return (transformationFn || angular.identity)(value); - }; - ``` - */ -function identity($) {return $;} -identity.$inject = []; - - -function valueFn(value) {return function() {return value;};} - -/** - * @ngdoc function - * @name angular.isUndefined - * @module ng - * @kind function - * - * @description - * Determines if a reference is undefined. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is undefined. - */ -function isUndefined(value) {return typeof value === 'undefined';} - - -/** - * @ngdoc function - * @name angular.isDefined - * @module ng - * @kind function - * - * @description - * Determines if a reference is defined. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is defined. - */ -function isDefined(value) {return typeof value !== 'undefined';} - - -/** - * @ngdoc function - * @name angular.isObject - * @module ng - * @kind function - * - * @description - * Determines if a reference is an `Object`. Unlike `typeof` in JavaScript, `null`s are not - * considered to be objects. Note that JavaScript arrays are objects. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is an `Object` but not `null`. - */ -function isObject(value) { - // http://jsperf.com/isobject4 - return value !== null && typeof value === 'object'; -} - - -/** - * @ngdoc function - * @name angular.isString - * @module ng - * @kind function - * - * @description - * Determines if a reference is a `String`. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `String`. - */ -function isString(value) {return typeof value === 'string';} - - -/** - * @ngdoc function - * @name angular.isNumber - * @module ng - * @kind function - * - * @description - * Determines if a reference is a `Number`. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `Number`. - */ -function isNumber(value) {return typeof value === 'number';} - - -/** - * @ngdoc function - * @name angular.isDate - * @module ng - * @kind function - * - * @description - * Determines if a value is a date. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `Date`. - */ -function isDate(value) { - return toString.call(value) === '[object Date]'; -} - - -/** - * @ngdoc function - * @name angular.isArray - * @module ng - * @kind function - * - * @description - * Determines if a reference is an `Array`. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is an `Array`. - */ -var isArray = Array.isArray; - -/** - * @ngdoc function - * @name angular.isFunction - * @module ng - * @kind function - * - * @description - * Determines if a reference is a `Function`. - * - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `Function`. - */ -function isFunction(value) {return typeof value === 'function';} - - -/** - * Determines if a value is a regular expression object. - * - * @private - * @param {*} value Reference to check. - * @returns {boolean} True if `value` is a `RegExp`. - */ -function isRegExp(value) { - return toString.call(value) === '[object RegExp]'; -} - - -/** - * Checks if `obj` is a window object. - * - * @private - * @param {*} obj Object to check - * @returns {boolean} True if `obj` is a window obj. - */ -function isWindow(obj) { - return obj && obj.window === obj; -} - - -function isScope(obj) { - return obj && obj.$evalAsync && obj.$watch; -} - - -function isFile(obj) { - return toString.call(obj) === '[object File]'; -} - - -function isBlob(obj) { - return toString.call(obj) === '[object Blob]'; -} - - -function isBoolean(value) { - return typeof value === 'boolean'; -} - - -function isPromiseLike(obj) { - return obj && isFunction(obj.then); -} - - -var trim = function(value) { - return isString(value) ? value.trim() : value; -}; - -// Copied from: -// http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021 -// Prereq: s is a string. -var escapeForRegexp = function(s) { - return s.replace(/([-()\[\]{}+?*.$\^|,:#= 0) - array.splice(index, 1); - return value; -} - -/** - * @ngdoc function - * @name angular.copy - * @module ng - * @kind function - * - * @description - * Creates a deep copy of `source`, which should be an object or an array. - * - * * If no destination is supplied, a copy of the object or array is created. - * * If a destination is provided, all of its elements (for array) or properties (for objects) - * are deleted and then all elements/properties from the source are copied to it. - * * If `source` is not an object or array (inc. `null` and `undefined`), `source` is returned. - * * If `source` is identical to 'destination' an exception will be thrown. - * - * @param {*} source The source that will be used to make a copy. - * Can be any type, including primitives, `null`, and `undefined`. - * @param {(Object|Array)=} destination Destination into which the source is copied. If - * provided, must be of the same type as `source`. - * @returns {*} The copy or updated `destination`, if `destination` was specified. - * - * @example - - -
    -
    - Name:
    - E-mail:
    - Gender: male - female
    - - -
    -
    form = {{user | json}}
    -
    master = {{master | json}}
    -
    - - -
    -
    - */ -function copy(source, destination, stackSource, stackDest) { - if (isWindow(source) || isScope(source)) { - throw ngMinErr('cpws', - "Can't copy! Making copies of Window or Scope instances is not supported."); - } - - if (!destination) { - destination = source; - if (source) { - if (isArray(source)) { - destination = copy(source, [], stackSource, stackDest); - } else if (isDate(source)) { - destination = new Date(source.getTime()); - } else if (isRegExp(source)) { - destination = new RegExp(source.source, source.toString().match(/[^\/]*$/)[0]); - destination.lastIndex = source.lastIndex; - } else if (isObject(source)) { - var emptyObject = Object.create(Object.getPrototypeOf(source)); - destination = copy(source, emptyObject, stackSource, stackDest); - } - } - } else { - if (source === destination) throw ngMinErr('cpi', - "Can't copy! Source and destination are identical."); - - stackSource = stackSource || []; - stackDest = stackDest || []; - - if (isObject(source)) { - var index = stackSource.indexOf(source); - if (index !== -1) return stackDest[index]; - - stackSource.push(source); - stackDest.push(destination); - } - - var result; - if (isArray(source)) { - destination.length = 0; - for (var i = 0; i < source.length; i++) { - result = copy(source[i], null, stackSource, stackDest); - if (isObject(source[i])) { - stackSource.push(source[i]); - stackDest.push(result); - } - destination.push(result); - } - } else { - var h = destination.$$hashKey; - if (isArray(destination)) { - destination.length = 0; - } else { - forEach(destination, function(value, key) { - delete destination[key]; - }); - } - for (var key in source) { - if (source.hasOwnProperty(key)) { - result = copy(source[key], null, stackSource, stackDest); - if (isObject(source[key])) { - stackSource.push(source[key]); - stackDest.push(result); - } - destination[key] = result; - } - } - setHashKey(destination,h); - } - - } - return destination; -} - -/** - * Creates a shallow copy of an object, an array or a primitive. - * - * Assumes that there are no proto properties for objects. - */ -function shallowCopy(src, dst) { - if (isArray(src)) { - dst = dst || []; - - for (var i = 0, ii = src.length; i < ii; i++) { - dst[i] = src[i]; - } - } else if (isObject(src)) { - dst = dst || {}; - - for (var key in src) { - if (!(key.charAt(0) === '$' && key.charAt(1) === '$')) { - dst[key] = src[key]; - } - } - } - - return dst || src; -} - - -/** - * @ngdoc function - * @name angular.equals - * @module ng - * @kind function - * - * @description - * Determines if two objects or two values are equivalent. Supports value types, regular - * expressions, arrays and objects. - * - * Two objects or values are considered equivalent if at least one of the following is true: - * - * * Both objects or values pass `===` comparison. - * * Both objects or values are of the same type and all of their properties are equal by - * comparing them with `angular.equals`. - * * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal) - * * Both values represent the same regular expression (In JavaScript, - * /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual - * representation matches). - * - * During a property comparison, properties of `function` type and properties with names - * that begin with `$` are ignored. - * - * Scope and DOMWindow objects are being compared only by identify (`===`). - * - * @param {*} o1 Object or value to compare. - * @param {*} o2 Object or value to compare. - * @returns {boolean} True if arguments are equal. - */ -function equals(o1, o2) { - if (o1 === o2) return true; - if (o1 === null || o2 === null) return false; - if (o1 !== o1 && o2 !== o2) return true; // NaN === NaN - var t1 = typeof o1, t2 = typeof o2, length, key, keySet; - if (t1 == t2) { - if (t1 == 'object') { - if (isArray(o1)) { - if (!isArray(o2)) return false; - if ((length = o1.length) == o2.length) { - for (key = 0; key < length; key++) { - if (!equals(o1[key], o2[key])) return false; - } - return true; - } - } else if (isDate(o1)) { - if (!isDate(o2)) return false; - return equals(o1.getTime(), o2.getTime()); - } else if (isRegExp(o1) && isRegExp(o2)) { - return o1.toString() == o2.toString(); - } else { - if (isScope(o1) || isScope(o2) || isWindow(o1) || isWindow(o2) || isArray(o2)) return false; - keySet = {}; - for (key in o1) { - if (key.charAt(0) === '$' || isFunction(o1[key])) continue; - if (!equals(o1[key], o2[key])) return false; - keySet[key] = true; - } - for (key in o2) { - if (!keySet.hasOwnProperty(key) && - key.charAt(0) !== '$' && - o2[key] !== undefined && - !isFunction(o2[key])) return false; - } - return true; - } - } - } - return false; -} - -var csp = function() { - if (isDefined(csp.isActive_)) return csp.isActive_; - - var active = !!(document.querySelector('[ng-csp]') || - document.querySelector('[data-ng-csp]')); - - if (!active) { - try { - /* jshint -W031, -W054 */ - new Function(''); - /* jshint +W031, +W054 */ - } catch (e) { - active = true; - } - } - - return (csp.isActive_ = active); -}; - - - -function concat(array1, array2, index) { - return array1.concat(slice.call(array2, index)); -} - -function sliceArgs(args, startIndex) { - return slice.call(args, startIndex || 0); -} - - -/* jshint -W101 */ -/** - * @ngdoc function - * @name angular.bind - * @module ng - * @kind function - * - * @description - * Returns a function which calls function `fn` bound to `self` (`self` becomes the `this` for - * `fn`). You can supply optional `args` that are prebound to the function. This feature is also - * known as [partial application](http://en.wikipedia.org/wiki/Partial_application), as - * distinguished from [function currying](http://en.wikipedia.org/wiki/Currying#Contrast_with_partial_function_application). - * - * @param {Object} self Context which `fn` should be evaluated in. - * @param {function()} fn Function to be bound. - * @param {...*} args Optional arguments to be prebound to the `fn` function call. - * @returns {function()} Function that wraps the `fn` with all the specified bindings. - */ -/* jshint +W101 */ -function bind(self, fn) { - var curryArgs = arguments.length > 2 ? sliceArgs(arguments, 2) : []; - if (isFunction(fn) && !(fn instanceof RegExp)) { - return curryArgs.length - ? function() { - return arguments.length - ? fn.apply(self, concat(curryArgs, arguments, 0)) - : fn.apply(self, curryArgs); - } - : function() { - return arguments.length - ? fn.apply(self, arguments) - : fn.call(self); - }; - } else { - // in IE, native methods are not functions so they cannot be bound (note: they don't need to be) - return fn; - } -} - - -function toJsonReplacer(key, value) { - var val = value; - - if (typeof key === 'string' && key.charAt(0) === '$' && key.charAt(1) === '$') { - val = undefined; - } else if (isWindow(value)) { - val = '$WINDOW'; - } else if (value && document === value) { - val = '$DOCUMENT'; - } else if (isScope(value)) { - val = '$SCOPE'; - } - - return val; -} - - -/** - * @ngdoc function - * @name angular.toJson - * @module ng - * @kind function - * - * @description - * Serializes input into a JSON-formatted string. Properties with leading $$ characters will be - * stripped since angular uses this notation internally. - * - * @param {Object|Array|Date|string|number} obj Input to be serialized into JSON. - * @param {boolean=} pretty If set to true, the JSON output will contain newlines and whitespace. - * @returns {string|undefined} JSON-ified string representing `obj`. - */ -function toJson(obj, pretty) { - if (typeof obj === 'undefined') return undefined; - return JSON.stringify(obj, toJsonReplacer, pretty ? ' ' : null); -} - - -/** - * @ngdoc function - * @name angular.fromJson - * @module ng - * @kind function - * - * @description - * Deserializes a JSON string. - * - * @param {string} json JSON string to deserialize. - * @returns {Object|Array|string|number} Deserialized thingy. - */ -function fromJson(json) { - return isString(json) - ? JSON.parse(json) - : json; -} - - -/** - * @returns {string} Returns the string representation of the element. - */ -function startingTag(element) { - element = jqLite(element).clone(); - try { - // turns out IE does not let you set .html() on elements which - // are not allowed to have children. So we just ignore it. - element.empty(); - } catch (e) {} - var elemHtml = jqLite('
    ').append(element).html(); - try { - return element[0].nodeType === NODE_TYPE_TEXT ? lowercase(elemHtml) : - elemHtml. - match(/^(<[^>]+>)/)[1]. - replace(/^<([\w\-]+)/, function(match, nodeName) { return '<' + lowercase(nodeName); }); - } catch (e) { - return lowercase(elemHtml); - } - -} - - -///////////////////////////////////////////////// - -/** - * Tries to decode the URI component without throwing an exception. - * - * @private - * @param str value potential URI component to check. - * @returns {boolean} True if `value` can be decoded - * with the decodeURIComponent function. - */ -function tryDecodeURIComponent(value) { - try { - return decodeURIComponent(value); - } catch (e) { - // Ignore any invalid uri component - } -} - - -/** - * Parses an escaped url query string into key-value pairs. - * @returns {Object.} - */ -function parseKeyValue(/**string*/keyValue) { - var obj = {}, key_value, key; - forEach((keyValue || "").split('&'), function(keyValue) { - if (keyValue) { - key_value = keyValue.replace(/\+/g,'%20').split('='); - key = tryDecodeURIComponent(key_value[0]); - if (isDefined(key)) { - var val = isDefined(key_value[1]) ? tryDecodeURIComponent(key_value[1]) : true; - if (!hasOwnProperty.call(obj, key)) { - obj[key] = val; - } else if (isArray(obj[key])) { - obj[key].push(val); - } else { - obj[key] = [obj[key],val]; - } - } - } - }); - return obj; -} - -function toKeyValue(obj) { - var parts = []; - forEach(obj, function(value, key) { - if (isArray(value)) { - forEach(value, function(arrayValue) { - parts.push(encodeUriQuery(key, true) + - (arrayValue === true ? '' : '=' + encodeUriQuery(arrayValue, true))); - }); - } else { - parts.push(encodeUriQuery(key, true) + - (value === true ? '' : '=' + encodeUriQuery(value, true))); - } - }); - return parts.length ? parts.join('&') : ''; -} - - -/** - * We need our custom method because encodeURIComponent is too aggressive and doesn't follow - * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path - * segments: - * segment = *pchar - * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" - * pct-encoded = "%" HEXDIG HEXDIG - * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" - * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" - * / "*" / "+" / "," / ";" / "=" - */ -function encodeUriSegment(val) { - return encodeUriQuery(val, true). - replace(/%26/gi, '&'). - replace(/%3D/gi, '='). - replace(/%2B/gi, '+'); -} - - -/** - * This method is intended for encoding *key* or *value* parts of query component. We need a custom - * method because encodeURIComponent is too aggressive and encodes stuff that doesn't have to be - * encoded per http://tools.ietf.org/html/rfc3986: - * query = *( pchar / "/" / "?" ) - * pchar = unreserved / pct-encoded / sub-delims / ":" / "@" - * unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" - * pct-encoded = "%" HEXDIG HEXDIG - * sub-delims = "!" / "$" / "&" / "'" / "(" / ")" - * / "*" / "+" / "," / ";" / "=" - */ -function encodeUriQuery(val, pctEncodeSpaces) { - return encodeURIComponent(val). - replace(/%40/gi, '@'). - replace(/%3A/gi, ':'). - replace(/%24/g, '$'). - replace(/%2C/gi, ','). - replace(/%3B/gi, ';'). - replace(/%20/g, (pctEncodeSpaces ? '%20' : '+')); -} - -var ngAttrPrefixes = ['ng-', 'data-ng-', 'ng:', 'x-ng-']; - -function getNgAttribute(element, ngAttr) { - var attr, i, ii = ngAttrPrefixes.length; - element = jqLite(element); - for (i = 0; i < ii; ++i) { - attr = ngAttrPrefixes[i] + ngAttr; - if (isString(attr = element.attr(attr))) { - return attr; - } - } - return null; -} - -/** - * @ngdoc directive - * @name ngApp - * @module ng - * - * @element ANY - * @param {angular.Module} ngApp an optional application - * {@link angular.module module} name to load. - * @param {boolean=} ngStrictDi if this attribute is present on the app element, the injector will be - * created in "strict-di" mode. This means that the application will fail to invoke functions which - * do not use explicit function annotation (and are thus unsuitable for minification), as described - * in {@link guide/di the Dependency Injection guide}, and useful debugging info will assist in - * tracking down the root of these bugs. - * - * @description - * - * Use this directive to **auto-bootstrap** an AngularJS application. The `ngApp` directive - * designates the **root element** of the application and is typically placed near the root element - * of the page - e.g. on the `` or `` tags. - * - * Only one AngularJS application can be auto-bootstrapped per HTML document. The first `ngApp` - * found in the document will be used to define the root element to auto-bootstrap as an - * application. To run multiple applications in an HTML document you must manually bootstrap them using - * {@link angular.bootstrap} instead. AngularJS applications cannot be nested within each other. - * - * You can specify an **AngularJS module** to be used as the root module for the application. This - * module will be loaded into the {@link auto.$injector} when the application is bootstrapped and - * should contain the application code needed or have dependencies on other modules that will - * contain the code. See {@link angular.module} for more information. - * - * In the example below if the `ngApp` directive were not placed on the `html` element then the - * document would not be compiled, the `AppController` would not be instantiated and the `{{ a+b }}` - * would not be resolved to `3`. - * - * `ngApp` is the easiest, and most common, way to bootstrap an application. - * - - -
    - I can add: {{a}} + {{b}} = {{ a+b }} -
    -
    - - angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) { - $scope.a = 1; - $scope.b = 2; - }); - -
    - * - * Using `ngStrictDi`, you would see something like this: - * - - -
    -
    - I can add: {{a}} + {{b}} = {{ a+b }} - -

    This renders because the controller does not fail to - instantiate, by using explicit annotation style (see - script.js for details) -

    -
    - -
    - Name:
    - Hello, {{name}}! - -

    This renders because the controller does not fail to - instantiate, by using explicit annotation style - (see script.js for details) -

    -
    - -
    - I can add: {{a}} + {{b}} = {{ a+b }} - -

    The controller could not be instantiated, due to relying - on automatic function annotations (which are disabled in - strict mode). As such, the content of this section is not - interpolated, and there should be an error in your web console. -

    -
    -
    -
    - - angular.module('ngAppStrictDemo', []) - // BadController will fail to instantiate, due to relying on automatic function annotation, - // rather than an explicit annotation - .controller('BadController', function($scope) { - $scope.a = 1; - $scope.b = 2; - }) - // Unlike BadController, GoodController1 and GoodController2 will not fail to be instantiated, - // due to using explicit annotations using the array style and $inject property, respectively. - .controller('GoodController1', ['$scope', function($scope) { - $scope.a = 1; - $scope.b = 2; - }]) - .controller('GoodController2', GoodController2); - function GoodController2($scope) { - $scope.name = "World"; - } - GoodController2.$inject = ['$scope']; - - - div[ng-controller] { - margin-bottom: 1em; - -webkit-border-radius: 4px; - border-radius: 4px; - border: 1px solid; - padding: .5em; - } - div[ng-controller^=Good] { - border-color: #d6e9c6; - background-color: #dff0d8; - color: #3c763d; - } - div[ng-controller^=Bad] { - border-color: #ebccd1; - background-color: #f2dede; - color: #a94442; - margin-bottom: 0; - } - -
    - */ -function angularInit(element, bootstrap) { - var appElement, - module, - config = {}; - - // The element `element` has priority over any other element - forEach(ngAttrPrefixes, function(prefix) { - var name = prefix + 'app'; - - if (!appElement && element.hasAttribute && element.hasAttribute(name)) { - appElement = element; - module = element.getAttribute(name); - } - }); - forEach(ngAttrPrefixes, function(prefix) { - var name = prefix + 'app'; - var candidate; - - if (!appElement && (candidate = element.querySelector('[' + name.replace(':', '\\:') + ']'))) { - appElement = candidate; - module = candidate.getAttribute(name); - } - }); - if (appElement) { - config.strictDi = getNgAttribute(appElement, "strict-di") !== null; - bootstrap(appElement, module ? [module] : [], config); - } -} - -/** - * @ngdoc function - * @name angular.bootstrap - * @module ng - * @description - * Use this function to manually start up angular application. - * - * See: {@link guide/bootstrap Bootstrap} - * - * Note that Protractor based end-to-end tests cannot use this function to bootstrap manually. - * They must use {@link ng.directive:ngApp ngApp}. - * - * Angular will detect if it has been loaded into the browser more than once and only allow the - * first loaded script to be bootstrapped and will report a warning to the browser console for - * each of the subsequent scripts. This prevents strange results in applications, where otherwise - * multiple instances of Angular try to work on the DOM. - * - * ```html - * - * - * - *
    - * {{greeting}} - *
    - * - * - * - * - * - * ``` - * - * @param {DOMElement} element DOM element which is the root of angular application. - * @param {Array=} modules an array of modules to load into the application. - * Each item in the array should be the name of a predefined module or a (DI annotated) - * function that will be invoked by the injector as a run block. - * See: {@link angular.module modules} - * @param {Object=} config an object for defining configuration options for the application. The - * following keys are supported: - * - * * `strictDi` - disable automatic function annotation for the application. This is meant to - * assist in finding bugs which break minified code. Defaults to `false`. - * - * @returns {auto.$injector} Returns the newly created injector for this app. - */ -function bootstrap(element, modules, config) { - if (!isObject(config)) config = {}; - var defaultConfig = { - strictDi: false - }; - config = extend(defaultConfig, config); - var doBootstrap = function() { - element = jqLite(element); - - if (element.injector()) { - var tag = (element[0] === document) ? 'document' : startingTag(element); - //Encode angle brackets to prevent input from being sanitized to empty string #8683 - throw ngMinErr( - 'btstrpd', - "App Already Bootstrapped with this Element '{0}'", - tag.replace(//,'>')); - } - - modules = modules || []; - modules.unshift(['$provide', function($provide) { - $provide.value('$rootElement', element); - }]); - - if (config.debugInfoEnabled) { - // Pushing so that this overrides `debugInfoEnabled` setting defined in user's `modules`. - modules.push(['$compileProvider', function($compileProvider) { - $compileProvider.debugInfoEnabled(true); - }]); - } - - modules.unshift('ng'); - var injector = createInjector(modules, config.strictDi); - injector.invoke(['$rootScope', '$rootElement', '$compile', '$injector', - function bootstrapApply(scope, element, compile, injector) { - scope.$apply(function() { - element.data('$injector', injector); - compile(element)(scope); - }); - }] - ); - return injector; - }; - - var NG_ENABLE_DEBUG_INFO = /^NG_ENABLE_DEBUG_INFO!/; - var NG_DEFER_BOOTSTRAP = /^NG_DEFER_BOOTSTRAP!/; - - if (window && NG_ENABLE_DEBUG_INFO.test(window.name)) { - config.debugInfoEnabled = true; - window.name = window.name.replace(NG_ENABLE_DEBUG_INFO, ''); - } - - if (window && !NG_DEFER_BOOTSTRAP.test(window.name)) { - return doBootstrap(); - } - - window.name = window.name.replace(NG_DEFER_BOOTSTRAP, ''); - angular.resumeBootstrap = function(extraModules) { - forEach(extraModules, function(module) { - modules.push(module); - }); - doBootstrap(); - }; -} - -/** - * @ngdoc function - * @name angular.reloadWithDebugInfo - * @module ng - * @description - * Use this function to reload the current application with debug information turned on. - * This takes precedence over a call to `$compileProvider.debugInfoEnabled(false)`. - * - * See {@link ng.$compileProvider#debugInfoEnabled} for more. - */ -function reloadWithDebugInfo() { - window.name = 'NG_ENABLE_DEBUG_INFO!' + window.name; - window.location.reload(); -} - -/** - * @name angular.getTestability - * @module ng - * @description - * Get the testability service for the instance of Angular on the given - * element. - * @param {DOMElement} element DOM element which is the root of angular application. - */ -function getTestability(rootElement) { - return angular.element(rootElement).injector().get('$$testability'); -} - -var SNAKE_CASE_REGEXP = /[A-Z]/g; -function snake_case(name, separator) { - separator = separator || '_'; - return name.replace(SNAKE_CASE_REGEXP, function(letter, pos) { - return (pos ? separator : '') + letter.toLowerCase(); - }); -} - -var bindJQueryFired = false; -var skipDestroyOnNextJQueryCleanData; -function bindJQuery() { - var originalCleanData; - - if (bindJQueryFired) { - return; - } - - // bind to jQuery if present; - jQuery = window.jQuery; - // Use jQuery if it exists with proper functionality, otherwise default to us. - // Angular 1.2+ requires jQuery 1.7+ for on()/off() support. - // Angular 1.3+ technically requires at least jQuery 2.1+ but it may work with older - // versions. It will not work for sure with jQuery <1.7, though. - if (jQuery && jQuery.fn.on) { - jqLite = jQuery; - extend(jQuery.fn, { - scope: JQLitePrototype.scope, - isolateScope: JQLitePrototype.isolateScope, - controller: JQLitePrototype.controller, - injector: JQLitePrototype.injector, - inheritedData: JQLitePrototype.inheritedData - }); - - // All nodes removed from the DOM via various jQuery APIs like .remove() - // are passed through jQuery.cleanData. Monkey-patch this method to fire - // the $destroy event on all removed nodes. - originalCleanData = jQuery.cleanData; - jQuery.cleanData = function(elems) { - var events; - if (!skipDestroyOnNextJQueryCleanData) { - for (var i = 0, elem; (elem = elems[i]) != null; i++) { - events = jQuery._data(elem, "events"); - if (events && events.$destroy) { - jQuery(elem).triggerHandler('$destroy'); - } - } - } else { - skipDestroyOnNextJQueryCleanData = false; - } - originalCleanData(elems); - }; - } else { - jqLite = JQLite; - } - - angular.element = jqLite; - - // Prevent double-proxying. - bindJQueryFired = true; -} - -/** - * throw error if the argument is falsy. - */ -function assertArg(arg, name, reason) { - if (!arg) { - throw ngMinErr('areq', "Argument '{0}' is {1}", (name || '?'), (reason || "required")); - } - return arg; -} - -function assertArgFn(arg, name, acceptArrayAnnotation) { - if (acceptArrayAnnotation && isArray(arg)) { - arg = arg[arg.length - 1]; - } - - assertArg(isFunction(arg), name, 'not a function, got ' + - (arg && typeof arg === 'object' ? arg.constructor.name || 'Object' : typeof arg)); - return arg; -} - -/** - * throw error if the name given is hasOwnProperty - * @param {String} name the name to test - * @param {String} context the context in which the name is used, such as module or directive - */ -function assertNotHasOwnProperty(name, context) { - if (name === 'hasOwnProperty') { - throw ngMinErr('badname', "hasOwnProperty is not a valid {0} name", context); - } -} - -/** - * Return the value accessible from the object by path. Any undefined traversals are ignored - * @param {Object} obj starting object - * @param {String} path path to traverse - * @param {boolean} [bindFnToScope=true] - * @returns {Object} value as accessible by path - */ -//TODO(misko): this function needs to be removed -function getter(obj, path, bindFnToScope) { - if (!path) return obj; - var keys = path.split('.'); - var key; - var lastInstance = obj; - var len = keys.length; - - for (var i = 0; i < len; i++) { - key = keys[i]; - if (obj) { - obj = (lastInstance = obj)[key]; - } - } - if (!bindFnToScope && isFunction(obj)) { - return bind(lastInstance, obj); - } - return obj; -} - -/** - * Return the DOM siblings between the first and last node in the given array. - * @param {Array} array like object - * @returns {jqLite} jqLite collection containing the nodes - */ -function getBlockNodes(nodes) { - // TODO(perf): just check if all items in `nodes` are siblings and if they are return the original - // collection, otherwise update the original collection. - var node = nodes[0]; - var endNode = nodes[nodes.length - 1]; - var blockNodes = [node]; - - do { - node = node.nextSibling; - if (!node) break; - blockNodes.push(node); - } while (node !== endNode); - - return jqLite(blockNodes); -} - - -/** - * Creates a new object without a prototype. This object is useful for lookup without having to - * guard against prototypically inherited properties via hasOwnProperty. - * - * Related micro-benchmarks: - * - http://jsperf.com/object-create2 - * - http://jsperf.com/proto-map-lookup/2 - * - http://jsperf.com/for-in-vs-object-keys2 - * - * @returns {Object} - */ -function createMap() { - return Object.create(null); -} - -var NODE_TYPE_ELEMENT = 1; -var NODE_TYPE_TEXT = 3; -var NODE_TYPE_COMMENT = 8; -var NODE_TYPE_DOCUMENT = 9; -var NODE_TYPE_DOCUMENT_FRAGMENT = 11; - -/** - * @ngdoc type - * @name angular.Module - * @module ng - * @description - * - * Interface for configuring angular {@link angular.module modules}. - */ - -function setupModuleLoader(window) { - - var $injectorMinErr = minErr('$injector'); - var ngMinErr = minErr('ng'); - - function ensure(obj, name, factory) { - return obj[name] || (obj[name] = factory()); - } - - var angular = ensure(window, 'angular', Object); - - // We need to expose `angular.$$minErr` to modules such as `ngResource` that reference it during bootstrap - angular.$$minErr = angular.$$minErr || minErr; - - return ensure(angular, 'module', function() { - /** @type {Object.} */ - var modules = {}; - - /** - * @ngdoc function - * @name angular.module - * @module ng - * @description - * - * The `angular.module` is a global place for creating, registering and retrieving Angular - * modules. - * All modules (angular core or 3rd party) that should be available to an application must be - * registered using this mechanism. - * - * When passed two or more arguments, a new module is created. If passed only one argument, an - * existing module (the name passed as the first argument to `module`) is retrieved. - * - * - * # Module - * - * A module is a collection of services, directives, controllers, filters, and configuration information. - * `angular.module` is used to configure the {@link auto.$injector $injector}. - * - * ```js - * // Create a new module - * var myModule = angular.module('myModule', []); - * - * // register a new service - * myModule.value('appName', 'MyCoolApp'); - * - * // configure existing services inside initialization blocks. - * myModule.config(['$locationProvider', function($locationProvider) { - * // Configure existing providers - * $locationProvider.hashPrefix('!'); - * }]); - * ``` - * - * Then you can create an injector and load your modules like this: - * - * ```js - * var injector = angular.injector(['ng', 'myModule']) - * ``` - * - * However it's more likely that you'll just use - * {@link ng.directive:ngApp ngApp} or - * {@link angular.bootstrap} to simplify this process for you. - * - * @param {!string} name The name of the module to create or retrieve. - * @param {!Array.=} requires If specified then new module is being created. If - * unspecified then the module is being retrieved for further configuration. - * @param {Function=} configFn Optional configuration function for the module. Same as - * {@link angular.Module#config Module#config()}. - * @returns {module} new module with the {@link angular.Module} api. - */ - return function module(name, requires, configFn) { - var assertNotHasOwnProperty = function(name, context) { - if (name === 'hasOwnProperty') { - throw ngMinErr('badname', 'hasOwnProperty is not a valid {0} name', context); - } - }; - - assertNotHasOwnProperty(name, 'module'); - if (requires && modules.hasOwnProperty(name)) { - modules[name] = null; - } - return ensure(modules, name, function() { - if (!requires) { - throw $injectorMinErr('nomod', "Module '{0}' is not available! You either misspelled " + - "the module name or forgot to load it. If registering a module ensure that you " + - "specify the dependencies as the second argument.", name); - } - - /** @type {!Array.>} */ - var invokeQueue = []; - - /** @type {!Array.} */ - var configBlocks = []; - - /** @type {!Array.} */ - var runBlocks = []; - - var config = invokeLater('$injector', 'invoke', 'push', configBlocks); - - /** @type {angular.Module} */ - var moduleInstance = { - // Private state - _invokeQueue: invokeQueue, - _configBlocks: configBlocks, - _runBlocks: runBlocks, - - /** - * @ngdoc property - * @name angular.Module#requires - * @module ng - * - * @description - * Holds the list of modules which the injector will load before the current module is - * loaded. - */ - requires: requires, - - /** - * @ngdoc property - * @name angular.Module#name - * @module ng - * - * @description - * Name of the module. - */ - name: name, - - - /** - * @ngdoc method - * @name angular.Module#provider - * @module ng - * @param {string} name service name - * @param {Function} providerType Construction function for creating new instance of the - * service. - * @description - * See {@link auto.$provide#provider $provide.provider()}. - */ - provider: invokeLater('$provide', 'provider'), - - /** - * @ngdoc method - * @name angular.Module#factory - * @module ng - * @param {string} name service name - * @param {Function} providerFunction Function for creating new instance of the service. - * @description - * See {@link auto.$provide#factory $provide.factory()}. - */ - factory: invokeLater('$provide', 'factory'), - - /** - * @ngdoc method - * @name angular.Module#service - * @module ng - * @param {string} name service name - * @param {Function} constructor A constructor function that will be instantiated. - * @description - * See {@link auto.$provide#service $provide.service()}. - */ - service: invokeLater('$provide', 'service'), - - /** - * @ngdoc method - * @name angular.Module#value - * @module ng - * @param {string} name service name - * @param {*} object Service instance object. - * @description - * See {@link auto.$provide#value $provide.value()}. - */ - value: invokeLater('$provide', 'value'), - - /** - * @ngdoc method - * @name angular.Module#constant - * @module ng - * @param {string} name constant name - * @param {*} object Constant value. - * @description - * Because the constant are fixed, they get applied before other provide methods. - * See {@link auto.$provide#constant $provide.constant()}. - */ - constant: invokeLater('$provide', 'constant', 'unshift'), - - /** - * @ngdoc method - * @name angular.Module#animation - * @module ng - * @param {string} name animation name - * @param {Function} animationFactory Factory function for creating new instance of an - * animation. - * @description - * - * **NOTE**: animations take effect only if the **ngAnimate** module is loaded. - * - * - * Defines an animation hook that can be later used with - * {@link ngAnimate.$animate $animate} service and directives that use this service. - * - * ```js - * module.animation('.animation-name', function($inject1, $inject2) { - * return { - * eventName : function(element, done) { - * //code to run the animation - * //once complete, then run done() - * return function cancellationFunction(element) { - * //code to cancel the animation - * } - * } - * } - * }) - * ``` - * - * See {@link ng.$animateProvider#register $animateProvider.register()} and - * {@link ngAnimate ngAnimate module} for more information. - */ - animation: invokeLater('$animateProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#filter - * @module ng - * @param {string} name Filter name. - * @param {Function} filterFactory Factory function for creating new instance of filter. - * @description - * See {@link ng.$filterProvider#register $filterProvider.register()}. - */ - filter: invokeLater('$filterProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#controller - * @module ng - * @param {string|Object} name Controller name, or an object map of controllers where the - * keys are the names and the values are the constructors. - * @param {Function} constructor Controller constructor function. - * @description - * See {@link ng.$controllerProvider#register $controllerProvider.register()}. - */ - controller: invokeLater('$controllerProvider', 'register'), - - /** - * @ngdoc method - * @name angular.Module#directive - * @module ng - * @param {string|Object} name Directive name, or an object map of directives where the - * keys are the names and the values are the factories. - * @param {Function} directiveFactory Factory function for creating new instance of - * directives. - * @description - * See {@link ng.$compileProvider#directive $compileProvider.directive()}. - */ - directive: invokeLater('$compileProvider', 'directive'), - - /** - * @ngdoc method - * @name angular.Module#config - * @module ng - * @param {Function} configFn Execute this function on module load. Useful for service - * configuration. - * @description - * Use this method to register work which needs to be performed on module loading. - * For more about how to configure services, see - * {@link providers#provider-recipe Provider Recipe}. - */ - config: config, - - /** - * @ngdoc method - * @name angular.Module#run - * @module ng - * @param {Function} initializationFn Execute this function after injector creation. - * Useful for application initialization. - * @description - * Use this method to register work which should be performed when the injector is done - * loading all modules. - */ - run: function(block) { - runBlocks.push(block); - return this; - } - }; - - if (configFn) { - config(configFn); - } - - return moduleInstance; - - /** - * @param {string} provider - * @param {string} method - * @param {String=} insertMethod - * @returns {angular.Module} - */ - function invokeLater(provider, method, insertMethod, queue) { - if (!queue) queue = invokeQueue; - return function() { - queue[insertMethod || 'push']([provider, method, arguments]); - return moduleInstance; - }; - } - }); - }; - }); - -} - -/* global: toDebugString: true */ - -function serializeObject(obj) { - var seen = []; - - return JSON.stringify(obj, function(key, val) { - val = toJsonReplacer(key, val); - if (isObject(val)) { - - if (seen.indexOf(val) >= 0) return '<>'; - - seen.push(val); - } - return val; - }); -} - -function toDebugString(obj) { - if (typeof obj === 'function') { - return obj.toString().replace(/ \{[\s\S]*$/, ''); - } else if (typeof obj === 'undefined') { - return 'undefined'; - } else if (typeof obj !== 'string') { - return serializeObject(obj); - } - return obj; -} - -/* global angularModule: true, - version: true, - - $LocaleProvider, - $CompileProvider, - - htmlAnchorDirective, - inputDirective, - inputDirective, - formDirective, - scriptDirective, - selectDirective, - styleDirective, - optionDirective, - ngBindDirective, - ngBindHtmlDirective, - ngBindTemplateDirective, - ngClassDirective, - ngClassEvenDirective, - ngClassOddDirective, - ngCspDirective, - ngCloakDirective, - ngControllerDirective, - ngFormDirective, - ngHideDirective, - ngIfDirective, - ngIncludeDirective, - ngIncludeFillContentDirective, - ngInitDirective, - ngNonBindableDirective, - ngPluralizeDirective, - ngRepeatDirective, - ngShowDirective, - ngStyleDirective, - ngSwitchDirective, - ngSwitchWhenDirective, - ngSwitchDefaultDirective, - ngOptionsDirective, - ngTranscludeDirective, - ngModelDirective, - ngListDirective, - ngChangeDirective, - patternDirective, - patternDirective, - requiredDirective, - requiredDirective, - minlengthDirective, - minlengthDirective, - maxlengthDirective, - maxlengthDirective, - ngValueDirective, - ngModelOptionsDirective, - ngAttributeAliasDirectives, - ngEventDirectives, - - $AnchorScrollProvider, - $AnimateProvider, - $BrowserProvider, - $CacheFactoryProvider, - $ControllerProvider, - $DocumentProvider, - $ExceptionHandlerProvider, - $FilterProvider, - $InterpolateProvider, - $IntervalProvider, - $HttpProvider, - $HttpBackendProvider, - $LocationProvider, - $LogProvider, - $ParseProvider, - $RootScopeProvider, - $QProvider, - $$QProvider, - $$SanitizeUriProvider, - $SceProvider, - $SceDelegateProvider, - $SnifferProvider, - $TemplateCacheProvider, - $TemplateRequestProvider, - $$TestabilityProvider, - $TimeoutProvider, - $$RAFProvider, - $$AsyncCallbackProvider, - $WindowProvider -*/ - - -/** - * @ngdoc object - * @name angular.version - * @module ng - * @description - * An object that contains information about the current AngularJS version. This object has the - * following properties: - * - * - `full` – `{string}` – Full version string, such as "0.9.18". - * - `major` – `{number}` – Major version number, such as "0". - * - `minor` – `{number}` – Minor version number, such as "9". - * - `dot` – `{number}` – Dot version number, such as "18". - * - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat". - */ -var version = { - full: '1.3.5', // all of these placeholder strings will be replaced by grunt's - major: 1, // package task - minor: 3, - dot: 5, - codeName: 'cybernetic-mercantilism' -}; - - -function publishExternalAPI(angular) { - extend(angular, { - 'bootstrap': bootstrap, - 'copy': copy, - 'extend': extend, - 'equals': equals, - 'element': jqLite, - 'forEach': forEach, - 'injector': createInjector, - 'noop': noop, - 'bind': bind, - 'toJson': toJson, - 'fromJson': fromJson, - 'identity': identity, - 'isUndefined': isUndefined, - 'isDefined': isDefined, - 'isString': isString, - 'isFunction': isFunction, - 'isObject': isObject, - 'isNumber': isNumber, - 'isElement': isElement, - 'isArray': isArray, - 'version': version, - 'isDate': isDate, - 'lowercase': lowercase, - 'uppercase': uppercase, - 'callbacks': {counter: 0}, - 'getTestability': getTestability, - '$$minErr': minErr, - '$$csp': csp, - 'reloadWithDebugInfo': reloadWithDebugInfo - }); - - angularModule = setupModuleLoader(window); - try { - angularModule('ngLocale'); - } catch (e) { - angularModule('ngLocale', []).provider('$locale', $LocaleProvider); - } - - angularModule('ng', ['ngLocale'], ['$provide', - function ngModule($provide) { - // $$sanitizeUriProvider needs to be before $compileProvider as it is used by it. - $provide.provider({ - $$sanitizeUri: $$SanitizeUriProvider - }); - $provide.provider('$compile', $CompileProvider). - directive({ - a: htmlAnchorDirective, - input: inputDirective, - textarea: inputDirective, - form: formDirective, - script: scriptDirective, - select: selectDirective, - style: styleDirective, - option: optionDirective, - ngBind: ngBindDirective, - ngBindHtml: ngBindHtmlDirective, - ngBindTemplate: ngBindTemplateDirective, - ngClass: ngClassDirective, - ngClassEven: ngClassEvenDirective, - ngClassOdd: ngClassOddDirective, - ngCloak: ngCloakDirective, - ngController: ngControllerDirective, - ngForm: ngFormDirective, - ngHide: ngHideDirective, - ngIf: ngIfDirective, - ngInclude: ngIncludeDirective, - ngInit: ngInitDirective, - ngNonBindable: ngNonBindableDirective, - ngPluralize: ngPluralizeDirective, - ngRepeat: ngRepeatDirective, - ngShow: ngShowDirective, - ngStyle: ngStyleDirective, - ngSwitch: ngSwitchDirective, - ngSwitchWhen: ngSwitchWhenDirective, - ngSwitchDefault: ngSwitchDefaultDirective, - ngOptions: ngOptionsDirective, - ngTransclude: ngTranscludeDirective, - ngModel: ngModelDirective, - ngList: ngListDirective, - ngChange: ngChangeDirective, - pattern: patternDirective, - ngPattern: patternDirective, - required: requiredDirective, - ngRequired: requiredDirective, - minlength: minlengthDirective, - ngMinlength: minlengthDirective, - maxlength: maxlengthDirective, - ngMaxlength: maxlengthDirective, - ngValue: ngValueDirective, - ngModelOptions: ngModelOptionsDirective - }). - directive({ - ngInclude: ngIncludeFillContentDirective - }). - directive(ngAttributeAliasDirectives). - directive(ngEventDirectives); - $provide.provider({ - $anchorScroll: $AnchorScrollProvider, - $animate: $AnimateProvider, - $browser: $BrowserProvider, - $cacheFactory: $CacheFactoryProvider, - $controller: $ControllerProvider, - $document: $DocumentProvider, - $exceptionHandler: $ExceptionHandlerProvider, - $filter: $FilterProvider, - $interpolate: $InterpolateProvider, - $interval: $IntervalProvider, - $http: $HttpProvider, - $httpBackend: $HttpBackendProvider, - $location: $LocationProvider, - $log: $LogProvider, - $parse: $ParseProvider, - $rootScope: $RootScopeProvider, - $q: $QProvider, - $$q: $$QProvider, - $sce: $SceProvider, - $sceDelegate: $SceDelegateProvider, - $sniffer: $SnifferProvider, - $templateCache: $TemplateCacheProvider, - $templateRequest: $TemplateRequestProvider, - $$testability: $$TestabilityProvider, - $timeout: $TimeoutProvider, - $window: $WindowProvider, - $$rAF: $$RAFProvider, - $$asyncCallback: $$AsyncCallbackProvider - }); - } - ]); -} - -/* global JQLitePrototype: true, - addEventListenerFn: true, - removeEventListenerFn: true, - BOOLEAN_ATTR: true, - ALIASED_ATTR: true, -*/ - -////////////////////////////////// -//JQLite -////////////////////////////////// - -/** - * @ngdoc function - * @name angular.element - * @module ng - * @kind function - * - * @description - * Wraps a raw DOM element or HTML string as a [jQuery](http://jquery.com) element. - * - * If jQuery is available, `angular.element` is an alias for the - * [jQuery](http://api.jquery.com/jQuery/) function. If jQuery is not available, `angular.element` - * delegates to Angular's built-in subset of jQuery, called "jQuery lite" or "jqLite." - * - *
    jqLite is a tiny, API-compatible subset of jQuery that allows - * Angular to manipulate the DOM in a cross-browser compatible way. **jqLite** implements only the most - * commonly needed functionality with the goal of having a very small footprint.
    - * - * To use jQuery, simply load it before `DOMContentLoaded` event fired. - * - *
    **Note:** all element references in Angular are always wrapped with jQuery or - * jqLite; they are never raw DOM references.
    - * - * ## Angular's jqLite - * jqLite provides only the following jQuery methods: - * - * - [`addClass()`](http://api.jquery.com/addClass/) - * - [`after()`](http://api.jquery.com/after/) - * - [`append()`](http://api.jquery.com/append/) - * - [`attr()`](http://api.jquery.com/attr/) - Does not support functions as parameters - * - [`bind()`](http://api.jquery.com/bind/) - Does not support namespaces, selectors or eventData - * - [`children()`](http://api.jquery.com/children/) - Does not support selectors - * - [`clone()`](http://api.jquery.com/clone/) - * - [`contents()`](http://api.jquery.com/contents/) - * - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyle()` - * - [`data()`](http://api.jquery.com/data/) - * - [`detach()`](http://api.jquery.com/detach/) - * - [`empty()`](http://api.jquery.com/empty/) - * - [`eq()`](http://api.jquery.com/eq/) - * - [`find()`](http://api.jquery.com/find/) - Limited to lookups by tag name - * - [`hasClass()`](http://api.jquery.com/hasClass/) - * - [`html()`](http://api.jquery.com/html/) - * - [`next()`](http://api.jquery.com/next/) - Does not support selectors - * - [`on()`](http://api.jquery.com/on/) - Does not support namespaces, selectors or eventData - * - [`off()`](http://api.jquery.com/off/) - Does not support namespaces or selectors - * - [`one()`](http://api.jquery.com/one/) - Does not support namespaces or selectors - * - [`parent()`](http://api.jquery.com/parent/) - Does not support selectors - * - [`prepend()`](http://api.jquery.com/prepend/) - * - [`prop()`](http://api.jquery.com/prop/) - * - [`ready()`](http://api.jquery.com/ready/) - * - [`remove()`](http://api.jquery.com/remove/) - * - [`removeAttr()`](http://api.jquery.com/removeAttr/) - * - [`removeClass()`](http://api.jquery.com/removeClass/) - * - [`removeData()`](http://api.jquery.com/removeData/) - * - [`replaceWith()`](http://api.jquery.com/replaceWith/) - * - [`text()`](http://api.jquery.com/text/) - * - [`toggleClass()`](http://api.jquery.com/toggleClass/) - * - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers. - * - [`unbind()`](http://api.jquery.com/unbind/) - Does not support namespaces - * - [`val()`](http://api.jquery.com/val/) - * - [`wrap()`](http://api.jquery.com/wrap/) - * - * ## jQuery/jqLite Extras - * Angular also provides the following additional methods and events to both jQuery and jqLite: - * - * ### Events - * - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event - * on all DOM nodes being removed. This can be used to clean up any 3rd party bindings to the DOM - * element before it is removed. - * - * ### Methods - * - `controller(name)` - retrieves the controller of the current element or its parent. By default - * retrieves controller associated with the `ngController` directive. If `name` is provided as - * camelCase directive name, then the controller for this directive will be retrieved (e.g. - * `'ngModel'`). - * - `injector()` - retrieves the injector of the current element or its parent. - * - `scope()` - retrieves the {@link ng.$rootScope.Scope scope} of the current - * element or its parent. Requires {@link guide/production#disabling-debug-data Debug Data} to - * be enabled. - * - `isolateScope()` - retrieves an isolate {@link ng.$rootScope.Scope scope} if one is attached directly to the - * current element. This getter should be used only on elements that contain a directive which starts a new isolate - * scope. Calling `scope()` on this element always returns the original non-isolate scope. - * Requires {@link guide/production#disabling-debug-data Debug Data} to be enabled. - * - `inheritedData()` - same as `data()`, but walks up the DOM until a value is found or the top - * parent element is reached. - * - * @param {string|DOMElement} element HTML string or DOMElement to be wrapped into jQuery. - * @returns {Object} jQuery object. - */ - -JQLite.expando = 'ng339'; - -var jqCache = JQLite.cache = {}, - jqId = 1, - addEventListenerFn = function(element, type, fn) { - element.addEventListener(type, fn, false); - }, - removeEventListenerFn = function(element, type, fn) { - element.removeEventListener(type, fn, false); - }; - -/* - * !!! This is an undocumented "private" function !!! - */ -JQLite._data = function(node) { - //jQuery always returns an object on cache miss - return this.cache[node[this.expando]] || {}; -}; - -function jqNextId() { return ++jqId; } - - -var SPECIAL_CHARS_REGEXP = /([\:\-\_]+(.))/g; -var MOZ_HACK_REGEXP = /^moz([A-Z])/; -var MOUSE_EVENT_MAP= { mouseleave: "mouseout", mouseenter: "mouseover"}; -var jqLiteMinErr = minErr('jqLite'); - -/** - * Converts snake_case to camelCase. - * Also there is special case for Moz prefix starting with upper case letter. - * @param name Name to normalize - */ -function camelCase(name) { - return name. - replace(SPECIAL_CHARS_REGEXP, function(_, separator, letter, offset) { - return offset ? letter.toUpperCase() : letter; - }). - replace(MOZ_HACK_REGEXP, 'Moz$1'); -} - -var SINGLE_TAG_REGEXP = /^<(\w+)\s*\/?>(?:<\/\1>|)$/; -var HTML_REGEXP = /<|&#?\w+;/; -var TAG_NAME_REGEXP = /<([\w:]+)/; -var XHTML_TAG_REGEXP = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi; - -var wrapMap = { - 'option': [1, ''], - - 'thead': [1, '', '
    '], - 'col': [2, '', '
    '], - 'tr': [2, '', '
    '], - 'td': [3, '', '
    '], - '_default': [0, "", ""] -}; - -wrapMap.optgroup = wrapMap.option; -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - - -function jqLiteIsTextNode(html) { - return !HTML_REGEXP.test(html); -} - -function jqLiteAcceptsData(node) { - // The window object can accept data but has no nodeType - // Otherwise we are only interested in elements (1) and documents (9) - var nodeType = node.nodeType; - return nodeType === NODE_TYPE_ELEMENT || !nodeType || nodeType === NODE_TYPE_DOCUMENT; -} - -function jqLiteBuildFragment(html, context) { - var tmp, tag, wrap, - fragment = context.createDocumentFragment(), - nodes = [], i; - - if (jqLiteIsTextNode(html)) { - // Convert non-html into a text node - nodes.push(context.createTextNode(html)); - } else { - // Convert html into DOM nodes - tmp = tmp || fragment.appendChild(context.createElement("div")); - tag = (TAG_NAME_REGEXP.exec(html) || ["", ""])[1].toLowerCase(); - wrap = wrapMap[tag] || wrapMap._default; - tmp.innerHTML = wrap[1] + html.replace(XHTML_TAG_REGEXP, "<$1>") + wrap[2]; - - // Descend through wrappers to the right content - i = wrap[0]; - while (i--) { - tmp = tmp.lastChild; - } - - nodes = concat(nodes, tmp.childNodes); - - tmp = fragment.firstChild; - tmp.textContent = ""; - } - - // Remove wrapper from fragment - fragment.textContent = ""; - fragment.innerHTML = ""; // Clear inner HTML - forEach(nodes, function(node) { - fragment.appendChild(node); - }); - - return fragment; -} - -function jqLiteParseHTML(html, context) { - context = context || document; - var parsed; - - if ((parsed = SINGLE_TAG_REGEXP.exec(html))) { - return [context.createElement(parsed[1])]; - } - - if ((parsed = jqLiteBuildFragment(html, context))) { - return parsed.childNodes; - } - - return []; -} - -///////////////////////////////////////////// -function JQLite(element) { - if (element instanceof JQLite) { - return element; - } - - var argIsString; - - if (isString(element)) { - element = trim(element); - argIsString = true; - } - if (!(this instanceof JQLite)) { - if (argIsString && element.charAt(0) != '<') { - throw jqLiteMinErr('nosel', 'Looking up elements via selectors is not supported by jqLite! See: http://docs.angularjs.org/api/angular.element'); - } - return new JQLite(element); - } - - if (argIsString) { - jqLiteAddNodes(this, jqLiteParseHTML(element)); - } else { - jqLiteAddNodes(this, element); - } -} - -function jqLiteClone(element) { - return element.cloneNode(true); -} - -function jqLiteDealoc(element, onlyDescendants) { - if (!onlyDescendants) jqLiteRemoveData(element); - - if (element.querySelectorAll) { - var descendants = element.querySelectorAll('*'); - for (var i = 0, l = descendants.length; i < l; i++) { - jqLiteRemoveData(descendants[i]); - } - } -} - -function jqLiteOff(element, type, fn, unsupported) { - if (isDefined(unsupported)) throw jqLiteMinErr('offargs', 'jqLite#off() does not support the `selector` argument'); - - var expandoStore = jqLiteExpandoStore(element); - var events = expandoStore && expandoStore.events; - var handle = expandoStore && expandoStore.handle; - - if (!handle) return; //no listeners registered - - if (!type) { - for (type in events) { - if (type !== '$destroy') { - removeEventListenerFn(element, type, handle); - } - delete events[type]; - } - } else { - forEach(type.split(' '), function(type) { - if (isDefined(fn)) { - var listenerFns = events[type]; - arrayRemove(listenerFns || [], fn); - if (listenerFns && listenerFns.length > 0) { - return; - } - } - - removeEventListenerFn(element, type, handle); - delete events[type]; - }); - } -} - -function jqLiteRemoveData(element, name) { - var expandoId = element.ng339; - var expandoStore = expandoId && jqCache[expandoId]; - - if (expandoStore) { - if (name) { - delete expandoStore.data[name]; - return; - } - - if (expandoStore.handle) { - if (expandoStore.events.$destroy) { - expandoStore.handle({}, '$destroy'); - } - jqLiteOff(element); - } - delete jqCache[expandoId]; - element.ng339 = undefined; // don't delete DOM expandos. IE and Chrome don't like it - } -} - - -function jqLiteExpandoStore(element, createIfNecessary) { - var expandoId = element.ng339, - expandoStore = expandoId && jqCache[expandoId]; - - if (createIfNecessary && !expandoStore) { - element.ng339 = expandoId = jqNextId(); - expandoStore = jqCache[expandoId] = {events: {}, data: {}, handle: undefined}; - } - - return expandoStore; -} - - -function jqLiteData(element, key, value) { - if (jqLiteAcceptsData(element)) { - - var isSimpleSetter = isDefined(value); - var isSimpleGetter = !isSimpleSetter && key && !isObject(key); - var massGetter = !key; - var expandoStore = jqLiteExpandoStore(element, !isSimpleGetter); - var data = expandoStore && expandoStore.data; - - if (isSimpleSetter) { // data('key', value) - data[key] = value; - } else { - if (massGetter) { // data() - return data; - } else { - if (isSimpleGetter) { // data('key') - // don't force creation of expandoStore if it doesn't exist yet - return data && data[key]; - } else { // mass-setter: data({key1: val1, key2: val2}) - extend(data, key); - } - } - } - } -} - -function jqLiteHasClass(element, selector) { - if (!element.getAttribute) return false; - return ((" " + (element.getAttribute('class') || '') + " ").replace(/[\n\t]/g, " "). - indexOf(" " + selector + " ") > -1); -} - -function jqLiteRemoveClass(element, cssClasses) { - if (cssClasses && element.setAttribute) { - forEach(cssClasses.split(' '), function(cssClass) { - element.setAttribute('class', trim( - (" " + (element.getAttribute('class') || '') + " ") - .replace(/[\n\t]/g, " ") - .replace(" " + trim(cssClass) + " ", " ")) - ); - }); - } -} - -function jqLiteAddClass(element, cssClasses) { - if (cssClasses && element.setAttribute) { - var existingClasses = (' ' + (element.getAttribute('class') || '') + ' ') - .replace(/[\n\t]/g, " "); - - forEach(cssClasses.split(' '), function(cssClass) { - cssClass = trim(cssClass); - if (existingClasses.indexOf(' ' + cssClass + ' ') === -1) { - existingClasses += cssClass + ' '; - } - }); - - element.setAttribute('class', trim(existingClasses)); - } -} - - -function jqLiteAddNodes(root, elements) { - // THIS CODE IS VERY HOT. Don't make changes without benchmarking. - - if (elements) { - - // if a Node (the most common case) - if (elements.nodeType) { - root[root.length++] = elements; - } else { - var length = elements.length; - - // if an Array or NodeList and not a Window - if (typeof length === 'number' && elements.window !== elements) { - if (length) { - for (var i = 0; i < length; i++) { - root[root.length++] = elements[i]; - } - } - } else { - root[root.length++] = elements; - } - } - } -} - - -function jqLiteController(element, name) { - return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); -} - -function jqLiteInheritedData(element, name, value) { - // if element is the document object work with the html element instead - // this makes $(document).scope() possible - if (element.nodeType == NODE_TYPE_DOCUMENT) { - element = element.documentElement; - } - var names = isArray(name) ? name : [name]; - - while (element) { - for (var i = 0, ii = names.length; i < ii; i++) { - if ((value = jqLite.data(element, names[i])) !== undefined) return value; - } - - // If dealing with a document fragment node with a host element, and no parent, use the host - // element as the parent. This enables directives within a Shadow DOM or polyfilled Shadow DOM - // to lookup parent controllers. - element = element.parentNode || (element.nodeType === NODE_TYPE_DOCUMENT_FRAGMENT && element.host); - } -} - -function jqLiteEmpty(element) { - jqLiteDealoc(element, true); - while (element.firstChild) { - element.removeChild(element.firstChild); - } -} - -function jqLiteRemove(element, keepData) { - if (!keepData) jqLiteDealoc(element); - var parent = element.parentNode; - if (parent) parent.removeChild(element); -} - - -function jqLiteDocumentLoaded(action, win) { - win = win || window; - if (win.document.readyState === 'complete') { - // Force the action to be run async for consistent behaviour - // from the action's point of view - // i.e. it will definitely not be in a $apply - win.setTimeout(action); - } else { - // No need to unbind this handler as load is only ever called once - jqLite(win).on('load', action); - } -} - -////////////////////////////////////////// -// Functions which are declared directly. -////////////////////////////////////////// -var JQLitePrototype = JQLite.prototype = { - ready: function(fn) { - var fired = false; - - function trigger() { - if (fired) return; - fired = true; - fn(); - } - - // check if document is already loaded - if (document.readyState === 'complete') { - setTimeout(trigger); - } else { - this.on('DOMContentLoaded', trigger); // works for modern browsers and IE9 - // we can not use jqLite since we are not done loading and jQuery could be loaded later. - // jshint -W064 - JQLite(window).on('load', trigger); // fallback to window.onload for others - // jshint +W064 - } - }, - toString: function() { - var value = []; - forEach(this, function(e) { value.push('' + e);}); - return '[' + value.join(', ') + ']'; - }, - - eq: function(index) { - return (index >= 0) ? jqLite(this[index]) : jqLite(this[this.length + index]); - }, - - length: 0, - push: push, - sort: [].sort, - splice: [].splice -}; - -////////////////////////////////////////// -// Functions iterating getter/setters. -// these functions return self on setter and -// value on get. -////////////////////////////////////////// -var BOOLEAN_ATTR = {}; -forEach('multiple,selected,checked,disabled,readOnly,required,open'.split(','), function(value) { - BOOLEAN_ATTR[lowercase(value)] = value; -}); -var BOOLEAN_ELEMENTS = {}; -forEach('input,select,option,textarea,button,form,details'.split(','), function(value) { - BOOLEAN_ELEMENTS[value] = true; -}); -var ALIASED_ATTR = { - 'ngMinlength': 'minlength', - 'ngMaxlength': 'maxlength', - 'ngMin': 'min', - 'ngMax': 'max', - 'ngPattern': 'pattern' -}; - -function getBooleanAttrName(element, name) { - // check dom last since we will most likely fail on name - var booleanAttr = BOOLEAN_ATTR[name.toLowerCase()]; - - // booleanAttr is here twice to minimize DOM access - return booleanAttr && BOOLEAN_ELEMENTS[nodeName_(element)] && booleanAttr; -} - -function getAliasedAttrName(element, name) { - var nodeName = element.nodeName; - return (nodeName === 'INPUT' || nodeName === 'TEXTAREA') && ALIASED_ATTR[name]; -} - -forEach({ - data: jqLiteData, - removeData: jqLiteRemoveData -}, function(fn, name) { - JQLite[name] = fn; -}); - -forEach({ - data: jqLiteData, - inheritedData: jqLiteInheritedData, - - scope: function(element) { - // Can't use jqLiteData here directly so we stay compatible with jQuery! - return jqLite.data(element, '$scope') || jqLiteInheritedData(element.parentNode || element, ['$isolateScope', '$scope']); - }, - - isolateScope: function(element) { - // Can't use jqLiteData here directly so we stay compatible with jQuery! - return jqLite.data(element, '$isolateScope') || jqLite.data(element, '$isolateScopeNoTemplate'); - }, - - controller: jqLiteController, - - injector: function(element) { - return jqLiteInheritedData(element, '$injector'); - }, - - removeAttr: function(element, name) { - element.removeAttribute(name); - }, - - hasClass: jqLiteHasClass, - - css: function(element, name, value) { - name = camelCase(name); - - if (isDefined(value)) { - element.style[name] = value; - } else { - return element.style[name]; - } - }, - - attr: function(element, name, value) { - var lowercasedName = lowercase(name); - if (BOOLEAN_ATTR[lowercasedName]) { - if (isDefined(value)) { - if (!!value) { - element[name] = true; - element.setAttribute(name, lowercasedName); - } else { - element[name] = false; - element.removeAttribute(lowercasedName); - } - } else { - return (element[name] || - (element.attributes.getNamedItem(name) || noop).specified) - ? lowercasedName - : undefined; - } - } else if (isDefined(value)) { - element.setAttribute(name, value); - } else if (element.getAttribute) { - // the extra argument "2" is to get the right thing for a.href in IE, see jQuery code - // some elements (e.g. Document) don't have get attribute, so return undefined - var ret = element.getAttribute(name, 2); - // normalize non-existing attributes to undefined (as jQuery) - return ret === null ? undefined : ret; - } - }, - - prop: function(element, name, value) { - if (isDefined(value)) { - element[name] = value; - } else { - return element[name]; - } - }, - - text: (function() { - getText.$dv = ''; - return getText; - - function getText(element, value) { - if (isUndefined(value)) { - var nodeType = element.nodeType; - return (nodeType === NODE_TYPE_ELEMENT || nodeType === NODE_TYPE_TEXT) ? element.textContent : ''; - } - element.textContent = value; - } - })(), - - val: function(element, value) { - if (isUndefined(value)) { - if (element.multiple && nodeName_(element) === 'select') { - var result = []; - forEach(element.options, function(option) { - if (option.selected) { - result.push(option.value || option.text); - } - }); - return result.length === 0 ? null : result; - } - return element.value; - } - element.value = value; - }, - - html: function(element, value) { - if (isUndefined(value)) { - return element.innerHTML; - } - jqLiteDealoc(element, true); - element.innerHTML = value; - }, - - empty: jqLiteEmpty -}, function(fn, name) { - /** - * Properties: writes return selection, reads return first value - */ - JQLite.prototype[name] = function(arg1, arg2) { - var i, key; - var nodeCount = this.length; - - // jqLiteHasClass has only two arguments, but is a getter-only fn, so we need to special-case it - // in a way that survives minification. - // jqLiteEmpty takes no arguments but is a setter. - if (fn !== jqLiteEmpty && - (((fn.length == 2 && (fn !== jqLiteHasClass && fn !== jqLiteController)) ? arg1 : arg2) === undefined)) { - if (isObject(arg1)) { - - // we are a write, but the object properties are the key/values - for (i = 0; i < nodeCount; i++) { - if (fn === jqLiteData) { - // data() takes the whole object in jQuery - fn(this[i], arg1); - } else { - for (key in arg1) { - fn(this[i], key, arg1[key]); - } - } - } - // return self for chaining - return this; - } else { - // we are a read, so read the first child. - // TODO: do we still need this? - var value = fn.$dv; - // Only if we have $dv do we iterate over all, otherwise it is just the first element. - var jj = (value === undefined) ? Math.min(nodeCount, 1) : nodeCount; - for (var j = 0; j < jj; j++) { - var nodeValue = fn(this[j], arg1, arg2); - value = value ? value + nodeValue : nodeValue; - } - return value; - } - } else { - // we are a write, so apply to all children - for (i = 0; i < nodeCount; i++) { - fn(this[i], arg1, arg2); - } - // return self for chaining - return this; - } - }; -}); - -function createEventHandler(element, events) { - var eventHandler = function(event, type) { - // jQuery specific api - event.isDefaultPrevented = function() { - return event.defaultPrevented; - }; - - var eventFns = events[type || event.type]; - var eventFnsLength = eventFns ? eventFns.length : 0; - - if (!eventFnsLength) return; - - if (isUndefined(event.immediatePropagationStopped)) { - var originalStopImmediatePropagation = event.stopImmediatePropagation; - event.stopImmediatePropagation = function() { - event.immediatePropagationStopped = true; - - if (event.stopPropagation) { - event.stopPropagation(); - } - - if (originalStopImmediatePropagation) { - originalStopImmediatePropagation.call(event); - } - }; - } - - event.isImmediatePropagationStopped = function() { - return event.immediatePropagationStopped === true; - }; - - // Copy event handlers in case event handlers array is modified during execution. - if ((eventFnsLength > 1)) { - eventFns = shallowCopy(eventFns); - } - - for (var i = 0; i < eventFnsLength; i++) { - if (!event.isImmediatePropagationStopped()) { - eventFns[i].call(element, event); - } - } - }; - - // TODO: this is a hack for angularMocks/clearDataCache that makes it possible to deregister all - // events on `element` - eventHandler.elem = element; - return eventHandler; -} - -////////////////////////////////////////// -// Functions iterating traversal. -// These functions chain results into a single -// selector. -////////////////////////////////////////// -forEach({ - removeData: jqLiteRemoveData, - - on: function jqLiteOn(element, type, fn, unsupported) { - if (isDefined(unsupported)) throw jqLiteMinErr('onargs', 'jqLite#on() does not support the `selector` or `eventData` parameters'); - - // Do not add event handlers to non-elements because they will not be cleaned up. - if (!jqLiteAcceptsData(element)) { - return; - } - - var expandoStore = jqLiteExpandoStore(element, true); - var events = expandoStore.events; - var handle = expandoStore.handle; - - if (!handle) { - handle = expandoStore.handle = createEventHandler(element, events); - } - - // http://jsperf.com/string-indexof-vs-split - var types = type.indexOf(' ') >= 0 ? type.split(' ') : [type]; - var i = types.length; - - while (i--) { - type = types[i]; - var eventFns = events[type]; - - if (!eventFns) { - events[type] = []; - - if (type === 'mouseenter' || type === 'mouseleave') { - // Refer to jQuery's implementation of mouseenter & mouseleave - // Read about mouseenter and mouseleave: - // http://www.quirksmode.org/js/events_mouse.html#link8 - - jqLiteOn(element, MOUSE_EVENT_MAP[type], function(event) { - var target = this, related = event.relatedTarget; - // For mousenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if (!related || (related !== target && !target.contains(related))) { - handle(event, type); - } - }); - - } else { - if (type !== '$destroy') { - addEventListenerFn(element, type, handle); - } - } - eventFns = events[type]; - } - eventFns.push(fn); - } - }, - - off: jqLiteOff, - - one: function(element, type, fn) { - element = jqLite(element); - - //add the listener twice so that when it is called - //you can remove the original function and still be - //able to call element.off(ev, fn) normally - element.on(type, function onFn() { - element.off(type, fn); - element.off(type, onFn); - }); - element.on(type, fn); - }, - - replaceWith: function(element, replaceNode) { - var index, parent = element.parentNode; - jqLiteDealoc(element); - forEach(new JQLite(replaceNode), function(node) { - if (index) { - parent.insertBefore(node, index.nextSibling); - } else { - parent.replaceChild(node, element); - } - index = node; - }); - }, - - children: function(element) { - var children = []; - forEach(element.childNodes, function(element) { - if (element.nodeType === NODE_TYPE_ELEMENT) - children.push(element); - }); - return children; - }, - - contents: function(element) { - return element.contentDocument || element.childNodes || []; - }, - - append: function(element, node) { - var nodeType = element.nodeType; - if (nodeType !== NODE_TYPE_ELEMENT && nodeType !== NODE_TYPE_DOCUMENT_FRAGMENT) return; - - node = new JQLite(node); - - for (var i = 0, ii = node.length; i < ii; i++) { - var child = node[i]; - element.appendChild(child); - } - }, - - prepend: function(element, node) { - if (element.nodeType === NODE_TYPE_ELEMENT) { - var index = element.firstChild; - forEach(new JQLite(node), function(child) { - element.insertBefore(child, index); - }); - } - }, - - wrap: function(element, wrapNode) { - wrapNode = jqLite(wrapNode).eq(0).clone()[0]; - var parent = element.parentNode; - if (parent) { - parent.replaceChild(wrapNode, element); - } - wrapNode.appendChild(element); - }, - - remove: jqLiteRemove, - - detach: function(element) { - jqLiteRemove(element, true); - }, - - after: function(element, newElement) { - var index = element, parent = element.parentNode; - newElement = new JQLite(newElement); - - for (var i = 0, ii = newElement.length; i < ii; i++) { - var node = newElement[i]; - parent.insertBefore(node, index.nextSibling); - index = node; - } - }, - - addClass: jqLiteAddClass, - removeClass: jqLiteRemoveClass, - - toggleClass: function(element, selector, condition) { - if (selector) { - forEach(selector.split(' '), function(className) { - var classCondition = condition; - if (isUndefined(classCondition)) { - classCondition = !jqLiteHasClass(element, className); - } - (classCondition ? jqLiteAddClass : jqLiteRemoveClass)(element, className); - }); - } - }, - - parent: function(element) { - var parent = element.parentNode; - return parent && parent.nodeType !== NODE_TYPE_DOCUMENT_FRAGMENT ? parent : null; - }, - - next: function(element) { - return element.nextElementSibling; - }, - - find: function(element, selector) { - if (element.getElementsByTagName) { - return element.getElementsByTagName(selector); - } else { - return []; - } - }, - - clone: jqLiteClone, - - triggerHandler: function(element, event, extraParameters) { - - var dummyEvent, eventFnsCopy, handlerArgs; - var eventName = event.type || event; - var expandoStore = jqLiteExpandoStore(element); - var events = expandoStore && expandoStore.events; - var eventFns = events && events[eventName]; - - if (eventFns) { - // Create a dummy event to pass to the handlers - dummyEvent = { - preventDefault: function() { this.defaultPrevented = true; }, - isDefaultPrevented: function() { return this.defaultPrevented === true; }, - stopImmediatePropagation: function() { this.immediatePropagationStopped = true; }, - isImmediatePropagationStopped: function() { return this.immediatePropagationStopped === true; }, - stopPropagation: noop, - type: eventName, - target: element - }; - - // If a custom event was provided then extend our dummy event with it - if (event.type) { - dummyEvent = extend(dummyEvent, event); - } - - // Copy event handlers in case event handlers array is modified during execution. - eventFnsCopy = shallowCopy(eventFns); - handlerArgs = extraParameters ? [dummyEvent].concat(extraParameters) : [dummyEvent]; - - forEach(eventFnsCopy, function(fn) { - if (!dummyEvent.isImmediatePropagationStopped()) { - fn.apply(element, handlerArgs); - } - }); - } - } -}, function(fn, name) { - /** - * chaining functions - */ - JQLite.prototype[name] = function(arg1, arg2, arg3) { - var value; - - for (var i = 0, ii = this.length; i < ii; i++) { - if (isUndefined(value)) { - value = fn(this[i], arg1, arg2, arg3); - if (isDefined(value)) { - // any function which returns a value needs to be wrapped - value = jqLite(value); - } - } else { - jqLiteAddNodes(value, fn(this[i], arg1, arg2, arg3)); - } - } - return isDefined(value) ? value : this; - }; - - // bind legacy bind/unbind to on/off - JQLite.prototype.bind = JQLite.prototype.on; - JQLite.prototype.unbind = JQLite.prototype.off; -}); - -/** - * Computes a hash of an 'obj'. - * Hash of a: - * string is string - * number is number as string - * object is either result of calling $$hashKey function on the object or uniquely generated id, - * that is also assigned to the $$hashKey property of the object. - * - * @param obj - * @returns {string} hash string such that the same input will have the same hash string. - * The resulting string key is in 'type:hashKey' format. - */ -function hashKey(obj, nextUidFn) { - var key = obj && obj.$$hashKey; - - if (key) { - if (typeof key === 'function') { - key = obj.$$hashKey(); - } - return key; - } - - var objType = typeof obj; - if (objType == 'function' || (objType == 'object' && obj !== null)) { - key = obj.$$hashKey = objType + ':' + (nextUidFn || nextUid)(); - } else { - key = objType + ':' + obj; - } - - return key; -} - -/** - * HashMap which can use objects as keys - */ -function HashMap(array, isolatedUid) { - if (isolatedUid) { - var uid = 0; - this.nextUid = function() { - return ++uid; - }; - } - forEach(array, this.put, this); -} -HashMap.prototype = { - /** - * Store key value pair - * @param key key to store can be any type - * @param value value to store can be any type - */ - put: function(key, value) { - this[hashKey(key, this.nextUid)] = value; - }, - - /** - * @param key - * @returns {Object} the value for the key - */ - get: function(key) { - return this[hashKey(key, this.nextUid)]; - }, - - /** - * Remove the key/value pair - * @param key - */ - remove: function(key) { - var value = this[key = hashKey(key, this.nextUid)]; - delete this[key]; - return value; - } -}; - -/** - * @ngdoc function - * @module ng - * @name angular.injector - * @kind function - * - * @description - * Creates an injector object that can be used for retrieving services as well as for - * dependency injection (see {@link guide/di dependency injection}). - * - * @param {Array.} modules A list of module functions or their aliases. See - * {@link angular.module}. The `ng` module must be explicitly added. - * @param {boolean=} [strictDi=false] Whether the injector should be in strict mode, which - * disallows argument name annotation inference. - * @returns {injector} Injector object. See {@link auto.$injector $injector}. - * - * @example - * Typical usage - * ```js - * // create an injector - * var $injector = angular.injector(['ng']); - * - * // use the injector to kick off your application - * // use the type inference to auto inject arguments, or use implicit injection - * $injector.invoke(function($rootScope, $compile, $document) { - * $compile($document)($rootScope); - * $rootScope.$digest(); - * }); - * ``` - * - * Sometimes you want to get access to the injector of a currently running Angular app - * from outside Angular. Perhaps, you want to inject and compile some markup after the - * application has been bootstrapped. You can do this using the extra `injector()` added - * to JQuery/jqLite elements. See {@link angular.element}. - * - * *This is fairly rare but could be the case if a third party library is injecting the - * markup.* - * - * In the following example a new block of HTML containing a `ng-controller` - * directive is added to the end of the document body by JQuery. We then compile and link - * it into the current AngularJS scope. - * - * ```js - * var $div = $('
    {{content.label}}
    '); - * $(document.body).append($div); - * - * angular.element(document).injector().invoke(function($compile) { - * var scope = angular.element($div).scope(); - * $compile($div)(scope); - * }); - * ``` - */ - - -/** - * @ngdoc module - * @name auto - * @description - * - * Implicit module which gets automatically added to each {@link auto.$injector $injector}. - */ - -var FN_ARGS = /^function\s*[^\(]*\(\s*([^\)]*)\)/m; -var FN_ARG_SPLIT = /,/; -var FN_ARG = /^\s*(_?)(\S+?)\1\s*$/; -var STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg; -var $injectorMinErr = minErr('$injector'); - -function anonFn(fn) { - // For anonymous functions, showing at the very least the function signature can help in - // debugging. - var fnText = fn.toString().replace(STRIP_COMMENTS, ''), - args = fnText.match(FN_ARGS); - if (args) { - return 'function(' + (args[1] || '').replace(/[\s\r\n]+/, ' ') + ')'; - } - return 'fn'; -} - -function annotate(fn, strictDi, name) { - var $inject, - fnText, - argDecl, - last; - - if (typeof fn === 'function') { - if (!($inject = fn.$inject)) { - $inject = []; - if (fn.length) { - if (strictDi) { - if (!isString(name) || !name) { - name = fn.name || anonFn(fn); - } - throw $injectorMinErr('strictdi', - '{0} is not using explicit annotation and cannot be invoked in strict mode', name); - } - fnText = fn.toString().replace(STRIP_COMMENTS, ''); - argDecl = fnText.match(FN_ARGS); - forEach(argDecl[1].split(FN_ARG_SPLIT), function(arg) { - arg.replace(FN_ARG, function(all, underscore, name) { - $inject.push(name); - }); - }); - } - fn.$inject = $inject; - } - } else if (isArray(fn)) { - last = fn.length - 1; - assertArgFn(fn[last], 'fn'); - $inject = fn.slice(0, last); - } else { - assertArgFn(fn, 'fn', true); - } - return $inject; -} - -/////////////////////////////////////// - -/** - * @ngdoc service - * @name $injector - * - * @description - * - * `$injector` is used to retrieve object instances as defined by - * {@link auto.$provide provider}, instantiate types, invoke methods, - * and load modules. - * - * The following always holds true: - * - * ```js - * var $injector = angular.injector(); - * expect($injector.get('$injector')).toBe($injector); - * expect($injector.invoke(function($injector) { - * return $injector; - * })).toBe($injector); - * ``` - * - * # Injection Function Annotation - * - * JavaScript does not have annotations, and annotations are needed for dependency injection. The - * following are all valid ways of annotating function with injection arguments and are equivalent. - * - * ```js - * // inferred (only works if code not minified/obfuscated) - * $injector.invoke(function(serviceA){}); - * - * // annotated - * function explicit(serviceA) {}; - * explicit.$inject = ['serviceA']; - * $injector.invoke(explicit); - * - * // inline - * $injector.invoke(['serviceA', function(serviceA){}]); - * ``` - * - * ## Inference - * - * In JavaScript calling `toString()` on a function returns the function definition. The definition - * can then be parsed and the function arguments can be extracted. This method of discovering - * annotations is disallowed when the injector is in strict mode. - * *NOTE:* This does not work with minification, and obfuscation tools since these tools change the - * argument names. - * - * ## `$inject` Annotation - * By adding an `$inject` property onto a function the injection parameters can be specified. - * - * ## Inline - * As an array of injection names, where the last item in the array is the function to call. - */ - -/** - * @ngdoc method - * @name $injector#get - * - * @description - * Return an instance of the service. - * - * @param {string} name The name of the instance to retrieve. - * @return {*} The instance. - */ - -/** - * @ngdoc method - * @name $injector#invoke - * - * @description - * Invoke the method and supply the method arguments from the `$injector`. - * - * @param {!Function} fn The function to invoke. Function parameters are injected according to the - * {@link guide/di $inject Annotation} rules. - * @param {Object=} self The `this` for the invoked method. - * @param {Object=} locals Optional object. If preset then any argument names are read from this - * object first, before the `$injector` is consulted. - * @returns {*} the value returned by the invoked `fn` function. - */ - -/** - * @ngdoc method - * @name $injector#has - * - * @description - * Allows the user to query if the particular service exists. - * - * @param {string} name Name of the service to query. - * @returns {boolean} `true` if injector has given service. - */ - -/** - * @ngdoc method - * @name $injector#instantiate - * @description - * Create a new instance of JS type. The method takes a constructor function, invokes the new - * operator, and supplies all of the arguments to the constructor function as specified by the - * constructor annotation. - * - * @param {Function} Type Annotated constructor function. - * @param {Object=} locals Optional object. If preset then any argument names are read from this - * object first, before the `$injector` is consulted. - * @returns {Object} new instance of `Type`. - */ - -/** - * @ngdoc method - * @name $injector#annotate - * - * @description - * Returns an array of service names which the function is requesting for injection. This API is - * used by the injector to determine which services need to be injected into the function when the - * function is invoked. There are three ways in which the function can be annotated with the needed - * dependencies. - * - * # Argument names - * - * The simplest form is to extract the dependencies from the arguments of the function. This is done - * by converting the function into a string using `toString()` method and extracting the argument - * names. - * ```js - * // Given - * function MyController($scope, $route) { - * // ... - * } - * - * // Then - * expect(injector.annotate(MyController)).toEqual(['$scope', '$route']); - * ``` - * - * You can disallow this method by using strict injection mode. - * - * This method does not work with code minification / obfuscation. For this reason the following - * annotation strategies are supported. - * - * # The `$inject` property - * - * If a function has an `$inject` property and its value is an array of strings, then the strings - * represent names of services to be injected into the function. - * ```js - * // Given - * var MyController = function(obfuscatedScope, obfuscatedRoute) { - * // ... - * } - * // Define function dependencies - * MyController['$inject'] = ['$scope', '$route']; - * - * // Then - * expect(injector.annotate(MyController)).toEqual(['$scope', '$route']); - * ``` - * - * # The array notation - * - * It is often desirable to inline Injected functions and that's when setting the `$inject` property - * is very inconvenient. In these situations using the array notation to specify the dependencies in - * a way that survives minification is a better choice: - * - * ```js - * // We wish to write this (not minification / obfuscation safe) - * injector.invoke(function($compile, $rootScope) { - * // ... - * }); - * - * // We are forced to write break inlining - * var tmpFn = function(obfuscatedCompile, obfuscatedRootScope) { - * // ... - * }; - * tmpFn.$inject = ['$compile', '$rootScope']; - * injector.invoke(tmpFn); - * - * // To better support inline function the inline annotation is supported - * injector.invoke(['$compile', '$rootScope', function(obfCompile, obfRootScope) { - * // ... - * }]); - * - * // Therefore - * expect(injector.annotate( - * ['$compile', '$rootScope', function(obfus_$compile, obfus_$rootScope) {}]) - * ).toEqual(['$compile', '$rootScope']); - * ``` - * - * @param {Function|Array.} fn Function for which dependent service names need to - * be retrieved as described above. - * - * @param {boolean=} [strictDi=false] Disallow argument name annotation inference. - * - * @returns {Array.} The names of the services which the function requires. - */ - - - - -/** - * @ngdoc service - * @name $provide - * - * @description - * - * The {@link auto.$provide $provide} service has a number of methods for registering components - * with the {@link auto.$injector $injector}. Many of these functions are also exposed on - * {@link angular.Module}. - * - * An Angular **service** is a singleton object created by a **service factory**. These **service - * factories** are functions which, in turn, are created by a **service provider**. - * The **service providers** are constructor functions. When instantiated they must contain a - * property called `$get`, which holds the **service factory** function. - * - * When you request a service, the {@link auto.$injector $injector} is responsible for finding the - * correct **service provider**, instantiating it and then calling its `$get` **service factory** - * function to get the instance of the **service**. - * - * Often services have no configuration options and there is no need to add methods to the service - * provider. The provider will be no more than a constructor function with a `$get` property. For - * these cases the {@link auto.$provide $provide} service has additional helper methods to register - * services without specifying a provider. - * - * * {@link auto.$provide#provider provider(provider)} - registers a **service provider** with the - * {@link auto.$injector $injector} - * * {@link auto.$provide#constant constant(obj)} - registers a value/object that can be accessed by - * providers and services. - * * {@link auto.$provide#value value(obj)} - registers a value/object that can only be accessed by - * services, not providers. - * * {@link auto.$provide#factory factory(fn)} - registers a service **factory function**, `fn`, - * that will be wrapped in a **service provider** object, whose `$get` property will contain the - * given factory function. - * * {@link auto.$provide#service service(class)} - registers a **constructor function**, `class` - * that will be wrapped in a **service provider** object, whose `$get` property will instantiate - * a new object using the given constructor function. - * - * See the individual methods for more information and examples. - */ - -/** - * @ngdoc method - * @name $provide#provider - * @description - * - * Register a **provider function** with the {@link auto.$injector $injector}. Provider functions - * are constructor functions, whose instances are responsible for "providing" a factory for a - * service. - * - * Service provider names start with the name of the service they provide followed by `Provider`. - * For example, the {@link ng.$log $log} service has a provider called - * {@link ng.$logProvider $logProvider}. - * - * Service provider objects can have additional methods which allow configuration of the provider - * and its service. Importantly, you can configure what kind of service is created by the `$get` - * method, or how that service will act. For example, the {@link ng.$logProvider $logProvider} has a - * method {@link ng.$logProvider#debugEnabled debugEnabled} - * which lets you specify whether the {@link ng.$log $log} service will log debug messages to the - * console or not. - * - * @param {string} name The name of the instance. NOTE: the provider will be available under `name + - 'Provider'` key. - * @param {(Object|function())} provider If the provider is: - * - * - `Object`: then it should have a `$get` method. The `$get` method will be invoked using - * {@link auto.$injector#invoke $injector.invoke()} when an instance needs to be created. - * - `Constructor`: a new instance of the provider will be created using - * {@link auto.$injector#instantiate $injector.instantiate()}, then treated as `object`. - * - * @returns {Object} registered provider instance - - * @example - * - * The following example shows how to create a simple event tracking service and register it using - * {@link auto.$provide#provider $provide.provider()}. - * - * ```js - * // Define the eventTracker provider - * function EventTrackerProvider() { - * var trackingUrl = '/track'; - * - * // A provider method for configuring where the tracked events should been saved - * this.setTrackingUrl = function(url) { - * trackingUrl = url; - * }; - * - * // The service factory function - * this.$get = ['$http', function($http) { - * var trackedEvents = {}; - * return { - * // Call this to track an event - * event: function(event) { - * var count = trackedEvents[event] || 0; - * count += 1; - * trackedEvents[event] = count; - * return count; - * }, - * // Call this to save the tracked events to the trackingUrl - * save: function() { - * $http.post(trackingUrl, trackedEvents); - * } - * }; - * }]; - * } - * - * describe('eventTracker', function() { - * var postSpy; - * - * beforeEach(module(function($provide) { - * // Register the eventTracker provider - * $provide.provider('eventTracker', EventTrackerProvider); - * })); - * - * beforeEach(module(function(eventTrackerProvider) { - * // Configure eventTracker provider - * eventTrackerProvider.setTrackingUrl('/custom-track'); - * })); - * - * it('tracks events', inject(function(eventTracker) { - * expect(eventTracker.event('login')).toEqual(1); - * expect(eventTracker.event('login')).toEqual(2); - * })); - * - * it('saves to the tracking url', inject(function(eventTracker, $http) { - * postSpy = spyOn($http, 'post'); - * eventTracker.event('login'); - * eventTracker.save(); - * expect(postSpy).toHaveBeenCalled(); - * expect(postSpy.mostRecentCall.args[0]).not.toEqual('/track'); - * expect(postSpy.mostRecentCall.args[0]).toEqual('/custom-track'); - * expect(postSpy.mostRecentCall.args[1]).toEqual({ 'login': 1 }); - * })); - * }); - * ``` - */ - -/** - * @ngdoc method - * @name $provide#factory - * @description - * - * Register a **service factory**, which will be called to return the service instance. - * This is short for registering a service where its provider consists of only a `$get` property, - * which is the given service factory function. - * You should use {@link auto.$provide#factory $provide.factory(getFn)} if you do not need to - * configure your service in a provider. - * - * @param {string} name The name of the instance. - * @param {function()} $getFn The $getFn for the instance creation. Internally this is a short hand - * for `$provide.provider(name, {$get: $getFn})`. - * @returns {Object} registered provider instance - * - * @example - * Here is an example of registering a service - * ```js - * $provide.factory('ping', ['$http', function($http) { - * return function ping() { - * return $http.send('/ping'); - * }; - * }]); - * ``` - * You would then inject and use this service like this: - * ```js - * someModule.controller('Ctrl', ['ping', function(ping) { - * ping(); - * }]); - * ``` - */ - - -/** - * @ngdoc method - * @name $provide#service - * @description - * - * Register a **service constructor**, which will be invoked with `new` to create the service - * instance. - * This is short for registering a service where its provider's `$get` property is the service - * constructor function that will be used to instantiate the service instance. - * - * You should use {@link auto.$provide#service $provide.service(class)} if you define your service - * as a type/class. - * - * @param {string} name The name of the instance. - * @param {Function} constructor A class (constructor function) that will be instantiated. - * @returns {Object} registered provider instance - * - * @example - * Here is an example of registering a service using - * {@link auto.$provide#service $provide.service(class)}. - * ```js - * var Ping = function($http) { - * this.$http = $http; - * }; - * - * Ping.$inject = ['$http']; - * - * Ping.prototype.send = function() { - * return this.$http.get('/ping'); - * }; - * $provide.service('ping', Ping); - * ``` - * You would then inject and use this service like this: - * ```js - * someModule.controller('Ctrl', ['ping', function(ping) { - * ping.send(); - * }]); - * ``` - */ - - -/** - * @ngdoc method - * @name $provide#value - * @description - * - * Register a **value service** with the {@link auto.$injector $injector}, such as a string, a - * number, an array, an object or a function. This is short for registering a service where its - * provider's `$get` property is a factory function that takes no arguments and returns the **value - * service**. - * - * Value services are similar to constant services, except that they cannot be injected into a - * module configuration function (see {@link angular.Module#config}) but they can be overridden by - * an Angular - * {@link auto.$provide#decorator decorator}. - * - * @param {string} name The name of the instance. - * @param {*} value The value. - * @returns {Object} registered provider instance - * - * @example - * Here are some examples of creating value services. - * ```js - * $provide.value('ADMIN_USER', 'admin'); - * - * $provide.value('RoleLookup', { admin: 0, writer: 1, reader: 2 }); - * - * $provide.value('halfOf', function(value) { - * return value / 2; - * }); - * ``` - */ - - -/** - * @ngdoc method - * @name $provide#constant - * @description - * - * Register a **constant service**, such as a string, a number, an array, an object or a function, - * with the {@link auto.$injector $injector}. Unlike {@link auto.$provide#value value} it can be - * injected into a module configuration function (see {@link angular.Module#config}) and it cannot - * be overridden by an Angular {@link auto.$provide#decorator decorator}. - * - * @param {string} name The name of the constant. - * @param {*} value The constant value. - * @returns {Object} registered instance - * - * @example - * Here a some examples of creating constants: - * ```js - * $provide.constant('SHARD_HEIGHT', 306); - * - * $provide.constant('MY_COLOURS', ['red', 'blue', 'grey']); - * - * $provide.constant('double', function(value) { - * return value * 2; - * }); - * ``` - */ - - -/** - * @ngdoc method - * @name $provide#decorator - * @description - * - * Register a **service decorator** with the {@link auto.$injector $injector}. A service decorator - * intercepts the creation of a service, allowing it to override or modify the behaviour of the - * service. The object returned by the decorator may be the original service, or a new service - * object which replaces or wraps and delegates to the original service. - * - * @param {string} name The name of the service to decorate. - * @param {function()} decorator This function will be invoked when the service needs to be - * instantiated and should return the decorated service instance. The function is called using - * the {@link auto.$injector#invoke injector.invoke} method and is therefore fully injectable. - * Local injection arguments: - * - * * `$delegate` - The original service instance, which can be monkey patched, configured, - * decorated or delegated to. - * - * @example - * Here we decorate the {@link ng.$log $log} service to convert warnings to errors by intercepting - * calls to {@link ng.$log#error $log.warn()}. - * ```js - * $provide.decorator('$log', ['$delegate', function($delegate) { - * $delegate.warn = $delegate.error; - * return $delegate; - * }]); - * ``` - */ - - -function createInjector(modulesToLoad, strictDi) { - strictDi = (strictDi === true); - var INSTANTIATING = {}, - providerSuffix = 'Provider', - path = [], - loadedModules = new HashMap([], true), - providerCache = { - $provide: { - provider: supportObject(provider), - factory: supportObject(factory), - service: supportObject(service), - value: supportObject(value), - constant: supportObject(constant), - decorator: decorator - } - }, - providerInjector = (providerCache.$injector = - createInternalInjector(providerCache, function() { - throw $injectorMinErr('unpr', "Unknown provider: {0}", path.join(' <- ')); - })), - instanceCache = {}, - instanceInjector = (instanceCache.$injector = - createInternalInjector(instanceCache, function(servicename) { - var provider = providerInjector.get(servicename + providerSuffix); - return instanceInjector.invoke(provider.$get, provider, undefined, servicename); - })); - - - forEach(loadModules(modulesToLoad), function(fn) { instanceInjector.invoke(fn || noop); }); - - return instanceInjector; - - //////////////////////////////////// - // $provider - //////////////////////////////////// - - function supportObject(delegate) { - return function(key, value) { - if (isObject(key)) { - forEach(key, reverseParams(delegate)); - } else { - return delegate(key, value); - } - }; - } - - function provider(name, provider_) { - assertNotHasOwnProperty(name, 'service'); - if (isFunction(provider_) || isArray(provider_)) { - provider_ = providerInjector.instantiate(provider_); - } - if (!provider_.$get) { - throw $injectorMinErr('pget', "Provider '{0}' must define $get factory method.", name); - } - return providerCache[name + providerSuffix] = provider_; - } - - function enforceReturnValue(name, factory) { - return function enforcedReturnValue() { - var result = instanceInjector.invoke(factory, this, undefined, name); - if (isUndefined(result)) { - throw $injectorMinErr('undef', "Provider '{0}' must return a value from $get factory method.", name); - } - return result; - }; - } - - function factory(name, factoryFn, enforce) { - return provider(name, { - $get: enforce !== false ? enforceReturnValue(name, factoryFn) : factoryFn - }); - } - - function service(name, constructor) { - return factory(name, ['$injector', function($injector) { - return $injector.instantiate(constructor); - }]); - } - - function value(name, val) { return factory(name, valueFn(val), false); } - - function constant(name, value) { - assertNotHasOwnProperty(name, 'constant'); - providerCache[name] = value; - instanceCache[name] = value; - } - - function decorator(serviceName, decorFn) { - var origProvider = providerInjector.get(serviceName + providerSuffix), - orig$get = origProvider.$get; - - origProvider.$get = function() { - var origInstance = instanceInjector.invoke(orig$get, origProvider); - return instanceInjector.invoke(decorFn, null, {$delegate: origInstance}); - }; - } - - //////////////////////////////////// - // Module Loading - //////////////////////////////////// - function loadModules(modulesToLoad) { - var runBlocks = [], moduleFn; - forEach(modulesToLoad, function(module) { - if (loadedModules.get(module)) return; - loadedModules.put(module, true); - - function runInvokeQueue(queue) { - var i, ii; - for (i = 0, ii = queue.length; i < ii; i++) { - var invokeArgs = queue[i], - provider = providerInjector.get(invokeArgs[0]); - - provider[invokeArgs[1]].apply(provider, invokeArgs[2]); - } - } - - try { - if (isString(module)) { - moduleFn = angularModule(module); - runBlocks = runBlocks.concat(loadModules(moduleFn.requires)).concat(moduleFn._runBlocks); - runInvokeQueue(moduleFn._invokeQueue); - runInvokeQueue(moduleFn._configBlocks); - } else if (isFunction(module)) { - runBlocks.push(providerInjector.invoke(module)); - } else if (isArray(module)) { - runBlocks.push(providerInjector.invoke(module)); - } else { - assertArgFn(module, 'module'); - } - } catch (e) { - if (isArray(module)) { - module = module[module.length - 1]; - } - if (e.message && e.stack && e.stack.indexOf(e.message) == -1) { - // Safari & FF's stack traces don't contain error.message content - // unlike those of Chrome and IE - // So if stack doesn't contain message, we create a new string that contains both. - // Since error.stack is read-only in Safari, I'm overriding e and not e.stack here. - /* jshint -W022 */ - e = e.message + '\n' + e.stack; - } - throw $injectorMinErr('modulerr', "Failed to instantiate module {0} due to:\n{1}", - module, e.stack || e.message || e); - } - }); - return runBlocks; - } - - //////////////////////////////////// - // internal Injector - //////////////////////////////////// - - function createInternalInjector(cache, factory) { - - function getService(serviceName) { - if (cache.hasOwnProperty(serviceName)) { - if (cache[serviceName] === INSTANTIATING) { - throw $injectorMinErr('cdep', 'Circular dependency found: {0}', - serviceName + ' <- ' + path.join(' <- ')); - } - return cache[serviceName]; - } else { - try { - path.unshift(serviceName); - cache[serviceName] = INSTANTIATING; - return cache[serviceName] = factory(serviceName); - } catch (err) { - if (cache[serviceName] === INSTANTIATING) { - delete cache[serviceName]; - } - throw err; - } finally { - path.shift(); - } - } - } - - function invoke(fn, self, locals, serviceName) { - if (typeof locals === 'string') { - serviceName = locals; - locals = null; - } - - var args = [], - $inject = annotate(fn, strictDi, serviceName), - length, i, - key; - - for (i = 0, length = $inject.length; i < length; i++) { - key = $inject[i]; - if (typeof key !== 'string') { - throw $injectorMinErr('itkn', - 'Incorrect injection token! Expected service name as string, got {0}', key); - } - args.push( - locals && locals.hasOwnProperty(key) - ? locals[key] - : getService(key) - ); - } - if (isArray(fn)) { - fn = fn[length]; - } - - // http://jsperf.com/angularjs-invoke-apply-vs-switch - // #5388 - return fn.apply(self, args); - } - - function instantiate(Type, locals, serviceName) { - // Check if Type is annotated and use just the given function at n-1 as parameter - // e.g. someModule.factory('greeter', ['$window', function(renamed$window) {}]); - // Object creation: http://jsperf.com/create-constructor/2 - var instance = Object.create((isArray(Type) ? Type[Type.length - 1] : Type).prototype); - var returnedValue = invoke(Type, instance, locals, serviceName); - - return isObject(returnedValue) || isFunction(returnedValue) ? returnedValue : instance; - } - - return { - invoke: invoke, - instantiate: instantiate, - get: getService, - annotate: annotate, - has: function(name) { - return providerCache.hasOwnProperty(name + providerSuffix) || cache.hasOwnProperty(name); - } - }; - } -} - -createInjector.$$annotate = annotate; - -/** - * @ngdoc provider - * @name $anchorScrollProvider - * - * @description - * Use `$anchorScrollProvider` to disable automatic scrolling whenever - * {@link ng.$location#hash $location.hash()} changes. - */ -function $AnchorScrollProvider() { - - var autoScrollingEnabled = true; - - /** - * @ngdoc method - * @name $anchorScrollProvider#disableAutoScrolling - * - * @description - * By default, {@link ng.$anchorScroll $anchorScroll()} will automatically detect changes to - * {@link ng.$location#hash $location.hash()} and scroll to the element matching the new hash.
    - * Use this method to disable automatic scrolling. - * - * If automatic scrolling is disabled, one must explicitly call - * {@link ng.$anchorScroll $anchorScroll()} in order to scroll to the element related to the - * current hash. - */ - this.disableAutoScrolling = function() { - autoScrollingEnabled = false; - }; - - /** - * @ngdoc service - * @name $anchorScroll - * @kind function - * @requires $window - * @requires $location - * @requires $rootScope - * - * @description - * When called, it checks the current value of {@link ng.$location#hash $location.hash()} and - * scrolls to the related element, according to the rules specified in the - * [Html5 spec](http://dev.w3.org/html5/spec/Overview.html#the-indicated-part-of-the-document). - * - * It also watches the {@link ng.$location#hash $location.hash()} and automatically scrolls to - * match any anchor whenever it changes. This can be disabled by calling - * {@link ng.$anchorScrollProvider#disableAutoScrolling $anchorScrollProvider.disableAutoScrolling()}. - * - * Additionally, you can use its {@link ng.$anchorScroll#yOffset yOffset} property to specify a - * vertical scroll-offset (either fixed or dynamic). - * - * @property {(number|function|jqLite)} yOffset - * If set, specifies a vertical scroll-offset. This is often useful when there are fixed - * positioned elements at the top of the page, such as navbars, headers etc. - * - * `yOffset` can be specified in various ways: - * - **number**: A fixed number of pixels to be used as offset.

    - * - **function**: A getter function called everytime `$anchorScroll()` is executed. Must return - * a number representing the offset (in pixels).

    - * - **jqLite**: A jqLite/jQuery element to be used for specifying the offset. The distance from - * the top of the page to the element's bottom will be used as offset.
    - * **Note**: The element will be taken into account only as long as its `position` is set to - * `fixed`. This option is useful, when dealing with responsive navbars/headers that adjust - * their height and/or positioning according to the viewport's size. - * - *
    - *
    - * In order for `yOffset` to work properly, scrolling should take place on the document's root and - * not some child element. - *
    - * - * @example - - -
    - Go to bottom - You're at the bottom! -
    -
    - - angular.module('anchorScrollExample', []) - .controller('ScrollController', ['$scope', '$location', '$anchorScroll', - function ($scope, $location, $anchorScroll) { - $scope.gotoBottom = function() { - // set the location.hash to the id of - // the element you wish to scroll to. - $location.hash('bottom'); - - // call $anchorScroll() - $anchorScroll(); - }; - }]); - - - #scrollArea { - height: 280px; - overflow: auto; - } - - #bottom { - display: block; - margin-top: 2000px; - } - -
    - * - *
    - * The example below illustrates the use of a vertical scroll-offset (specified as a fixed value). - * See {@link ng.$anchorScroll#yOffset $anchorScroll.yOffset} for more details. - * - * @example - - - -
    - Anchor {{x}} of 5 -
    -
    - - angular.module('anchorScrollOffsetExample', []) - .run(['$anchorScroll', function($anchorScroll) { - $anchorScroll.yOffset = 50; // always scroll by 50 extra pixels - }]) - .controller('headerCtrl', ['$anchorScroll', '$location', '$scope', - function ($anchorScroll, $location, $scope) { - $scope.gotoAnchor = function(x) { - var newHash = 'anchor' + x; - if ($location.hash() !== newHash) { - // set the $location.hash to `newHash` and - // $anchorScroll will automatically scroll to it - $location.hash('anchor' + x); - } else { - // call $anchorScroll() explicitly, - // since $location.hash hasn't changed - $anchorScroll(); - } - }; - } - ]); - - - body { - padding-top: 50px; - } - - .anchor { - border: 2px dashed DarkOrchid; - padding: 10px 10px 200px 10px; - } - - .fixed-header { - background-color: rgba(0, 0, 0, 0.2); - height: 50px; - position: fixed; - top: 0; left: 0; right: 0; - } - - .fixed-header > a { - display: inline-block; - margin: 5px 15px; - } - -
    - */ - this.$get = ['$window', '$location', '$rootScope', function($window, $location, $rootScope) { - var document = $window.document; - - // Helper function to get first anchor from a NodeList - // (using `Array#some()` instead of `angular#forEach()` since it's more performant - // and working in all supported browsers.) - function getFirstAnchor(list) { - var result = null; - Array.prototype.some.call(list, function(element) { - if (nodeName_(element) === 'a') { - result = element; - return true; - } - }); - return result; - } - - function getYOffset() { - - var offset = scroll.yOffset; - - if (isFunction(offset)) { - offset = offset(); - } else if (isElement(offset)) { - var elem = offset[0]; - var style = $window.getComputedStyle(elem); - if (style.position !== 'fixed') { - offset = 0; - } else { - offset = elem.getBoundingClientRect().bottom; - } - } else if (!isNumber(offset)) { - offset = 0; - } - - return offset; - } - - function scrollTo(elem) { - if (elem) { - elem.scrollIntoView(); - - var offset = getYOffset(); - - if (offset) { - // `offset` is the number of pixels we should scroll UP in order to align `elem` properly. - // This is true ONLY if the call to `elem.scrollIntoView()` initially aligns `elem` at the - // top of the viewport. - // - // IF the number of pixels from the top of `elem` to the end of the page's content is less - // than the height of the viewport, then `elem.scrollIntoView()` will align the `elem` some - // way down the page. - // - // This is often the case for elements near the bottom of the page. - // - // In such cases we do not need to scroll the whole `offset` up, just the difference between - // the top of the element and the offset, which is enough to align the top of `elem` at the - // desired position. - var elemTop = elem.getBoundingClientRect().top; - $window.scrollBy(0, elemTop - offset); - } - } else { - $window.scrollTo(0, 0); - } - } - - function scroll() { - var hash = $location.hash(), elm; - - // empty hash, scroll to the top of the page - if (!hash) scrollTo(null); - - // element with given id - else if ((elm = document.getElementById(hash))) scrollTo(elm); - - // first anchor with given name :-D - else if ((elm = getFirstAnchor(document.getElementsByName(hash)))) scrollTo(elm); - - // no element and hash == 'top', scroll to the top of the page - else if (hash === 'top') scrollTo(null); - } - - // does not scroll when user clicks on anchor link that is currently on - // (no url change, no $location.hash() change), browser native does scroll - if (autoScrollingEnabled) { - $rootScope.$watch(function autoScrollWatch() {return $location.hash();}, - function autoScrollWatchAction(newVal, oldVal) { - // skip the initial scroll if $location.hash is empty - if (newVal === oldVal && newVal === '') return; - - jqLiteDocumentLoaded(function() { - $rootScope.$evalAsync(scroll); - }); - }); - } - - return scroll; - }]; -} - -var $animateMinErr = minErr('$animate'); - -/** - * @ngdoc provider - * @name $animateProvider - * - * @description - * Default implementation of $animate that doesn't perform any animations, instead just - * synchronously performs DOM - * updates and calls done() callbacks. - * - * In order to enable animations the ngAnimate module has to be loaded. - * - * To see the functional implementation check out src/ngAnimate/animate.js - */ -var $AnimateProvider = ['$provide', function($provide) { - - - this.$$selectors = {}; - - - /** - * @ngdoc method - * @name $animateProvider#register - * - * @description - * Registers a new injectable animation factory function. The factory function produces the - * animation object which contains callback functions for each event that is expected to be - * animated. - * - * * `eventFn`: `function(Element, doneFunction)` The element to animate, the `doneFunction` - * must be called once the element animation is complete. If a function is returned then the - * animation service will use this function to cancel the animation whenever a cancel event is - * triggered. - * - * - * ```js - * return { - * eventFn : function(element, done) { - * //code to run the animation - * //once complete, then run done() - * return function cancellationFunction() { - * //code to cancel the animation - * } - * } - * } - * ``` - * - * @param {string} name The name of the animation. - * @param {Function} factory The factory function that will be executed to return the animation - * object. - */ - this.register = function(name, factory) { - var key = name + '-animation'; - if (name && name.charAt(0) != '.') throw $animateMinErr('notcsel', - "Expecting class selector starting with '.' got '{0}'.", name); - this.$$selectors[name.substr(1)] = key; - $provide.factory(key, factory); - }; - - /** - * @ngdoc method - * @name $animateProvider#classNameFilter - * - * @description - * Sets and/or returns the CSS class regular expression that is checked when performing - * an animation. Upon bootstrap the classNameFilter value is not set at all and will - * therefore enable $animate to attempt to perform an animation on any element. - * When setting the classNameFilter value, animations will only be performed on elements - * that successfully match the filter expression. This in turn can boost performance - * for low-powered devices as well as applications containing a lot of structural operations. - * @param {RegExp=} expression The className expression which will be checked against all animations - * @return {RegExp} The current CSS className expression value. If null then there is no expression value - */ - this.classNameFilter = function(expression) { - if (arguments.length === 1) { - this.$$classNameFilter = (expression instanceof RegExp) ? expression : null; - } - return this.$$classNameFilter; - }; - - this.$get = ['$$q', '$$asyncCallback', '$rootScope', function($$q, $$asyncCallback, $rootScope) { - - var currentDefer; - - function runAnimationPostDigest(fn) { - var cancelFn, defer = $$q.defer(); - defer.promise.$$cancelFn = function ngAnimateMaybeCancel() { - cancelFn && cancelFn(); - }; - - $rootScope.$$postDigest(function ngAnimatePostDigest() { - cancelFn = fn(function ngAnimateNotifyComplete() { - defer.resolve(); - }); - }); - - return defer.promise; - } - - function resolveElementClasses(element, classes) { - var toAdd = [], toRemove = []; - - var hasClasses = createMap(); - forEach((element.attr('class') || '').split(/\s+/), function(className) { - hasClasses[className] = true; - }); - - forEach(classes, function(status, className) { - var hasClass = hasClasses[className]; - - // If the most recent class manipulation (via $animate) was to remove the class, and the - // element currently has the class, the class is scheduled for removal. Otherwise, if - // the most recent class manipulation (via $animate) was to add the class, and the - // element does not currently have the class, the class is scheduled to be added. - if (status === false && hasClass) { - toRemove.push(className); - } else if (status === true && !hasClass) { - toAdd.push(className); - } - }); - - return (toAdd.length + toRemove.length) > 0 && - [toAdd.length ? toAdd : null, toRemove.length ? toRemove : null]; - } - - function cachedClassManipulation(cache, classes, op) { - for (var i=0, ii = classes.length; i < ii; ++i) { - var className = classes[i]; - cache[className] = op; - } - } - - function asyncPromise() { - // only serve one instance of a promise in order to save CPU cycles - if (!currentDefer) { - currentDefer = $$q.defer(); - $$asyncCallback(function() { - currentDefer.resolve(); - currentDefer = null; - }); - } - return currentDefer.promise; - } - - function applyStyles(element, options) { - if (angular.isObject(options)) { - var styles = extend(options.from || {}, options.to || {}); - element.css(styles); - } - } - - /** - * - * @ngdoc service - * @name $animate - * @description The $animate service provides rudimentary DOM manipulation functions to - * insert, remove and move elements within the DOM, as well as adding and removing classes. - * This service is the core service used by the ngAnimate $animator service which provides - * high-level animation hooks for CSS and JavaScript. - * - * $animate is available in the AngularJS core, however, the ngAnimate module must be included - * to enable full out animation support. Otherwise, $animate will only perform simple DOM - * manipulation operations. - * - * To learn more about enabling animation support, click here to visit the {@link ngAnimate - * ngAnimate module page} as well as the {@link ngAnimate.$animate ngAnimate $animate service - * page}. - */ - return { - animate: function(element, from, to) { - applyStyles(element, { from: from, to: to }); - return asyncPromise(); - }, - - /** - * - * @ngdoc method - * @name $animate#enter - * @kind function - * @description Inserts the element into the DOM either after the `after` element or - * as the first child within the `parent` element. When the function is called a promise - * is returned that will be resolved at a later time. - * @param {DOMElement} element the element which will be inserted into the DOM - * @param {DOMElement} parent the parent element which will append the element as - * a child (if the after element is not present) - * @param {DOMElement} after the sibling element which will append the element - * after itself - * @param {object=} options an optional collection of styles that will be applied to the element. - * @return {Promise} the animation callback promise - */ - enter: function(element, parent, after, options) { - applyStyles(element, options); - after ? after.after(element) - : parent.prepend(element); - return asyncPromise(); - }, - - /** - * - * @ngdoc method - * @name $animate#leave - * @kind function - * @description Removes the element from the DOM. When the function is called a promise - * is returned that will be resolved at a later time. - * @param {DOMElement} element the element which will be removed from the DOM - * @param {object=} options an optional collection of options that will be applied to the element. - * @return {Promise} the animation callback promise - */ - leave: function(element, options) { - element.remove(); - return asyncPromise(); - }, - - /** - * - * @ngdoc method - * @name $animate#move - * @kind function - * @description Moves the position of the provided element within the DOM to be placed - * either after the `after` element or inside of the `parent` element. When the function - * is called a promise is returned that will be resolved at a later time. - * - * @param {DOMElement} element the element which will be moved around within the - * DOM - * @param {DOMElement} parent the parent element where the element will be - * inserted into (if the after element is not present) - * @param {DOMElement} after the sibling element where the element will be - * positioned next to - * @param {object=} options an optional collection of options that will be applied to the element. - * @return {Promise} the animation callback promise - */ - move: function(element, parent, after, options) { - // Do not remove element before insert. Removing will cause data associated with the - // element to be dropped. Insert will implicitly do the remove. - return this.enter(element, parent, after, options); - }, - - /** - * - * @ngdoc method - * @name $animate#addClass - * @kind function - * @description Adds the provided className CSS class value to the provided element. - * When the function is called a promise is returned that will be resolved at a later time. - * @param {DOMElement} element the element which will have the className value - * added to it - * @param {string} className the CSS class which will be added to the element - * @param {object=} options an optional collection of options that will be applied to the element. - * @return {Promise} the animation callback promise - */ - addClass: function(element, className, options) { - return this.setClass(element, className, [], options); - }, - - $$addClassImmediately: function(element, className, options) { - element = jqLite(element); - className = !isString(className) - ? (isArray(className) ? className.join(' ') : '') - : className; - forEach(element, function(element) { - jqLiteAddClass(element, className); - }); - applyStyles(element, options); - return asyncPromise(); - }, - - /** - * - * @ngdoc method - * @name $animate#removeClass - * @kind function - * @description Removes the provided className CSS class value from the provided element. - * When the function is called a promise is returned that will be resolved at a later time. - * @param {DOMElement} element the element which will have the className value - * removed from it - * @param {string} className the CSS class which will be removed from the element - * @param {object=} options an optional collection of options that will be applied to the element. - * @return {Promise} the animation callback promise - */ - removeClass: function(element, className, options) { - return this.setClass(element, [], className, options); - }, - - $$removeClassImmediately: function(element, className, options) { - element = jqLite(element); - className = !isString(className) - ? (isArray(className) ? className.join(' ') : '') - : className; - forEach(element, function(element) { - jqLiteRemoveClass(element, className); - }); - applyStyles(element, options); - return asyncPromise(); - }, - - /** - * - * @ngdoc method - * @name $animate#setClass - * @kind function - * @description Adds and/or removes the given CSS classes to and from the element. - * When the function is called a promise is returned that will be resolved at a later time. - * @param {DOMElement} element the element which will have its CSS classes changed - * removed from it - * @param {string} add the CSS classes which will be added to the element - * @param {string} remove the CSS class which will be removed from the element - * @param {object=} options an optional collection of options that will be applied to the element. - * @return {Promise} the animation callback promise - */ - setClass: function(element, add, remove, options) { - var self = this; - var STORAGE_KEY = '$$animateClasses'; - var createdCache = false; - element = jqLite(element); - - var cache = element.data(STORAGE_KEY); - if (!cache) { - cache = { - classes: {}, - options: options - }; - createdCache = true; - } else if (options && cache.options) { - cache.options = angular.extend(cache.options || {}, options); - } - - var classes = cache.classes; - - add = isArray(add) ? add : add.split(' '); - remove = isArray(remove) ? remove : remove.split(' '); - cachedClassManipulation(classes, add, true); - cachedClassManipulation(classes, remove, false); - - if (createdCache) { - cache.promise = runAnimationPostDigest(function(done) { - var cache = element.data(STORAGE_KEY); - element.removeData(STORAGE_KEY); - - // in the event that the element is removed before postDigest - // is run then the cache will be undefined and there will be - // no need anymore to add or remove and of the element classes - if (cache) { - var classes = resolveElementClasses(element, cache.classes); - if (classes) { - self.$$setClassImmediately(element, classes[0], classes[1], cache.options); - } - } - - done(); - }); - element.data(STORAGE_KEY, cache); - } - - return cache.promise; - }, - - $$setClassImmediately: function(element, add, remove, options) { - add && this.$$addClassImmediately(element, add); - remove && this.$$removeClassImmediately(element, remove); - applyStyles(element, options); - return asyncPromise(); - }, - - enabled: noop, - cancel: noop - }; - }]; -}]; - -function $$AsyncCallbackProvider() { - this.$get = ['$$rAF', '$timeout', function($$rAF, $timeout) { - return $$rAF.supported - ? function(fn) { return $$rAF(fn); } - : function(fn) { - return $timeout(fn, 0, false); - }; - }]; -} - -/* global stripHash: true */ - -/** - * ! This is a private undocumented service ! - * - * @name $browser - * @requires $log - * @description - * This object has two goals: - * - * - hide all the global state in the browser caused by the window object - * - abstract away all the browser specific features and inconsistencies - * - * For tests we provide {@link ngMock.$browser mock implementation} of the `$browser` - * service, which can be used for convenient testing of the application without the interaction with - * the real browser apis. - */ -/** - * @param {object} window The global window object. - * @param {object} document jQuery wrapped document. - * @param {object} $log window.console or an object with the same interface. - * @param {object} $sniffer $sniffer service - */ -function Browser(window, document, $log, $sniffer) { - var self = this, - rawDocument = document[0], - location = window.location, - history = window.history, - setTimeout = window.setTimeout, - clearTimeout = window.clearTimeout, - pendingDeferIds = {}; - - self.isMock = false; - - var outstandingRequestCount = 0; - var outstandingRequestCallbacks = []; - - // TODO(vojta): remove this temporary api - self.$$completeOutstandingRequest = completeOutstandingRequest; - self.$$incOutstandingRequestCount = function() { outstandingRequestCount++; }; - - /** - * Executes the `fn` function(supports currying) and decrements the `outstandingRequestCallbacks` - * counter. If the counter reaches 0, all the `outstandingRequestCallbacks` are executed. - */ - function completeOutstandingRequest(fn) { - try { - fn.apply(null, sliceArgs(arguments, 1)); - } finally { - outstandingRequestCount--; - if (outstandingRequestCount === 0) { - while (outstandingRequestCallbacks.length) { - try { - outstandingRequestCallbacks.pop()(); - } catch (e) { - $log.error(e); - } - } - } - } - } - - /** - * @private - * Note: this method is used only by scenario runner - * TODO(vojta): prefix this method with $$ ? - * @param {function()} callback Function that will be called when no outstanding request - */ - self.notifyWhenNoOutstandingRequests = function(callback) { - // force browser to execute all pollFns - this is needed so that cookies and other pollers fire - // at some deterministic time in respect to the test runner's actions. Leaving things up to the - // regular poller would result in flaky tests. - forEach(pollFns, function(pollFn) { pollFn(); }); - - if (outstandingRequestCount === 0) { - callback(); - } else { - outstandingRequestCallbacks.push(callback); - } - }; - - ////////////////////////////////////////////////////////////// - // Poll Watcher API - ////////////////////////////////////////////////////////////// - var pollFns = [], - pollTimeout; - - /** - * @name $browser#addPollFn - * - * @param {function()} fn Poll function to add - * - * @description - * Adds a function to the list of functions that poller periodically executes, - * and starts polling if not started yet. - * - * @returns {function()} the added function - */ - self.addPollFn = function(fn) { - if (isUndefined(pollTimeout)) startPoller(100, setTimeout); - pollFns.push(fn); - return fn; - }; - - /** - * @param {number} interval How often should browser call poll functions (ms) - * @param {function()} setTimeout Reference to a real or fake `setTimeout` function. - * - * @description - * Configures the poller to run in the specified intervals, using the specified - * setTimeout fn and kicks it off. - */ - function startPoller(interval, setTimeout) { - (function check() { - forEach(pollFns, function(pollFn) { pollFn(); }); - pollTimeout = setTimeout(check, interval); - })(); - } - - ////////////////////////////////////////////////////////////// - // URL API - ////////////////////////////////////////////////////////////// - - var cachedState, lastHistoryState, - lastBrowserUrl = location.href, - baseElement = document.find('base'), - reloadLocation = null; - - cacheState(); - lastHistoryState = cachedState; - - /** - * @name $browser#url - * - * @description - * GETTER: - * Without any argument, this method just returns current value of location.href. - * - * SETTER: - * With at least one argument, this method sets url to new value. - * If html5 history api supported, pushState/replaceState is used, otherwise - * location.href/location.replace is used. - * Returns its own instance to allow chaining - * - * NOTE: this api is intended for use only by the $location service. Please use the - * {@link ng.$location $location service} to change url. - * - * @param {string} url New url (when used as setter) - * @param {boolean=} replace Should new url replace current history record? - * @param {object=} state object to use with pushState/replaceState - */ - self.url = function(url, replace, state) { - // In modern browsers `history.state` is `null` by default; treating it separately - // from `undefined` would cause `$browser.url('/foo')` to change `history.state` - // to undefined via `pushState`. Instead, let's change `undefined` to `null` here. - if (isUndefined(state)) { - state = null; - } - - // Android Browser BFCache causes location, history reference to become stale. - if (location !== window.location) location = window.location; - if (history !== window.history) history = window.history; - - // setter - if (url) { - var sameState = lastHistoryState === state; - - // Don't change anything if previous and current URLs and states match. This also prevents - // IE<10 from getting into redirect loop when in LocationHashbangInHtml5Url mode. - // See https://github.com/angular/angular.js/commit/ffb2701 - if (lastBrowserUrl === url && (!$sniffer.history || sameState)) { - return self; - } - var sameBase = lastBrowserUrl && stripHash(lastBrowserUrl) === stripHash(url); - lastBrowserUrl = url; - lastHistoryState = state; - // Don't use history API if only the hash changed - // due to a bug in IE10/IE11 which leads - // to not firing a `hashchange` nor `popstate` event - // in some cases (see #9143). - if ($sniffer.history && (!sameBase || !sameState)) { - history[replace ? 'replaceState' : 'pushState'](state, '', url); - cacheState(); - // Do the assignment again so that those two variables are referentially identical. - lastHistoryState = cachedState; - } else { - if (!sameBase) { - reloadLocation = url; - } - if (replace) { - location.replace(url); - } else { - location.href = url; - } - } - return self; - // getter - } else { - // - reloadLocation is needed as browsers don't allow to read out - // the new location.href if a reload happened. - // - the replacement is a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=407172 - return reloadLocation || location.href.replace(/%27/g,"'"); - } - }; - - /** - * @name $browser#state - * - * @description - * This method is a getter. - * - * Return history.state or null if history.state is undefined. - * - * @returns {object} state - */ - self.state = function() { - return cachedState; - }; - - var urlChangeListeners = [], - urlChangeInit = false; - - function cacheStateAndFireUrlChange() { - cacheState(); - fireUrlChange(); - } - - // This variable should be used *only* inside the cacheState function. - var lastCachedState = null; - function cacheState() { - // This should be the only place in $browser where `history.state` is read. - cachedState = window.history.state; - cachedState = isUndefined(cachedState) ? null : cachedState; - - // Prevent callbacks fo fire twice if both hashchange & popstate were fired. - if (equals(cachedState, lastCachedState)) { - cachedState = lastCachedState; - } - lastCachedState = cachedState; - } - - function fireUrlChange() { - if (lastBrowserUrl === self.url() && lastHistoryState === cachedState) { - return; - } - - lastBrowserUrl = self.url(); - lastHistoryState = cachedState; - forEach(urlChangeListeners, function(listener) { - listener(self.url(), cachedState); - }); - } - - /** - * @name $browser#onUrlChange - * - * @description - * Register callback function that will be called, when url changes. - * - * It's only called when the url is changed from outside of angular: - * - user types different url into address bar - * - user clicks on history (forward/back) button - * - user clicks on a link - * - * It's not called when url is changed by $browser.url() method - * - * The listener gets called with new url as parameter. - * - * NOTE: this api is intended for use only by the $location service. Please use the - * {@link ng.$location $location service} to monitor url changes in angular apps. - * - * @param {function(string)} listener Listener function to be called when url changes. - * @return {function(string)} Returns the registered listener fn - handy if the fn is anonymous. - */ - self.onUrlChange = function(callback) { - // TODO(vojta): refactor to use node's syntax for events - if (!urlChangeInit) { - // We listen on both (hashchange/popstate) when available, as some browsers (e.g. Opera) - // don't fire popstate when user change the address bar and don't fire hashchange when url - // changed by push/replaceState - - // html5 history api - popstate event - if ($sniffer.history) jqLite(window).on('popstate', cacheStateAndFireUrlChange); - // hashchange event - jqLite(window).on('hashchange', cacheStateAndFireUrlChange); - - urlChangeInit = true; - } - - urlChangeListeners.push(callback); - return callback; - }; - - /** - * Checks whether the url has changed outside of Angular. - * Needs to be exported to be able to check for changes that have been done in sync, - * as hashchange/popstate events fire in async. - */ - self.$$checkUrlChange = fireUrlChange; - - ////////////////////////////////////////////////////////////// - // Misc API - ////////////////////////////////////////////////////////////// - - /** - * @name $browser#baseHref - * - * @description - * Returns current - * (always relative - without domain) - * - * @returns {string} The current base href - */ - self.baseHref = function() { - var href = baseElement.attr('href'); - return href ? href.replace(/^(https?\:)?\/\/[^\/]*/, '') : ''; - }; - - ////////////////////////////////////////////////////////////// - // Cookies API - ////////////////////////////////////////////////////////////// - var lastCookies = {}; - var lastCookieString = ''; - var cookiePath = self.baseHref(); - - function safeDecodeURIComponent(str) { - try { - return decodeURIComponent(str); - } catch (e) { - return str; - } - } - - /** - * @name $browser#cookies - * - * @param {string=} name Cookie name - * @param {string=} value Cookie value - * - * @description - * The cookies method provides a 'private' low level access to browser cookies. - * It is not meant to be used directly, use the $cookie service instead. - * - * The return values vary depending on the arguments that the method was called with as follows: - * - * - cookies() -> hash of all cookies, this is NOT a copy of the internal state, so do not modify - * it - * - cookies(name, value) -> set name to value, if value is undefined delete the cookie - * - cookies(name) -> the same as (name, undefined) == DELETES (no one calls it right now that - * way) - * - * @returns {Object} Hash of all cookies (if called without any parameter) - */ - self.cookies = function(name, value) { - var cookieLength, cookieArray, cookie, i, index; - - if (name) { - if (value === undefined) { - rawDocument.cookie = encodeURIComponent(name) + "=;path=" + cookiePath + - ";expires=Thu, 01 Jan 1970 00:00:00 GMT"; - } else { - if (isString(value)) { - cookieLength = (rawDocument.cookie = encodeURIComponent(name) + '=' + encodeURIComponent(value) + - ';path=' + cookiePath).length + 1; - - // per http://www.ietf.org/rfc/rfc2109.txt browser must allow at minimum: - // - 300 cookies - // - 20 cookies per unique domain - // - 4096 bytes per cookie - if (cookieLength > 4096) { - $log.warn("Cookie '" + name + - "' possibly not set or overflowed because it was too large (" + - cookieLength + " > 4096 bytes)!"); - } - } - } - } else { - if (rawDocument.cookie !== lastCookieString) { - lastCookieString = rawDocument.cookie; - cookieArray = lastCookieString.split("; "); - lastCookies = {}; - - for (i = 0; i < cookieArray.length; i++) { - cookie = cookieArray[i]; - index = cookie.indexOf('='); - if (index > 0) { //ignore nameless cookies - name = safeDecodeURIComponent(cookie.substring(0, index)); - // the first value that is seen for a cookie is the most - // specific one. values for the same cookie name that - // follow are for less specific paths. - if (lastCookies[name] === undefined) { - lastCookies[name] = safeDecodeURIComponent(cookie.substring(index + 1)); - } - } - } - } - return lastCookies; - } - }; - - - /** - * @name $browser#defer - * @param {function()} fn A function, who's execution should be deferred. - * @param {number=} [delay=0] of milliseconds to defer the function execution. - * @returns {*} DeferId that can be used to cancel the task via `$browser.defer.cancel()`. - * - * @description - * Executes a fn asynchronously via `setTimeout(fn, delay)`. - * - * Unlike when calling `setTimeout` directly, in test this function is mocked and instead of using - * `setTimeout` in tests, the fns are queued in an array, which can be programmatically flushed - * via `$browser.defer.flush()`. - * - */ - self.defer = function(fn, delay) { - var timeoutId; - outstandingRequestCount++; - timeoutId = setTimeout(function() { - delete pendingDeferIds[timeoutId]; - completeOutstandingRequest(fn); - }, delay || 0); - pendingDeferIds[timeoutId] = true; - return timeoutId; - }; - - - /** - * @name $browser#defer.cancel - * - * @description - * Cancels a deferred task identified with `deferId`. - * - * @param {*} deferId Token returned by the `$browser.defer` function. - * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully - * canceled. - */ - self.defer.cancel = function(deferId) { - if (pendingDeferIds[deferId]) { - delete pendingDeferIds[deferId]; - clearTimeout(deferId); - completeOutstandingRequest(noop); - return true; - } - return false; - }; - -} - -function $BrowserProvider() { - this.$get = ['$window', '$log', '$sniffer', '$document', - function($window, $log, $sniffer, $document) { - return new Browser($window, $document, $log, $sniffer); - }]; -} - -/** - * @ngdoc service - * @name $cacheFactory - * - * @description - * Factory that constructs {@link $cacheFactory.Cache Cache} objects and gives access to - * them. - * - * ```js - * - * var cache = $cacheFactory('cacheId'); - * expect($cacheFactory.get('cacheId')).toBe(cache); - * expect($cacheFactory.get('noSuchCacheId')).not.toBeDefined(); - * - * cache.put("key", "value"); - * cache.put("another key", "another value"); - * - * // We've specified no options on creation - * expect(cache.info()).toEqual({id: 'cacheId', size: 2}); - * - * ``` - * - * - * @param {string} cacheId Name or id of the newly created cache. - * @param {object=} options Options object that specifies the cache behavior. Properties: - * - * - `{number=}` `capacity` — turns the cache into LRU cache. - * - * @returns {object} Newly created cache object with the following set of methods: - * - * - `{object}` `info()` — Returns id, size, and options of cache. - * - `{{*}}` `put({string} key, {*} value)` — Puts a new key-value pair into the cache and returns - * it. - * - `{{*}}` `get({string} key)` — Returns cached value for `key` or undefined for cache miss. - * - `{void}` `remove({string} key)` — Removes a key-value pair from the cache. - * - `{void}` `removeAll()` — Removes all cached values. - * - `{void}` `destroy()` — Removes references to this cache from $cacheFactory. - * - * @example - - -
    - - - - -

    Cached Values

    -
    - - : - -
    - -

    Cache Info

    -
    - - : - -
    -
    -
    - - angular.module('cacheExampleApp', []). - controller('CacheController', ['$scope', '$cacheFactory', function($scope, $cacheFactory) { - $scope.keys = []; - $scope.cache = $cacheFactory('cacheId'); - $scope.put = function(key, value) { - if ($scope.cache.get(key) === undefined) { - $scope.keys.push(key); - } - $scope.cache.put(key, value === undefined ? null : value); - }; - }]); - - - p { - margin: 10px 0 3px; - } - -
    - */ -function $CacheFactoryProvider() { - - this.$get = function() { - var caches = {}; - - function cacheFactory(cacheId, options) { - if (cacheId in caches) { - throw minErr('$cacheFactory')('iid', "CacheId '{0}' is already taken!", cacheId); - } - - var size = 0, - stats = extend({}, options, {id: cacheId}), - data = {}, - capacity = (options && options.capacity) || Number.MAX_VALUE, - lruHash = {}, - freshEnd = null, - staleEnd = null; - - /** - * @ngdoc type - * @name $cacheFactory.Cache - * - * @description - * A cache object used to store and retrieve data, primarily used by - * {@link $http $http} and the {@link ng.directive:script script} directive to cache - * templates and other data. - * - * ```js - * angular.module('superCache') - * .factory('superCache', ['$cacheFactory', function($cacheFactory) { - * return $cacheFactory('super-cache'); - * }]); - * ``` - * - * Example test: - * - * ```js - * it('should behave like a cache', inject(function(superCache) { - * superCache.put('key', 'value'); - * superCache.put('another key', 'another value'); - * - * expect(superCache.info()).toEqual({ - * id: 'super-cache', - * size: 2 - * }); - * - * superCache.remove('another key'); - * expect(superCache.get('another key')).toBeUndefined(); - * - * superCache.removeAll(); - * expect(superCache.info()).toEqual({ - * id: 'super-cache', - * size: 0 - * }); - * })); - * ``` - */ - return caches[cacheId] = { - - /** - * @ngdoc method - * @name $cacheFactory.Cache#put - * @kind function - * - * @description - * Inserts a named entry into the {@link $cacheFactory.Cache Cache} object to be - * retrieved later, and incrementing the size of the cache if the key was not already - * present in the cache. If behaving like an LRU cache, it will also remove stale - * entries from the set. - * - * It will not insert undefined values into the cache. - * - * @param {string} key the key under which the cached data is stored. - * @param {*} value the value to store alongside the key. If it is undefined, the key - * will not be stored. - * @returns {*} the value stored. - */ - put: function(key, value) { - if (capacity < Number.MAX_VALUE) { - var lruEntry = lruHash[key] || (lruHash[key] = {key: key}); - - refresh(lruEntry); - } - - if (isUndefined(value)) return; - if (!(key in data)) size++; - data[key] = value; - - if (size > capacity) { - this.remove(staleEnd.key); - } - - return value; - }, - - /** - * @ngdoc method - * @name $cacheFactory.Cache#get - * @kind function - * - * @description - * Retrieves named data stored in the {@link $cacheFactory.Cache Cache} object. - * - * @param {string} key the key of the data to be retrieved - * @returns {*} the value stored. - */ - get: function(key) { - if (capacity < Number.MAX_VALUE) { - var lruEntry = lruHash[key]; - - if (!lruEntry) return; - - refresh(lruEntry); - } - - return data[key]; - }, - - - /** - * @ngdoc method - * @name $cacheFactory.Cache#remove - * @kind function - * - * @description - * Removes an entry from the {@link $cacheFactory.Cache Cache} object. - * - * @param {string} key the key of the entry to be removed - */ - remove: function(key) { - if (capacity < Number.MAX_VALUE) { - var lruEntry = lruHash[key]; - - if (!lruEntry) return; - - if (lruEntry == freshEnd) freshEnd = lruEntry.p; - if (lruEntry == staleEnd) staleEnd = lruEntry.n; - link(lruEntry.n,lruEntry.p); - - delete lruHash[key]; - } - - delete data[key]; - size--; - }, - - - /** - * @ngdoc method - * @name $cacheFactory.Cache#removeAll - * @kind function - * - * @description - * Clears the cache object of any entries. - */ - removeAll: function() { - data = {}; - size = 0; - lruHash = {}; - freshEnd = staleEnd = null; - }, - - - /** - * @ngdoc method - * @name $cacheFactory.Cache#destroy - * @kind function - * - * @description - * Destroys the {@link $cacheFactory.Cache Cache} object entirely, - * removing it from the {@link $cacheFactory $cacheFactory} set. - */ - destroy: function() { - data = null; - stats = null; - lruHash = null; - delete caches[cacheId]; - }, - - - /** - * @ngdoc method - * @name $cacheFactory.Cache#info - * @kind function - * - * @description - * Retrieve information regarding a particular {@link $cacheFactory.Cache Cache}. - * - * @returns {object} an object with the following properties: - *
      - *
    • **id**: the id of the cache instance
    • - *
    • **size**: the number of entries kept in the cache instance
    • - *
    • **...**: any additional properties from the options object when creating the - * cache.
    • - *
    - */ - info: function() { - return extend({}, stats, {size: size}); - } - }; - - - /** - * makes the `entry` the freshEnd of the LRU linked list - */ - function refresh(entry) { - if (entry != freshEnd) { - if (!staleEnd) { - staleEnd = entry; - } else if (staleEnd == entry) { - staleEnd = entry.n; - } - - link(entry.n, entry.p); - link(entry, freshEnd); - freshEnd = entry; - freshEnd.n = null; - } - } - - - /** - * bidirectionally links two entries of the LRU linked list - */ - function link(nextEntry, prevEntry) { - if (nextEntry != prevEntry) { - if (nextEntry) nextEntry.p = prevEntry; //p stands for previous, 'prev' didn't minify - if (prevEntry) prevEntry.n = nextEntry; //n stands for next, 'next' didn't minify - } - } - } - - - /** - * @ngdoc method - * @name $cacheFactory#info - * - * @description - * Get information about all the caches that have been created - * - * @returns {Object} - key-value map of `cacheId` to the result of calling `cache#info` - */ - cacheFactory.info = function() { - var info = {}; - forEach(caches, function(cache, cacheId) { - info[cacheId] = cache.info(); - }); - return info; - }; - - - /** - * @ngdoc method - * @name $cacheFactory#get - * - * @description - * Get access to a cache object by the `cacheId` used when it was created. - * - * @param {string} cacheId Name or id of a cache to access. - * @returns {object} Cache object identified by the cacheId or undefined if no such cache. - */ - cacheFactory.get = function(cacheId) { - return caches[cacheId]; - }; - - - return cacheFactory; - }; -} - -/** - * @ngdoc service - * @name $templateCache - * - * @description - * The first time a template is used, it is loaded in the template cache for quick retrieval. You - * can load templates directly into the cache in a `script` tag, or by consuming the - * `$templateCache` service directly. - * - * Adding via the `script` tag: - * - * ```html - * - * ``` - * - * **Note:** the `script` tag containing the template does not need to be included in the `head` of - * the document, but it must be a descendent of the {@link ng.$rootElement $rootElement} (IE, - * element with ng-app attribute), otherwise the template will be ignored. - * - * Adding via the $templateCache service: - * - * ```js - * var myApp = angular.module('myApp', []); - * myApp.run(function($templateCache) { - * $templateCache.put('templateId.html', 'This is the content of the template'); - * }); - * ``` - * - * To retrieve the template later, simply use it in your HTML: - * ```html - *
    - * ``` - * - * or get it via Javascript: - * ```js - * $templateCache.get('templateId.html') - * ``` - * - * See {@link ng.$cacheFactory $cacheFactory}. - * - */ -function $TemplateCacheProvider() { - this.$get = ['$cacheFactory', function($cacheFactory) { - return $cacheFactory('templates'); - }]; -} - -/* ! VARIABLE/FUNCTION NAMING CONVENTIONS THAT APPLY TO THIS FILE! - * - * DOM-related variables: - * - * - "node" - DOM Node - * - "element" - DOM Element or Node - * - "$node" or "$element" - jqLite-wrapped node or element - * - * - * Compiler related stuff: - * - * - "linkFn" - linking fn of a single directive - * - "nodeLinkFn" - function that aggregates all linking fns for a particular node - * - "childLinkFn" - function that aggregates all linking fns for child nodes of a particular node - * - "compositeLinkFn" - function that aggregates all linking fns for a compilation root (nodeList) - */ - - -/** - * @ngdoc service - * @name $compile - * @kind function - * - * @description - * Compiles an HTML string or DOM into a template and produces a template function, which - * can then be used to link {@link ng.$rootScope.Scope `scope`} and the template together. - * - * The compilation is a process of walking the DOM tree and matching DOM elements to - * {@link ng.$compileProvider#directive directives}. - * - *
    - * **Note:** This document is an in-depth reference of all directive options. - * For a gentle introduction to directives with examples of common use cases, - * see the {@link guide/directive directive guide}. - *
    - * - * ## Comprehensive Directive API - * - * There are many different options for a directive. - * - * The difference resides in the return value of the factory function. - * You can either return a "Directive Definition Object" (see below) that defines the directive properties, - * or just the `postLink` function (all other properties will have the default values). - * - *
    - * **Best Practice:** It's recommended to use the "directive definition object" form. - *
    - * - * Here's an example directive declared with a Directive Definition Object: - * - * ```js - * var myModule = angular.module(...); - * - * myModule.directive('directiveName', function factory(injectables) { - * var directiveDefinitionObject = { - * priority: 0, - * template: '
    ', // or // function(tElement, tAttrs) { ... }, - * // or - * // templateUrl: 'directive.html', // or // function(tElement, tAttrs) { ... }, - * transclude: false, - * restrict: 'A', - * templateNamespace: 'html', - * scope: false, - * controller: function($scope, $element, $attrs, $transclude, otherInjectables) { ... }, - * controllerAs: 'stringAlias', - * require: 'siblingDirectiveName', // or // ['^parentDirectiveName', '?optionalDirectiveName', '?^optionalParent'], - * compile: function compile(tElement, tAttrs, transclude) { - * return { - * pre: function preLink(scope, iElement, iAttrs, controller) { ... }, - * post: function postLink(scope, iElement, iAttrs, controller) { ... } - * } - * // or - * // return function postLink( ... ) { ... } - * }, - * // or - * // link: { - * // pre: function preLink(scope, iElement, iAttrs, controller) { ... }, - * // post: function postLink(scope, iElement, iAttrs, controller) { ... } - * // } - * // or - * // link: function postLink( ... ) { ... } - * }; - * return directiveDefinitionObject; - * }); - * ``` - * - *
    - * **Note:** Any unspecified options will use the default value. You can see the default values below. - *
    - * - * Therefore the above can be simplified as: - * - * ```js - * var myModule = angular.module(...); - * - * myModule.directive('directiveName', function factory(injectables) { - * var directiveDefinitionObject = { - * link: function postLink(scope, iElement, iAttrs) { ... } - * }; - * return directiveDefinitionObject; - * // or - * // return function postLink(scope, iElement, iAttrs) { ... } - * }); - * ``` - * - * - * - * ### Directive Definition Object - * - * The directive definition object provides instructions to the {@link ng.$compile - * compiler}. The attributes are: - * - * #### `multiElement` - * When this property is set to true, the HTML compiler will collect DOM nodes between - * nodes with the attributes `directive-name-start` and `directive-name-end`, and group them - * together as the directive elements. It is recomended that this feature be used on directives - * which are not strictly behavioural (such as {@link ngClick}), and which - * do not manipulate or replace child nodes (such as {@link ngInclude}). - * - * #### `priority` - * When there are multiple directives defined on a single DOM element, sometimes it - * is necessary to specify the order in which the directives are applied. The `priority` is used - * to sort the directives before their `compile` functions get called. Priority is defined as a - * number. Directives with greater numerical `priority` are compiled first. Pre-link functions - * are also run in priority order, but post-link functions are run in reverse order. The order - * of directives with the same priority is undefined. The default priority is `0`. - * - * #### `terminal` - * If set to true then the current `priority` will be the last set of directives - * which will execute (any directives at the current priority will still execute - * as the order of execution on same `priority` is undefined). Note that expressions - * and other directives used in the directive's template will also be excluded from execution. - * - * #### `scope` - * **If set to `true`,** then a new scope will be created for this directive. If multiple directives on the - * same element request a new scope, only one new scope is created. The new scope rule does not - * apply for the root of the template since the root of the template always gets a new scope. - * - * **If set to `{}` (object hash),** then a new "isolate" scope is created. The 'isolate' scope differs from - * normal scope in that it does not prototypically inherit from the parent scope. This is useful - * when creating reusable components, which should not accidentally read or modify data in the - * parent scope. - * - * The 'isolate' scope takes an object hash which defines a set of local scope properties - * derived from the parent scope. These local properties are useful for aliasing values for - * templates. Locals definition is a hash of local scope property to its source: - * - * * `@` or `@attr` - bind a local scope property to the value of DOM attribute. The result is - * always a string since DOM attributes are strings. If no `attr` name is specified then the - * attribute name is assumed to be the same as the local name. - * Given `` and widget definition - * of `scope: { localName:'@myAttr' }`, then widget scope property `localName` will reflect - * the interpolated value of `hello {{name}}`. As the `name` attribute changes so will the - * `localName` property on the widget scope. The `name` is read from the parent scope (not - * component scope). - * - * * `=` or `=attr` - set up bi-directional binding between a local scope property and the - * parent scope property of name defined via the value of the `attr` attribute. If no `attr` - * name is specified then the attribute name is assumed to be the same as the local name. - * Given `` and widget definition of - * `scope: { localModel:'=myAttr' }`, then widget scope property `localModel` will reflect the - * value of `parentModel` on the parent scope. Any changes to `parentModel` will be reflected - * in `localModel` and any changes in `localModel` will reflect in `parentModel`. If the parent - * scope property doesn't exist, it will throw a NON_ASSIGNABLE_MODEL_EXPRESSION exception. You - * can avoid this behavior using `=?` or `=?attr` in order to flag the property as optional. If - * you want to shallow watch for changes (i.e. $watchCollection instead of $watch) you can use - * `=*` or `=*attr` (`=*?` or `=*?attr` if the property is optional). - * - * * `&` or `&attr` - provides a way to execute an expression in the context of the parent scope. - * If no `attr` name is specified then the attribute name is assumed to be the same as the - * local name. Given `` and widget definition of - * `scope: { localFn:'&myAttr' }`, then isolate scope property `localFn` will point to - * a function wrapper for the `count = count + value` expression. Often it's desirable to - * pass data from the isolated scope via an expression to the parent scope, this can be - * done by passing a map of local variable names and values into the expression wrapper fn. - * For example, if the expression is `increment(amount)` then we can specify the amount value - * by calling the `localFn` as `localFn({amount: 22})`. - * - * - * #### `bindToController` - * When an isolate scope is used for a component (see above), and `controllerAs` is used, `bindToController: true` will - * allow a component to have its properties bound to the controller, rather than to scope. When the controller - * is instantiated, the initial values of the isolate scope bindings are already available. - * - * #### `controller` - * Controller constructor function. The controller is instantiated before the - * pre-linking phase and it is shared with other directives (see - * `require` attribute). This allows the directives to communicate with each other and augment - * each other's behavior. The controller is injectable (and supports bracket notation) with the following locals: - * - * * `$scope` - Current scope associated with the element - * * `$element` - Current element - * * `$attrs` - Current attributes object for the element - * * `$transclude` - A transclude linking function pre-bound to the correct transclusion scope: - * `function([scope], cloneLinkingFn, futureParentElement)`. - * * `scope`: optional argument to override the scope. - * * `cloneLinkingFn`: optional argument to create clones of the original transcluded content. - * * `futureParentElement`: - * * defines the parent to which the `cloneLinkingFn` will add the cloned elements. - * * default: `$element.parent()` resp. `$element` for `transclude:'element'` resp. `transclude:true`. - * * only needed for transcludes that are allowed to contain non html elements (e.g. SVG elements) - * and when the `cloneLinkinFn` is passed, - * as those elements need to created and cloned in a special way when they are defined outside their - * usual containers (e.g. like ``). - * * See also the `directive.templateNamespace` property. - * - * - * #### `require` - * Require another directive and inject its controller as the fourth argument to the linking function. The - * `require` takes a string name (or array of strings) of the directive(s) to pass in. If an array is used, the - * injected argument will be an array in corresponding order. If no such directive can be - * found, or if the directive does not have a controller, then an error is raised. The name can be prefixed with: - * - * * (no prefix) - Locate the required controller on the current element. Throw an error if not found. - * * `?` - Attempt to locate the required controller or pass `null` to the `link` fn if not found. - * * `^` - Locate the required controller by searching the element and its parents. Throw an error if not found. - * * `^^` - Locate the required controller by searching the element's parents. Throw an error if not found. - * * `?^` - Attempt to locate the required controller by searching the element and its parents or pass - * `null` to the `link` fn if not found. - * * `?^^` - Attempt to locate the required controller by searching the element's parents, or pass - * `null` to the `link` fn if not found. - * - * - * #### `controllerAs` - * Controller alias at the directive scope. An alias for the controller so it - * can be referenced at the directive template. The directive needs to define a scope for this - * configuration to be used. Useful in the case when directive is used as component. - * - * - * #### `restrict` - * String of subset of `EACM` which restricts the directive to a specific directive - * declaration style. If omitted, the defaults (elements and attributes) are used. - * - * * `E` - Element name (default): `` - * * `A` - Attribute (default): `
    ` - * * `C` - Class: `
    ` - * * `M` - Comment: `` - * - * - * #### `templateNamespace` - * String representing the document type used by the markup in the template. - * AngularJS needs this information as those elements need to be created and cloned - * in a special way when they are defined outside their usual containers like `` and ``. - * - * * `html` - All root nodes in the template are HTML. Root nodes may also be - * top-level elements such as `` or ``. - * * `svg` - The root nodes in the template are SVG elements (excluding ``). - * * `math` - The root nodes in the template are MathML elements (excluding ``). - * - * If no `templateNamespace` is specified, then the namespace is considered to be `html`. - * - * #### `template` - * HTML markup that may: - * * Replace the contents of the directive's element (default). - * * Replace the directive's element itself (if `replace` is true - DEPRECATED). - * * Wrap the contents of the directive's element (if `transclude` is true). - * - * Value may be: - * - * * A string. For example `
    {{delete_str}}
    `. - * * A function which takes two arguments `tElement` and `tAttrs` (described in the `compile` - * function api below) and returns a string value. - * - * - * #### `templateUrl` - * This is similar to `template` but the template is loaded from the specified URL, asynchronously. - * - * Because template loading is asynchronous the compiler will suspend compilation of directives on that element - * for later when the template has been resolved. In the meantime it will continue to compile and link - * sibling and parent elements as though this element had not contained any directives. - * - * The compiler does not suspend the entire compilation to wait for templates to be loaded because this - * would result in the whole app "stalling" until all templates are loaded asynchronously - even in the - * case when only one deeply nested directive has `templateUrl`. - * - * Template loading is asynchronous even if the template has been preloaded into the {@link $templateCache} - * - * You can specify `templateUrl` as a string representing the URL or as a function which takes two - * arguments `tElement` and `tAttrs` (described in the `compile` function api below) and returns - * a string value representing the url. In either case, the template URL is passed through {@link - * $sce#getTrustedResourceUrl $sce.getTrustedResourceUrl}. - * - * - * #### `replace` ([*DEPRECATED*!], will be removed in next major release - i.e. v2.0) - * specify what the template should replace. Defaults to `false`. - * - * * `true` - the template will replace the directive's element. - * * `false` - the template will replace the contents of the directive's element. - * - * The replacement process migrates all of the attributes / classes from the old element to the new - * one. See the {@link guide/directive#template-expanding-directive - * Directives Guide} for an example. - * - * There are very few scenarios where element replacement is required for the application function, - * the main one being reusable custom components that are used within SVG contexts - * (because SVG doesn't work with custom elements in the DOM tree). - * - * #### `transclude` - * Extract the contents of the element where the directive appears and make it available to the directive. - * The contents are compiled and provided to the directive as a **transclusion function**. See the - * {@link $compile#transclusion Transclusion} section below. - * - * There are two kinds of transclusion depending upon whether you want to transclude just the contents of the - * directive's element or the entire element: - * - * * `true` - transclude the content (i.e. the child nodes) of the directive's element. - * * `'element'` - transclude the whole of the directive's element including any directives on this - * element that defined at a lower priority than this directive. When used, the `template` - * property is ignored. - * - * - * #### `compile` - * - * ```js - * function compile(tElement, tAttrs, transclude) { ... } - * ``` - * - * The compile function deals with transforming the template DOM. Since most directives do not do - * template transformation, it is not used often. The compile function takes the following arguments: - * - * * `tElement` - template element - The element where the directive has been declared. It is - * safe to do template transformation on the element and child elements only. - * - * * `tAttrs` - template attributes - Normalized list of attributes declared on this element shared - * between all directive compile functions. - * - * * `transclude` - [*DEPRECATED*!] A transclude linking function: `function(scope, cloneLinkingFn)` - * - *
    - * **Note:** The template instance and the link instance may be different objects if the template has - * been cloned. For this reason it is **not** safe to do anything other than DOM transformations that - * apply to all cloned DOM nodes within the compile function. Specifically, DOM listener registration - * should be done in a linking function rather than in a compile function. - *
    - - *
    - * **Note:** The compile function cannot handle directives that recursively use themselves in their - * own templates or compile functions. Compiling these directives results in an infinite loop and a - * stack overflow errors. - * - * This can be avoided by manually using $compile in the postLink function to imperatively compile - * a directive's template instead of relying on automatic template compilation via `template` or - * `templateUrl` declaration or manual compilation inside the compile function. - *
    - * - *
    - * **Note:** The `transclude` function that is passed to the compile function is deprecated, as it - * e.g. does not know about the right outer scope. Please use the transclude function that is passed - * to the link function instead. - *
    - - * A compile function can have a return value which can be either a function or an object. - * - * * returning a (post-link) function - is equivalent to registering the linking function via the - * `link` property of the config object when the compile function is empty. - * - * * returning an object with function(s) registered via `pre` and `post` properties - allows you to - * control when a linking function should be called during the linking phase. See info about - * pre-linking and post-linking functions below. - * - * - * #### `link` - * This property is used only if the `compile` property is not defined. - * - * ```js - * function link(scope, iElement, iAttrs, controller, transcludeFn) { ... } - * ``` - * - * The link function is responsible for registering DOM listeners as well as updating the DOM. It is - * executed after the template has been cloned. This is where most of the directive logic will be - * put. - * - * * `scope` - {@link ng.$rootScope.Scope Scope} - The scope to be used by the - * directive for registering {@link ng.$rootScope.Scope#$watch watches}. - * - * * `iElement` - instance element - The element where the directive is to be used. It is safe to - * manipulate the children of the element only in `postLink` function since the children have - * already been linked. - * - * * `iAttrs` - instance attributes - Normalized list of attributes declared on this element shared - * between all directive linking functions. - * - * * `controller` - a controller instance - A controller instance if at least one directive on the - * element defines a controller. The controller is shared among all the directives, which allows - * the directives to use the controllers as a communication channel. - * - * * `transcludeFn` - A transclude linking function pre-bound to the correct transclusion scope. - * This is the same as the `$transclude` - * parameter of directive controllers, see there for details. - * `function([scope], cloneLinkingFn, futureParentElement)`. - * - * #### Pre-linking function - * - * Executed before the child elements are linked. Not safe to do DOM transformation since the - * compiler linking function will fail to locate the correct elements for linking. - * - * #### Post-linking function - * - * Executed after the child elements are linked. - * - * Note that child elements that contain `templateUrl` directives will not have been compiled - * and linked since they are waiting for their template to load asynchronously and their own - * compilation and linking has been suspended until that occurs. - * - * It is safe to do DOM transformation in the post-linking function on elements that are not waiting - * for their async templates to be resolved. - * - * - * ### Transclusion - * - * Transclusion is the process of extracting a collection of DOM element from one part of the DOM and - * copying them to another part of the DOM, while maintaining their connection to the original AngularJS - * scope from where they were taken. - * - * Transclusion is used (often with {@link ngTransclude}) to insert the - * original contents of a directive's element into a specified place in the template of the directive. - * The benefit of transclusion, over simply moving the DOM elements manually, is that the transcluded - * content has access to the properties on the scope from which it was taken, even if the directive - * has isolated scope. - * See the {@link guide/directive#creating-a-directive-that-wraps-other-elements Directives Guide}. - * - * This makes it possible for the widget to have private state for its template, while the transcluded - * content has access to its originating scope. - * - *
    - * **Note:** When testing an element transclude directive you must not place the directive at the root of the - * DOM fragment that is being compiled. See {@link guide/unit-testing#testing-transclusion-directives - * Testing Transclusion Directives}. - *
    - * - * #### Transclusion Functions - * - * When a directive requests transclusion, the compiler extracts its contents and provides a **transclusion - * function** to the directive's `link` function and `controller`. This transclusion function is a special - * **linking function** that will return the compiled contents linked to a new transclusion scope. - * - *
    - * If you are just using {@link ngTransclude} then you don't need to worry about this function, since - * ngTransclude will deal with it for us. - *
    - * - * If you want to manually control the insertion and removal of the transcluded content in your directive - * then you must use this transclude function. When you call a transclude function it returns a a jqLite/JQuery - * object that contains the compiled DOM, which is linked to the correct transclusion scope. - * - * When you call a transclusion function you can pass in a **clone attach function**. This function accepts - * two parameters, `function(clone, scope) { ... }`, where the `clone` is a fresh compiled copy of your transcluded - * content and the `scope` is the newly created transclusion scope, to which the clone is bound. - * - *
    - * **Best Practice**: Always provide a `cloneFn` (clone attach function) when you call a translude function - * since you then get a fresh clone of the original DOM and also have access to the new transclusion scope. - *
    - * - * It is normal practice to attach your transcluded content (`clone`) to the DOM inside your **clone - * attach function**: - * - * ```js - * var transcludedContent, transclusionScope; - * - * $transclude(function(clone, scope) { - * element.append(clone); - * transcludedContent = clone; - * transclusionScope = scope; - * }); - * ``` - * - * Later, if you want to remove the transcluded content from your DOM then you should also destroy the - * associated transclusion scope: - * - * ```js - * transcludedContent.remove(); - * transclusionScope.$destroy(); - * ``` - * - *
    - * **Best Practice**: if you intend to add and remove transcluded content manually in your directive - * (by calling the transclude function to get the DOM and and calling `element.remove()` to remove it), - * then you are also responsible for calling `$destroy` on the transclusion scope. - *
    - * - * The built-in DOM manipulation directives, such as {@link ngIf}, {@link ngSwitch} and {@link ngRepeat} - * automatically destroy their transluded clones as necessary so you do not need to worry about this if - * you are simply using {@link ngTransclude} to inject the transclusion into your directive. - * - * - * #### Transclusion Scopes - * - * When you call a transclude function it returns a DOM fragment that is pre-bound to a **transclusion - * scope**. This scope is special, in that it is a child of the directive's scope (and so gets destroyed - * when the directive's scope gets destroyed) but it inherits the properties of the scope from which it - * was taken. - * - * For example consider a directive that uses transclusion and isolated scope. The DOM hierarchy might look - * like this: - * - * ```html - *
    - *
    - *
    - *
    - *
    - *
    - * ``` - * - * The `$parent` scope hierarchy will look like this: - * - * ``` - * - $rootScope - * - isolate - * - transclusion - * ``` - * - * but the scopes will inherit prototypically from different scopes to their `$parent`. - * - * ``` - * - $rootScope - * - transclusion - * - isolate - * ``` - * - * - * ### Attributes - * - * The {@link ng.$compile.directive.Attributes Attributes} object - passed as a parameter in the - * `link()` or `compile()` functions. It has a variety of uses. - * - * accessing *Normalized attribute names:* - * Directives like 'ngBind' can be expressed in many ways: 'ng:bind', `data-ng-bind`, or 'x-ng-bind'. - * the attributes object allows for normalized access to - * the attributes. - * - * * *Directive inter-communication:* All directives share the same instance of the attributes - * object which allows the directives to use the attributes object as inter directive - * communication. - * - * * *Supports interpolation:* Interpolation attributes are assigned to the attribute object - * allowing other directives to read the interpolated value. - * - * * *Observing interpolated attributes:* Use `$observe` to observe the value changes of attributes - * that contain interpolation (e.g. `src="{{bar}}"`). Not only is this very efficient but it's also - * the only way to easily get the actual value because during the linking phase the interpolation - * hasn't been evaluated yet and so the value is at this time set to `undefined`. - * - * ```js - * function linkingFn(scope, elm, attrs, ctrl) { - * // get the attribute value - * console.log(attrs.ngModel); - * - * // change the attribute - * attrs.$set('ngModel', 'new value'); - * - * // observe changes to interpolated attribute - * attrs.$observe('ngModel', function(value) { - * console.log('ngModel has changed value to ' + value); - * }); - * } - * ``` - * - * ## Example - * - *
    - * **Note**: Typically directives are registered with `module.directive`. The example below is - * to illustrate how `$compile` works. - *
    - * - - - -
    -
    -
    -
    -
    -
    - - it('should auto compile', function() { - var textarea = $('textarea'); - var output = $('div[compile]'); - // The initial state reads 'Hello Angular'. - expect(output.getText()).toBe('Hello Angular'); - textarea.clear(); - textarea.sendKeys('{{name}}!'); - expect(output.getText()).toBe('Angular!'); - }); - -
    - - * - * - * @param {string|DOMElement} element Element or HTML string to compile into a template function. - * @param {function(angular.Scope, cloneAttachFn=)} transclude function available to directives - DEPRECATED. - * - *
    - * **Note:** Passing a `transclude` function to the $compile function is deprecated, as it - * e.g. will not use the right outer scope. Please pass the transclude function as a - * `parentBoundTranscludeFn` to the link function instead. - *
    - * - * @param {number} maxPriority only apply directives lower than given priority (Only effects the - * root element(s), not their children) - * @returns {function(scope, cloneAttachFn=, options=)} a link function which is used to bind template - * (a DOM element/tree) to a scope. Where: - * - * * `scope` - A {@link ng.$rootScope.Scope Scope} to bind to. - * * `cloneAttachFn` - If `cloneAttachFn` is provided, then the link function will clone the - * `template` and call the `cloneAttachFn` function allowing the caller to attach the - * cloned elements to the DOM document at the appropriate place. The `cloneAttachFn` is - * called as:
    `cloneAttachFn(clonedElement, scope)` where: - * - * * `clonedElement` - is a clone of the original `element` passed into the compiler. - * * `scope` - is the current scope with which the linking function is working with. - * - * * `options` - An optional object hash with linking options. If `options` is provided, then the following - * keys may be used to control linking behavior: - * - * * `parentBoundTranscludeFn` - the transclude function made available to - * directives; if given, it will be passed through to the link functions of - * directives found in `element` during compilation. - * * `transcludeControllers` - an object hash with keys that map controller names - * to controller instances; if given, it will make the controllers - * available to directives. - * * `futureParentElement` - defines the parent to which the `cloneAttachFn` will add - * the cloned elements; only needed for transcludes that are allowed to contain non html - * elements (e.g. SVG elements). See also the directive.controller property. - * - * Calling the linking function returns the element of the template. It is either the original - * element passed in, or the clone of the element if the `cloneAttachFn` is provided. - * - * After linking the view is not updated until after a call to $digest which typically is done by - * Angular automatically. - * - * If you need access to the bound view, there are two ways to do it: - * - * - If you are not asking the linking function to clone the template, create the DOM element(s) - * before you send them to the compiler and keep this reference around. - * ```js - * var element = $compile('

    {{total}}

    ')(scope); - * ``` - * - * - if on the other hand, you need the element to be cloned, the view reference from the original - * example would not point to the clone, but rather to the original template that was cloned. In - * this case, you can access the clone via the cloneAttachFn: - * ```js - * var templateElement = angular.element('

    {{total}}

    '), - * scope = ....; - * - * var clonedElement = $compile(templateElement)(scope, function(clonedElement, scope) { - * //attach the clone to DOM document at the right place - * }); - * - * //now we have reference to the cloned DOM via `clonedElement` - * ``` - * - * - * For information on how the compiler works, see the - * {@link guide/compiler Angular HTML Compiler} section of the Developer Guide. - */ - -var $compileMinErr = minErr('$compile'); - -/** - * @ngdoc provider - * @name $compileProvider - * - * @description - */ -$CompileProvider.$inject = ['$provide', '$$sanitizeUriProvider']; -function $CompileProvider($provide, $$sanitizeUriProvider) { - var hasDirectives = {}, - Suffix = 'Directive', - COMMENT_DIRECTIVE_REGEXP = /^\s*directive\:\s*([\w\-]+)\s+(.*)$/, - CLASS_DIRECTIVE_REGEXP = /(([\w\-]+)(?:\:([^;]+))?;?)/, - ALL_OR_NOTHING_ATTRS = makeMap('ngSrc,ngSrcset,src,srcset'), - REQUIRE_PREFIX_REGEXP = /^(?:(\^\^?)?(\?)?(\^\^?)?)?/; - - // Ref: http://developers.whatwg.org/webappapis.html#event-handler-idl-attributes - // The assumption is that future DOM event attribute names will begin with - // 'on' and be composed of only English letters. - var EVENT_HANDLER_ATTR_REGEXP = /^(on[a-z]+|formaction)$/; - - function parseIsolateBindings(scope, directiveName) { - var LOCAL_REGEXP = /^\s*([@&]|=(\*?))(\??)\s*(\w*)\s*$/; - - var bindings = {}; - - forEach(scope, function(definition, scopeName) { - var match = definition.match(LOCAL_REGEXP); - - if (!match) { - throw $compileMinErr('iscp', - "Invalid isolate scope definition for directive '{0}'." + - " Definition: {... {1}: '{2}' ...}", - directiveName, scopeName, definition); - } - - bindings[scopeName] = { - mode: match[1][0], - collection: match[2] === '*', - optional: match[3] === '?', - attrName: match[4] || scopeName - }; - }); - - return bindings; - } - - /** - * @ngdoc method - * @name $compileProvider#directive - * @kind function - * - * @description - * Register a new directive with the compiler. - * - * @param {string|Object} name Name of the directive in camel-case (i.e. ngBind which - * will match as ng-bind), or an object map of directives where the keys are the - * names and the values are the factories. - * @param {Function|Array} directiveFactory An injectable directive factory function. See - * {@link guide/directive} for more info. - * @returns {ng.$compileProvider} Self for chaining. - */ - this.directive = function registerDirective(name, directiveFactory) { - assertNotHasOwnProperty(name, 'directive'); - if (isString(name)) { - assertArg(directiveFactory, 'directiveFactory'); - if (!hasDirectives.hasOwnProperty(name)) { - hasDirectives[name] = []; - $provide.factory(name + Suffix, ['$injector', '$exceptionHandler', - function($injector, $exceptionHandler) { - var directives = []; - forEach(hasDirectives[name], function(directiveFactory, index) { - try { - var directive = $injector.invoke(directiveFactory); - if (isFunction(directive)) { - directive = { compile: valueFn(directive) }; - } else if (!directive.compile && directive.link) { - directive.compile = valueFn(directive.link); - } - directive.priority = directive.priority || 0; - directive.index = index; - directive.name = directive.name || name; - directive.require = directive.require || (directive.controller && directive.name); - directive.restrict = directive.restrict || 'EA'; - if (isObject(directive.scope)) { - directive.$$isolateBindings = parseIsolateBindings(directive.scope, directive.name); - } - directives.push(directive); - } catch (e) { - $exceptionHandler(e); - } - }); - return directives; - }]); - } - hasDirectives[name].push(directiveFactory); - } else { - forEach(name, reverseParams(registerDirective)); - } - return this; - }; - - - /** - * @ngdoc method - * @name $compileProvider#aHrefSanitizationWhitelist - * @kind function - * - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during a[href] sanitization. - * - * The sanitization is a security measure aimed at preventing XSS attacks via html links. - * - * Any url about to be assigned to a[href] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `aHrefSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.aHrefSanitizationWhitelist = function(regexp) { - if (isDefined(regexp)) { - $$sanitizeUriProvider.aHrefSanitizationWhitelist(regexp); - return this; - } else { - return $$sanitizeUriProvider.aHrefSanitizationWhitelist(); - } - }; - - - /** - * @ngdoc method - * @name $compileProvider#imgSrcSanitizationWhitelist - * @kind function - * - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during img[src] sanitization. - * - * The sanitization is a security measure aimed at prevent XSS attacks via html links. - * - * Any url about to be assigned to img[src] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `imgSrcSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.imgSrcSanitizationWhitelist = function(regexp) { - if (isDefined(regexp)) { - $$sanitizeUriProvider.imgSrcSanitizationWhitelist(regexp); - return this; - } else { - return $$sanitizeUriProvider.imgSrcSanitizationWhitelist(); - } - }; - - /** - * @ngdoc method - * @name $compileProvider#debugInfoEnabled - * - * @param {boolean=} enabled update the debugInfoEnabled state if provided, otherwise just return the - * current debugInfoEnabled state - * @returns {*} current value if used as getter or itself (chaining) if used as setter - * - * @kind function - * - * @description - * Call this method to enable/disable various debug runtime information in the compiler such as adding - * binding information and a reference to the current scope on to DOM elements. - * If enabled, the compiler will add the following to DOM elements that have been bound to the scope - * * `ng-binding` CSS class - * * `$binding` data property containing an array of the binding expressions - * - * You may want to disable this in production for a significant performance boost. See - * {@link guide/production#disabling-debug-data Disabling Debug Data} for more. - * - * The default value is true. - */ - var debugInfoEnabled = true; - this.debugInfoEnabled = function(enabled) { - if (isDefined(enabled)) { - debugInfoEnabled = enabled; - return this; - } - return debugInfoEnabled; - }; - - this.$get = [ - '$injector', '$interpolate', '$exceptionHandler', '$templateRequest', '$parse', - '$controller', '$rootScope', '$document', '$sce', '$animate', '$$sanitizeUri', - function($injector, $interpolate, $exceptionHandler, $templateRequest, $parse, - $controller, $rootScope, $document, $sce, $animate, $$sanitizeUri) { - - var Attributes = function(element, attributesToCopy) { - if (attributesToCopy) { - var keys = Object.keys(attributesToCopy); - var i, l, key; - - for (i = 0, l = keys.length; i < l; i++) { - key = keys[i]; - this[key] = attributesToCopy[key]; - } - } else { - this.$attr = {}; - } - - this.$$element = element; - }; - - Attributes.prototype = { - $normalize: directiveNormalize, - - - /** - * @ngdoc method - * @name $compile.directive.Attributes#$addClass - * @kind function - * - * @description - * Adds the CSS class value specified by the classVal parameter to the element. If animations - * are enabled then an animation will be triggered for the class addition. - * - * @param {string} classVal The className value that will be added to the element - */ - $addClass: function(classVal) { - if (classVal && classVal.length > 0) { - $animate.addClass(this.$$element, classVal); - } - }, - - /** - * @ngdoc method - * @name $compile.directive.Attributes#$removeClass - * @kind function - * - * @description - * Removes the CSS class value specified by the classVal parameter from the element. If - * animations are enabled then an animation will be triggered for the class removal. - * - * @param {string} classVal The className value that will be removed from the element - */ - $removeClass: function(classVal) { - if (classVal && classVal.length > 0) { - $animate.removeClass(this.$$element, classVal); - } - }, - - /** - * @ngdoc method - * @name $compile.directive.Attributes#$updateClass - * @kind function - * - * @description - * Adds and removes the appropriate CSS class values to the element based on the difference - * between the new and old CSS class values (specified as newClasses and oldClasses). - * - * @param {string} newClasses The current CSS className value - * @param {string} oldClasses The former CSS className value - */ - $updateClass: function(newClasses, oldClasses) { - var toAdd = tokenDifference(newClasses, oldClasses); - if (toAdd && toAdd.length) { - $animate.addClass(this.$$element, toAdd); - } - - var toRemove = tokenDifference(oldClasses, newClasses); - if (toRemove && toRemove.length) { - $animate.removeClass(this.$$element, toRemove); - } - }, - - /** - * Set a normalized attribute on the element in a way such that all directives - * can share the attribute. This function properly handles boolean attributes. - * @param {string} key Normalized key. (ie ngAttribute) - * @param {string|boolean} value The value to set. If `null` attribute will be deleted. - * @param {boolean=} writeAttr If false, does not write the value to DOM element attribute. - * Defaults to true. - * @param {string=} attrName Optional none normalized name. Defaults to key. - */ - $set: function(key, value, writeAttr, attrName) { - // TODO: decide whether or not to throw an error if "class" - //is set through this function since it may cause $updateClass to - //become unstable. - - var node = this.$$element[0], - booleanKey = getBooleanAttrName(node, key), - aliasedKey = getAliasedAttrName(node, key), - observer = key, - nodeName; - - if (booleanKey) { - this.$$element.prop(key, value); - attrName = booleanKey; - } else if (aliasedKey) { - this[aliasedKey] = value; - observer = aliasedKey; - } - - this[key] = value; - - // translate normalized key to actual key - if (attrName) { - this.$attr[key] = attrName; - } else { - attrName = this.$attr[key]; - if (!attrName) { - this.$attr[key] = attrName = snake_case(key, '-'); - } - } - - nodeName = nodeName_(this.$$element); - - if ((nodeName === 'a' && key === 'href') || - (nodeName === 'img' && key === 'src')) { - // sanitize a[href] and img[src] values - this[key] = value = $$sanitizeUri(value, key === 'src'); - } else if (nodeName === 'img' && key === 'srcset') { - // sanitize img[srcset] values - var result = ""; - - // first check if there are spaces because it's not the same pattern - var trimmedSrcset = trim(value); - // ( 999x ,| 999w ,| ,|, ) - var srcPattern = /(\s+\d+x\s*,|\s+\d+w\s*,|\s+,|,\s+)/; - var pattern = /\s/.test(trimmedSrcset) ? srcPattern : /(,)/; - - // split srcset into tuple of uri and descriptor except for the last item - var rawUris = trimmedSrcset.split(pattern); - - // for each tuples - var nbrUrisWith2parts = Math.floor(rawUris.length / 2); - for (var i = 0; i < nbrUrisWith2parts; i++) { - var innerIdx = i * 2; - // sanitize the uri - result += $$sanitizeUri(trim(rawUris[innerIdx]), true); - // add the descriptor - result += (" " + trim(rawUris[innerIdx + 1])); - } - - // split the last item into uri and descriptor - var lastTuple = trim(rawUris[i * 2]).split(/\s/); - - // sanitize the last uri - result += $$sanitizeUri(trim(lastTuple[0]), true); - - // and add the last descriptor if any - if (lastTuple.length === 2) { - result += (" " + trim(lastTuple[1])); - } - this[key] = value = result; - } - - if (writeAttr !== false) { - if (value === null || value === undefined) { - this.$$element.removeAttr(attrName); - } else { - this.$$element.attr(attrName, value); - } - } - - // fire observers - var $$observers = this.$$observers; - $$observers && forEach($$observers[observer], function(fn) { - try { - fn(value); - } catch (e) { - $exceptionHandler(e); - } - }); - }, - - - /** - * @ngdoc method - * @name $compile.directive.Attributes#$observe - * @kind function - * - * @description - * Observes an interpolated attribute. - * - * The observer function will be invoked once during the next `$digest` following - * compilation. The observer is then invoked whenever the interpolated value - * changes. - * - * @param {string} key Normalized key. (ie ngAttribute) . - * @param {function(interpolatedValue)} fn Function that will be called whenever - the interpolated value of the attribute changes. - * See the {@link guide/directive#text-and-attribute-bindings Directives} guide for more info. - * @returns {function()} Returns a deregistration function for this observer. - */ - $observe: function(key, fn) { - var attrs = this, - $$observers = (attrs.$$observers || (attrs.$$observers = createMap())), - listeners = ($$observers[key] || ($$observers[key] = [])); - - listeners.push(fn); - $rootScope.$evalAsync(function() { - if (!listeners.$$inter && attrs.hasOwnProperty(key)) { - // no one registered attribute interpolation function, so lets call it manually - fn(attrs[key]); - } - }); - - return function() { - arrayRemove(listeners, fn); - }; - } - }; - - - function safeAddClass($element, className) { - try { - $element.addClass(className); - } catch (e) { - // ignore, since it means that we are trying to set class on - // SVG element, where class name is read-only. - } - } - - - var startSymbol = $interpolate.startSymbol(), - endSymbol = $interpolate.endSymbol(), - denormalizeTemplate = (startSymbol == '{{' || endSymbol == '}}') - ? identity - : function denormalizeTemplate(template) { - return template.replace(/\{\{/g, startSymbol).replace(/}}/g, endSymbol); - }, - NG_ATTR_BINDING = /^ngAttr[A-Z]/; - - compile.$$addBindingInfo = debugInfoEnabled ? function $$addBindingInfo($element, binding) { - var bindings = $element.data('$binding') || []; - - if (isArray(binding)) { - bindings = bindings.concat(binding); - } else { - bindings.push(binding); - } - - $element.data('$binding', bindings); - } : noop; - - compile.$$addBindingClass = debugInfoEnabled ? function $$addBindingClass($element) { - safeAddClass($element, 'ng-binding'); - } : noop; - - compile.$$addScopeInfo = debugInfoEnabled ? function $$addScopeInfo($element, scope, isolated, noTemplate) { - var dataName = isolated ? (noTemplate ? '$isolateScopeNoTemplate' : '$isolateScope') : '$scope'; - $element.data(dataName, scope); - } : noop; - - compile.$$addScopeClass = debugInfoEnabled ? function $$addScopeClass($element, isolated) { - safeAddClass($element, isolated ? 'ng-isolate-scope' : 'ng-scope'); - } : noop; - - return compile; - - //================================ - - function compile($compileNodes, transcludeFn, maxPriority, ignoreDirective, - previousCompileContext) { - if (!($compileNodes instanceof jqLite)) { - // jquery always rewraps, whereas we need to preserve the original selector so that we can - // modify it. - $compileNodes = jqLite($compileNodes); - } - // We can not compile top level text elements since text nodes can be merged and we will - // not be able to attach scope data to them, so we will wrap them in - forEach($compileNodes, function(node, index) { - if (node.nodeType == NODE_TYPE_TEXT && node.nodeValue.match(/\S+/) /* non-empty */ ) { - $compileNodes[index] = jqLite(node).wrap('').parent()[0]; - } - }); - var compositeLinkFn = - compileNodes($compileNodes, transcludeFn, $compileNodes, - maxPriority, ignoreDirective, previousCompileContext); - compile.$$addScopeClass($compileNodes); - var namespace = null; - return function publicLinkFn(scope, cloneConnectFn, options) { - assertArg(scope, 'scope'); - - options = options || {}; - var parentBoundTranscludeFn = options.parentBoundTranscludeFn, - transcludeControllers = options.transcludeControllers, - futureParentElement = options.futureParentElement; - - // When `parentBoundTranscludeFn` is passed, it is a - // `controllersBoundTransclude` function (it was previously passed - // as `transclude` to directive.link) so we must unwrap it to get - // its `boundTranscludeFn` - if (parentBoundTranscludeFn && parentBoundTranscludeFn.$$boundTransclude) { - parentBoundTranscludeFn = parentBoundTranscludeFn.$$boundTransclude; - } - - if (!namespace) { - namespace = detectNamespaceForChildElements(futureParentElement); - } - var $linkNode; - if (namespace !== 'html') { - // When using a directive with replace:true and templateUrl the $compileNodes - // (or a child element inside of them) - // might change, so we need to recreate the namespace adapted compileNodes - // for call to the link function. - // Note: This will already clone the nodes... - $linkNode = jqLite( - wrapTemplate(namespace, jqLite('
    ').append($compileNodes).html()) - ); - } else if (cloneConnectFn) { - // important!!: we must call our jqLite.clone() since the jQuery one is trying to be smart - // and sometimes changes the structure of the DOM. - $linkNode = JQLitePrototype.clone.call($compileNodes); - } else { - $linkNode = $compileNodes; - } - - if (transcludeControllers) { - for (var controllerName in transcludeControllers) { - $linkNode.data('$' + controllerName + 'Controller', transcludeControllers[controllerName].instance); - } - } - - compile.$$addScopeInfo($linkNode, scope); - - if (cloneConnectFn) cloneConnectFn($linkNode, scope); - if (compositeLinkFn) compositeLinkFn(scope, $linkNode, $linkNode, parentBoundTranscludeFn); - return $linkNode; - }; - } - - function detectNamespaceForChildElements(parentElement) { - // TODO: Make this detect MathML as well... - var node = parentElement && parentElement[0]; - if (!node) { - return 'html'; - } else { - return nodeName_(node) !== 'foreignobject' && node.toString().match(/SVG/) ? 'svg' : 'html'; - } - } - - /** - * Compile function matches each node in nodeList against the directives. Once all directives - * for a particular node are collected their compile functions are executed. The compile - * functions return values - the linking functions - are combined into a composite linking - * function, which is the a linking function for the node. - * - * @param {NodeList} nodeList an array of nodes or NodeList to compile - * @param {function(angular.Scope, cloneAttachFn=)} transcludeFn A linking function, where the - * scope argument is auto-generated to the new child of the transcluded parent scope. - * @param {DOMElement=} $rootElement If the nodeList is the root of the compilation tree then - * the rootElement must be set the jqLite collection of the compile root. This is - * needed so that the jqLite collection items can be replaced with widgets. - * @param {number=} maxPriority Max directive priority. - * @returns {Function} A composite linking function of all of the matched directives or null. - */ - function compileNodes(nodeList, transcludeFn, $rootElement, maxPriority, ignoreDirective, - previousCompileContext) { - var linkFns = [], - attrs, directives, nodeLinkFn, childNodes, childLinkFn, linkFnFound, nodeLinkFnFound; - - for (var i = 0; i < nodeList.length; i++) { - attrs = new Attributes(); - - // we must always refer to nodeList[i] since the nodes can be replaced underneath us. - directives = collectDirectives(nodeList[i], [], attrs, i === 0 ? maxPriority : undefined, - ignoreDirective); - - nodeLinkFn = (directives.length) - ? applyDirectivesToNode(directives, nodeList[i], attrs, transcludeFn, $rootElement, - null, [], [], previousCompileContext) - : null; - - if (nodeLinkFn && nodeLinkFn.scope) { - compile.$$addScopeClass(attrs.$$element); - } - - childLinkFn = (nodeLinkFn && nodeLinkFn.terminal || - !(childNodes = nodeList[i].childNodes) || - !childNodes.length) - ? null - : compileNodes(childNodes, - nodeLinkFn ? ( - (nodeLinkFn.transcludeOnThisElement || !nodeLinkFn.templateOnThisElement) - && nodeLinkFn.transclude) : transcludeFn); - - if (nodeLinkFn || childLinkFn) { - linkFns.push(i, nodeLinkFn, childLinkFn); - linkFnFound = true; - nodeLinkFnFound = nodeLinkFnFound || nodeLinkFn; - } - - //use the previous context only for the first element in the virtual group - previousCompileContext = null; - } - - // return a linking function if we have found anything, null otherwise - return linkFnFound ? compositeLinkFn : null; - - function compositeLinkFn(scope, nodeList, $rootElement, parentBoundTranscludeFn) { - var nodeLinkFn, childLinkFn, node, childScope, i, ii, idx, childBoundTranscludeFn; - var stableNodeList; - - - if (nodeLinkFnFound) { - // copy nodeList so that if a nodeLinkFn removes or adds an element at this DOM level our - // offsets don't get screwed up - var nodeListLength = nodeList.length; - stableNodeList = new Array(nodeListLength); - - // create a sparse array by only copying the elements which have a linkFn - for (i = 0; i < linkFns.length; i+=3) { - idx = linkFns[i]; - stableNodeList[idx] = nodeList[idx]; - } - } else { - stableNodeList = nodeList; - } - - for (i = 0, ii = linkFns.length; i < ii;) { - node = stableNodeList[linkFns[i++]]; - nodeLinkFn = linkFns[i++]; - childLinkFn = linkFns[i++]; - - if (nodeLinkFn) { - if (nodeLinkFn.scope) { - childScope = scope.$new(); - compile.$$addScopeInfo(jqLite(node), childScope); - } else { - childScope = scope; - } - - if (nodeLinkFn.transcludeOnThisElement) { - childBoundTranscludeFn = createBoundTranscludeFn( - scope, nodeLinkFn.transclude, parentBoundTranscludeFn, - nodeLinkFn.elementTranscludeOnThisElement); - - } else if (!nodeLinkFn.templateOnThisElement && parentBoundTranscludeFn) { - childBoundTranscludeFn = parentBoundTranscludeFn; - - } else if (!parentBoundTranscludeFn && transcludeFn) { - childBoundTranscludeFn = createBoundTranscludeFn(scope, transcludeFn); - - } else { - childBoundTranscludeFn = null; - } - - nodeLinkFn(childLinkFn, childScope, node, $rootElement, childBoundTranscludeFn); - - } else if (childLinkFn) { - childLinkFn(scope, node.childNodes, undefined, parentBoundTranscludeFn); - } - } - } - } - - function createBoundTranscludeFn(scope, transcludeFn, previousBoundTranscludeFn, elementTransclusion) { - - var boundTranscludeFn = function(transcludedScope, cloneFn, controllers, futureParentElement, containingScope) { - - if (!transcludedScope) { - transcludedScope = scope.$new(false, containingScope); - transcludedScope.$$transcluded = true; - } - - return transcludeFn(transcludedScope, cloneFn, { - parentBoundTranscludeFn: previousBoundTranscludeFn, - transcludeControllers: controllers, - futureParentElement: futureParentElement - }); - }; - - return boundTranscludeFn; - } - - /** - * Looks for directives on the given node and adds them to the directive collection which is - * sorted. - * - * @param node Node to search. - * @param directives An array to which the directives are added to. This array is sorted before - * the function returns. - * @param attrs The shared attrs object which is used to populate the normalized attributes. - * @param {number=} maxPriority Max directive priority. - */ - function collectDirectives(node, directives, attrs, maxPriority, ignoreDirective) { - var nodeType = node.nodeType, - attrsMap = attrs.$attr, - match, - className; - - switch (nodeType) { - case NODE_TYPE_ELEMENT: /* Element */ - // use the node name: - addDirective(directives, - directiveNormalize(nodeName_(node)), 'E', maxPriority, ignoreDirective); - - // iterate over the attributes - for (var attr, name, nName, ngAttrName, value, isNgAttr, nAttrs = node.attributes, - j = 0, jj = nAttrs && nAttrs.length; j < jj; j++) { - var attrStartName = false; - var attrEndName = false; - - attr = nAttrs[j]; - name = attr.name; - value = trim(attr.value); - - // support ngAttr attribute binding - ngAttrName = directiveNormalize(name); - if (isNgAttr = NG_ATTR_BINDING.test(ngAttrName)) { - name = snake_case(ngAttrName.substr(6), '-'); - } - - var directiveNName = ngAttrName.replace(/(Start|End)$/, ''); - if (directiveIsMultiElement(directiveNName)) { - if (ngAttrName === directiveNName + 'Start') { - attrStartName = name; - attrEndName = name.substr(0, name.length - 5) + 'end'; - name = name.substr(0, name.length - 6); - } - } - - nName = directiveNormalize(name.toLowerCase()); - attrsMap[nName] = name; - if (isNgAttr || !attrs.hasOwnProperty(nName)) { - attrs[nName] = value; - if (getBooleanAttrName(node, nName)) { - attrs[nName] = true; // presence means true - } - } - addAttrInterpolateDirective(node, directives, value, nName, isNgAttr); - addDirective(directives, nName, 'A', maxPriority, ignoreDirective, attrStartName, - attrEndName); - } - - // use class as directive - className = node.className; - if (isString(className) && className !== '') { - while (match = CLASS_DIRECTIVE_REGEXP.exec(className)) { - nName = directiveNormalize(match[2]); - if (addDirective(directives, nName, 'C', maxPriority, ignoreDirective)) { - attrs[nName] = trim(match[3]); - } - className = className.substr(match.index + match[0].length); - } - } - break; - case NODE_TYPE_TEXT: /* Text Node */ - addTextInterpolateDirective(directives, node.nodeValue); - break; - case NODE_TYPE_COMMENT: /* Comment */ - try { - match = COMMENT_DIRECTIVE_REGEXP.exec(node.nodeValue); - if (match) { - nName = directiveNormalize(match[1]); - if (addDirective(directives, nName, 'M', maxPriority, ignoreDirective)) { - attrs[nName] = trim(match[2]); - } - } - } catch (e) { - // turns out that under some circumstances IE9 throws errors when one attempts to read - // comment's node value. - // Just ignore it and continue. (Can't seem to reproduce in test case.) - } - break; - } - - directives.sort(byPriority); - return directives; - } - - /** - * Given a node with an directive-start it collects all of the siblings until it finds - * directive-end. - * @param node - * @param attrStart - * @param attrEnd - * @returns {*} - */ - function groupScan(node, attrStart, attrEnd) { - var nodes = []; - var depth = 0; - if (attrStart && node.hasAttribute && node.hasAttribute(attrStart)) { - do { - if (!node) { - throw $compileMinErr('uterdir', - "Unterminated attribute, found '{0}' but no matching '{1}' found.", - attrStart, attrEnd); - } - if (node.nodeType == NODE_TYPE_ELEMENT) { - if (node.hasAttribute(attrStart)) depth++; - if (node.hasAttribute(attrEnd)) depth--; - } - nodes.push(node); - node = node.nextSibling; - } while (depth > 0); - } else { - nodes.push(node); - } - - return jqLite(nodes); - } - - /** - * Wrapper for linking function which converts normal linking function into a grouped - * linking function. - * @param linkFn - * @param attrStart - * @param attrEnd - * @returns {Function} - */ - function groupElementsLinkFnWrapper(linkFn, attrStart, attrEnd) { - return function(scope, element, attrs, controllers, transcludeFn) { - element = groupScan(element[0], attrStart, attrEnd); - return linkFn(scope, element, attrs, controllers, transcludeFn); - }; - } - - /** - * Once the directives have been collected, their compile functions are executed. This method - * is responsible for inlining directive templates as well as terminating the application - * of the directives if the terminal directive has been reached. - * - * @param {Array} directives Array of collected directives to execute their compile function. - * this needs to be pre-sorted by priority order. - * @param {Node} compileNode The raw DOM node to apply the compile functions to - * @param {Object} templateAttrs The shared attribute function - * @param {function(angular.Scope, cloneAttachFn=)} transcludeFn A linking function, where the - * scope argument is auto-generated to the new - * child of the transcluded parent scope. - * @param {JQLite} jqCollection If we are working on the root of the compile tree then this - * argument has the root jqLite array so that we can replace nodes - * on it. - * @param {Object=} originalReplaceDirective An optional directive that will be ignored when - * compiling the transclusion. - * @param {Array.} preLinkFns - * @param {Array.} postLinkFns - * @param {Object} previousCompileContext Context used for previous compilation of the current - * node - * @returns {Function} linkFn - */ - function applyDirectivesToNode(directives, compileNode, templateAttrs, transcludeFn, - jqCollection, originalReplaceDirective, preLinkFns, postLinkFns, - previousCompileContext) { - previousCompileContext = previousCompileContext || {}; - - var terminalPriority = -Number.MAX_VALUE, - newScopeDirective, - controllerDirectives = previousCompileContext.controllerDirectives, - controllers, - newIsolateScopeDirective = previousCompileContext.newIsolateScopeDirective, - templateDirective = previousCompileContext.templateDirective, - nonTlbTranscludeDirective = previousCompileContext.nonTlbTranscludeDirective, - hasTranscludeDirective = false, - hasTemplate = false, - hasElementTranscludeDirective = previousCompileContext.hasElementTranscludeDirective, - $compileNode = templateAttrs.$$element = jqLite(compileNode), - directive, - directiveName, - $template, - replaceDirective = originalReplaceDirective, - childTranscludeFn = transcludeFn, - linkFn, - directiveValue; - - // executes all directives on the current element - for (var i = 0, ii = directives.length; i < ii; i++) { - directive = directives[i]; - var attrStart = directive.$$start; - var attrEnd = directive.$$end; - - // collect multiblock sections - if (attrStart) { - $compileNode = groupScan(compileNode, attrStart, attrEnd); - } - $template = undefined; - - if (terminalPriority > directive.priority) { - break; // prevent further processing of directives - } - - if (directiveValue = directive.scope) { - - // skip the check for directives with async templates, we'll check the derived sync - // directive when the template arrives - if (!directive.templateUrl) { - if (isObject(directiveValue)) { - // This directive is trying to add an isolated scope. - // Check that there is no scope of any kind already - assertNoDuplicate('new/isolated scope', newIsolateScopeDirective || newScopeDirective, - directive, $compileNode); - newIsolateScopeDirective = directive; - } else { - // This directive is trying to add a child scope. - // Check that there is no isolated scope already - assertNoDuplicate('new/isolated scope', newIsolateScopeDirective, directive, - $compileNode); - } - } - - newScopeDirective = newScopeDirective || directive; - } - - directiveName = directive.name; - - if (!directive.templateUrl && directive.controller) { - directiveValue = directive.controller; - controllerDirectives = controllerDirectives || {}; - assertNoDuplicate("'" + directiveName + "' controller", - controllerDirectives[directiveName], directive, $compileNode); - controllerDirectives[directiveName] = directive; - } - - if (directiveValue = directive.transclude) { - hasTranscludeDirective = true; - - // Special case ngIf and ngRepeat so that we don't complain about duplicate transclusion. - // This option should only be used by directives that know how to safely handle element transclusion, - // where the transcluded nodes are added or replaced after linking. - if (!directive.$$tlb) { - assertNoDuplicate('transclusion', nonTlbTranscludeDirective, directive, $compileNode); - nonTlbTranscludeDirective = directive; - } - - if (directiveValue == 'element') { - hasElementTranscludeDirective = true; - terminalPriority = directive.priority; - $template = $compileNode; - $compileNode = templateAttrs.$$element = - jqLite(document.createComment(' ' + directiveName + ': ' + - templateAttrs[directiveName] + ' ')); - compileNode = $compileNode[0]; - replaceWith(jqCollection, sliceArgs($template), compileNode); - - childTranscludeFn = compile($template, transcludeFn, terminalPriority, - replaceDirective && replaceDirective.name, { - // Don't pass in: - // - controllerDirectives - otherwise we'll create duplicates controllers - // - newIsolateScopeDirective or templateDirective - combining templates with - // element transclusion doesn't make sense. - // - // We need only nonTlbTranscludeDirective so that we prevent putting transclusion - // on the same element more than once. - nonTlbTranscludeDirective: nonTlbTranscludeDirective - }); - } else { - $template = jqLite(jqLiteClone(compileNode)).contents(); - $compileNode.empty(); // clear contents - childTranscludeFn = compile($template, transcludeFn); - } - } - - if (directive.template) { - hasTemplate = true; - assertNoDuplicate('template', templateDirective, directive, $compileNode); - templateDirective = directive; - - directiveValue = (isFunction(directive.template)) - ? directive.template($compileNode, templateAttrs) - : directive.template; - - directiveValue = denormalizeTemplate(directiveValue); - - if (directive.replace) { - replaceDirective = directive; - if (jqLiteIsTextNode(directiveValue)) { - $template = []; - } else { - $template = removeComments(wrapTemplate(directive.templateNamespace, trim(directiveValue))); - } - compileNode = $template[0]; - - if ($template.length != 1 || compileNode.nodeType !== NODE_TYPE_ELEMENT) { - throw $compileMinErr('tplrt', - "Template for directive '{0}' must have exactly one root element. {1}", - directiveName, ''); - } - - replaceWith(jqCollection, $compileNode, compileNode); - - var newTemplateAttrs = {$attr: {}}; - - // combine directives from the original node and from the template: - // - take the array of directives for this element - // - split it into two parts, those that already applied (processed) and those that weren't (unprocessed) - // - collect directives from the template and sort them by priority - // - combine directives as: processed + template + unprocessed - var templateDirectives = collectDirectives(compileNode, [], newTemplateAttrs); - var unprocessedDirectives = directives.splice(i + 1, directives.length - (i + 1)); - - if (newIsolateScopeDirective) { - markDirectivesAsIsolate(templateDirectives); - } - directives = directives.concat(templateDirectives).concat(unprocessedDirectives); - mergeTemplateAttributes(templateAttrs, newTemplateAttrs); - - ii = directives.length; - } else { - $compileNode.html(directiveValue); - } - } - - if (directive.templateUrl) { - hasTemplate = true; - assertNoDuplicate('template', templateDirective, directive, $compileNode); - templateDirective = directive; - - if (directive.replace) { - replaceDirective = directive; - } - - nodeLinkFn = compileTemplateUrl(directives.splice(i, directives.length - i), $compileNode, - templateAttrs, jqCollection, hasTranscludeDirective && childTranscludeFn, preLinkFns, postLinkFns, { - controllerDirectives: controllerDirectives, - newIsolateScopeDirective: newIsolateScopeDirective, - templateDirective: templateDirective, - nonTlbTranscludeDirective: nonTlbTranscludeDirective - }); - ii = directives.length; - } else if (directive.compile) { - try { - linkFn = directive.compile($compileNode, templateAttrs, childTranscludeFn); - if (isFunction(linkFn)) { - addLinkFns(null, linkFn, attrStart, attrEnd); - } else if (linkFn) { - addLinkFns(linkFn.pre, linkFn.post, attrStart, attrEnd); - } - } catch (e) { - $exceptionHandler(e, startingTag($compileNode)); - } - } - - if (directive.terminal) { - nodeLinkFn.terminal = true; - terminalPriority = Math.max(terminalPriority, directive.priority); - } - - } - - nodeLinkFn.scope = newScopeDirective && newScopeDirective.scope === true; - nodeLinkFn.transcludeOnThisElement = hasTranscludeDirective; - nodeLinkFn.elementTranscludeOnThisElement = hasElementTranscludeDirective; - nodeLinkFn.templateOnThisElement = hasTemplate; - nodeLinkFn.transclude = childTranscludeFn; - - previousCompileContext.hasElementTranscludeDirective = hasElementTranscludeDirective; - - // might be normal or delayed nodeLinkFn depending on if templateUrl is present - return nodeLinkFn; - - //////////////////// - - function addLinkFns(pre, post, attrStart, attrEnd) { - if (pre) { - if (attrStart) pre = groupElementsLinkFnWrapper(pre, attrStart, attrEnd); - pre.require = directive.require; - pre.directiveName = directiveName; - if (newIsolateScopeDirective === directive || directive.$$isolateScope) { - pre = cloneAndAnnotateFn(pre, {isolateScope: true}); - } - preLinkFns.push(pre); - } - if (post) { - if (attrStart) post = groupElementsLinkFnWrapper(post, attrStart, attrEnd); - post.require = directive.require; - post.directiveName = directiveName; - if (newIsolateScopeDirective === directive || directive.$$isolateScope) { - post = cloneAndAnnotateFn(post, {isolateScope: true}); - } - postLinkFns.push(post); - } - } - - - function getControllers(directiveName, require, $element, elementControllers) { - var value, retrievalMethod = 'data', optional = false; - var $searchElement = $element; - var match; - if (isString(require)) { - match = require.match(REQUIRE_PREFIX_REGEXP); - require = require.substring(match[0].length); - - if (match[3]) { - if (match[1]) match[3] = null; - else match[1] = match[3]; - } - if (match[1] === '^') { - retrievalMethod = 'inheritedData'; - } else if (match[1] === '^^') { - retrievalMethod = 'inheritedData'; - $searchElement = $element.parent(); - } - if (match[2] === '?') { - optional = true; - } - - value = null; - - if (elementControllers && retrievalMethod === 'data') { - if (value = elementControllers[require]) { - value = value.instance; - } - } - value = value || $searchElement[retrievalMethod]('$' + require + 'Controller'); - - if (!value && !optional) { - throw $compileMinErr('ctreq', - "Controller '{0}', required by directive '{1}', can't be found!", - require, directiveName); - } - return value || null; - } else if (isArray(require)) { - value = []; - forEach(require, function(require) { - value.push(getControllers(directiveName, require, $element, elementControllers)); - }); - } - return value; - } - - - function nodeLinkFn(childLinkFn, scope, linkNode, $rootElement, boundTranscludeFn) { - var i, ii, linkFn, controller, isolateScope, elementControllers, transcludeFn, $element, - attrs; - - if (compileNode === linkNode) { - attrs = templateAttrs; - $element = templateAttrs.$$element; - } else { - $element = jqLite(linkNode); - attrs = new Attributes($element, templateAttrs); - } - - if (newIsolateScopeDirective) { - isolateScope = scope.$new(true); - } - - if (boundTranscludeFn) { - // track `boundTranscludeFn` so it can be unwrapped if `transcludeFn` - // is later passed as `parentBoundTranscludeFn` to `publicLinkFn` - transcludeFn = controllersBoundTransclude; - transcludeFn.$$boundTransclude = boundTranscludeFn; - } - - if (controllerDirectives) { - // TODO: merge `controllers` and `elementControllers` into single object. - controllers = {}; - elementControllers = {}; - forEach(controllerDirectives, function(directive) { - var locals = { - $scope: directive === newIsolateScopeDirective || directive.$$isolateScope ? isolateScope : scope, - $element: $element, - $attrs: attrs, - $transclude: transcludeFn - }, controllerInstance; - - controller = directive.controller; - if (controller == '@') { - controller = attrs[directive.name]; - } - - controllerInstance = $controller(controller, locals, true, directive.controllerAs); - - // For directives with element transclusion the element is a comment, - // but jQuery .data doesn't support attaching data to comment nodes as it's hard to - // clean up (http://bugs.jquery.com/ticket/8335). - // Instead, we save the controllers for the element in a local hash and attach to .data - // later, once we have the actual element. - elementControllers[directive.name] = controllerInstance; - if (!hasElementTranscludeDirective) { - $element.data('$' + directive.name + 'Controller', controllerInstance.instance); - } - - controllers[directive.name] = controllerInstance; - }); - } - - if (newIsolateScopeDirective) { - compile.$$addScopeInfo($element, isolateScope, true, !(templateDirective && (templateDirective === newIsolateScopeDirective || - templateDirective === newIsolateScopeDirective.$$originalDirective))); - compile.$$addScopeClass($element, true); - - var isolateScopeController = controllers && controllers[newIsolateScopeDirective.name]; - var isolateBindingContext = isolateScope; - if (isolateScopeController && isolateScopeController.identifier && - newIsolateScopeDirective.bindToController === true) { - isolateBindingContext = isolateScopeController.instance; - } - - forEach(isolateScope.$$isolateBindings = newIsolateScopeDirective.$$isolateBindings, function(definition, scopeName) { - var attrName = definition.attrName, - optional = definition.optional, - mode = definition.mode, // @, =, or & - lastValue, - parentGet, parentSet, compare; - - switch (mode) { - - case '@': - attrs.$observe(attrName, function(value) { - isolateBindingContext[scopeName] = value; - }); - attrs.$$observers[attrName].$$scope = scope; - if (attrs[attrName]) { - // If the attribute has been provided then we trigger an interpolation to ensure - // the value is there for use in the link fn - isolateBindingContext[scopeName] = $interpolate(attrs[attrName])(scope); - } - break; - - case '=': - if (optional && !attrs[attrName]) { - return; - } - parentGet = $parse(attrs[attrName]); - if (parentGet.literal) { - compare = equals; - } else { - compare = function(a, b) { return a === b || (a !== a && b !== b); }; - } - parentSet = parentGet.assign || function() { - // reset the change, or we will throw this exception on every $digest - lastValue = isolateBindingContext[scopeName] = parentGet(scope); - throw $compileMinErr('nonassign', - "Expression '{0}' used with directive '{1}' is non-assignable!", - attrs[attrName], newIsolateScopeDirective.name); - }; - lastValue = isolateBindingContext[scopeName] = parentGet(scope); - var parentValueWatch = function parentValueWatch(parentValue) { - if (!compare(parentValue, isolateBindingContext[scopeName])) { - // we are out of sync and need to copy - if (!compare(parentValue, lastValue)) { - // parent changed and it has precedence - isolateBindingContext[scopeName] = parentValue; - } else { - // if the parent can be assigned then do so - parentSet(scope, parentValue = isolateBindingContext[scopeName]); - } - } - return lastValue = parentValue; - }; - parentValueWatch.$stateful = true; - var unwatch; - if (definition.collection) { - unwatch = scope.$watchCollection(attrs[attrName], parentValueWatch); - } else { - unwatch = scope.$watch($parse(attrs[attrName], parentValueWatch), null, parentGet.literal); - } - isolateScope.$on('$destroy', unwatch); - break; - - case '&': - parentGet = $parse(attrs[attrName]); - isolateBindingContext[scopeName] = function(locals) { - return parentGet(scope, locals); - }; - break; - } - }); - } - if (controllers) { - forEach(controllers, function(controller) { - controller(); - }); - controllers = null; - } - - // PRELINKING - for (i = 0, ii = preLinkFns.length; i < ii; i++) { - linkFn = preLinkFns[i]; - invokeLinkFn(linkFn, - linkFn.isolateScope ? isolateScope : scope, - $element, - attrs, - linkFn.require && getControllers(linkFn.directiveName, linkFn.require, $element, elementControllers), - transcludeFn - ); - } - - // RECURSION - // We only pass the isolate scope, if the isolate directive has a template, - // otherwise the child elements do not belong to the isolate directive. - var scopeToChild = scope; - if (newIsolateScopeDirective && (newIsolateScopeDirective.template || newIsolateScopeDirective.templateUrl === null)) { - scopeToChild = isolateScope; - } - childLinkFn && childLinkFn(scopeToChild, linkNode.childNodes, undefined, boundTranscludeFn); - - // POSTLINKING - for (i = postLinkFns.length - 1; i >= 0; i--) { - linkFn = postLinkFns[i]; - invokeLinkFn(linkFn, - linkFn.isolateScope ? isolateScope : scope, - $element, - attrs, - linkFn.require && getControllers(linkFn.directiveName, linkFn.require, $element, elementControllers), - transcludeFn - ); - } - - // This is the function that is injected as `$transclude`. - // Note: all arguments are optional! - function controllersBoundTransclude(scope, cloneAttachFn, futureParentElement) { - var transcludeControllers; - - // No scope passed in: - if (!isScope(scope)) { - futureParentElement = cloneAttachFn; - cloneAttachFn = scope; - scope = undefined; - } - - if (hasElementTranscludeDirective) { - transcludeControllers = elementControllers; - } - if (!futureParentElement) { - futureParentElement = hasElementTranscludeDirective ? $element.parent() : $element; - } - return boundTranscludeFn(scope, cloneAttachFn, transcludeControllers, futureParentElement, scopeToChild); - } - } - } - - function markDirectivesAsIsolate(directives) { - // mark all directives as needing isolate scope. - for (var j = 0, jj = directives.length; j < jj; j++) { - directives[j] = inherit(directives[j], {$$isolateScope: true}); - } - } - - /** - * looks up the directive and decorates it with exception handling and proper parameters. We - * call this the boundDirective. - * - * @param {string} name name of the directive to look up. - * @param {string} location The directive must be found in specific format. - * String containing any of theses characters: - * - * * `E`: element name - * * `A': attribute - * * `C`: class - * * `M`: comment - * @returns {boolean} true if directive was added. - */ - function addDirective(tDirectives, name, location, maxPriority, ignoreDirective, startAttrName, - endAttrName) { - if (name === ignoreDirective) return null; - var match = null; - if (hasDirectives.hasOwnProperty(name)) { - for (var directive, directives = $injector.get(name + Suffix), - i = 0, ii = directives.length; i < ii; i++) { - try { - directive = directives[i]; - if ((maxPriority === undefined || maxPriority > directive.priority) && - directive.restrict.indexOf(location) != -1) { - if (startAttrName) { - directive = inherit(directive, {$$start: startAttrName, $$end: endAttrName}); - } - tDirectives.push(directive); - match = directive; - } - } catch (e) { $exceptionHandler(e); } - } - } - return match; - } - - - /** - * looks up the directive and returns true if it is a multi-element directive, - * and therefore requires DOM nodes between -start and -end markers to be grouped - * together. - * - * @param {string} name name of the directive to look up. - * @returns true if directive was registered as multi-element. - */ - function directiveIsMultiElement(name) { - if (hasDirectives.hasOwnProperty(name)) { - for (var directive, directives = $injector.get(name + Suffix), - i = 0, ii = directives.length; i < ii; i++) { - directive = directives[i]; - if (directive.multiElement) { - return true; - } - } - } - return false; - } - - /** - * When the element is replaced with HTML template then the new attributes - * on the template need to be merged with the existing attributes in the DOM. - * The desired effect is to have both of the attributes present. - * - * @param {object} dst destination attributes (original DOM) - * @param {object} src source attributes (from the directive template) - */ - function mergeTemplateAttributes(dst, src) { - var srcAttr = src.$attr, - dstAttr = dst.$attr, - $element = dst.$$element; - - // reapply the old attributes to the new element - forEach(dst, function(value, key) { - if (key.charAt(0) != '$') { - if (src[key] && src[key] !== value) { - value += (key === 'style' ? ';' : ' ') + src[key]; - } - dst.$set(key, value, true, srcAttr[key]); - } - }); - - // copy the new attributes on the old attrs object - forEach(src, function(value, key) { - if (key == 'class') { - safeAddClass($element, value); - dst['class'] = (dst['class'] ? dst['class'] + ' ' : '') + value; - } else if (key == 'style') { - $element.attr('style', $element.attr('style') + ';' + value); - dst['style'] = (dst['style'] ? dst['style'] + ';' : '') + value; - // `dst` will never contain hasOwnProperty as DOM parser won't let it. - // You will get an "InvalidCharacterError: DOM Exception 5" error if you - // have an attribute like "has-own-property" or "data-has-own-property", etc. - } else if (key.charAt(0) != '$' && !dst.hasOwnProperty(key)) { - dst[key] = value; - dstAttr[key] = srcAttr[key]; - } - }); - } - - - function compileTemplateUrl(directives, $compileNode, tAttrs, - $rootElement, childTranscludeFn, preLinkFns, postLinkFns, previousCompileContext) { - var linkQueue = [], - afterTemplateNodeLinkFn, - afterTemplateChildLinkFn, - beforeTemplateCompileNode = $compileNode[0], - origAsyncDirective = directives.shift(), - // The fact that we have to copy and patch the directive seems wrong! - derivedSyncDirective = extend({}, origAsyncDirective, { - templateUrl: null, transclude: null, replace: null, $$originalDirective: origAsyncDirective - }), - templateUrl = (isFunction(origAsyncDirective.templateUrl)) - ? origAsyncDirective.templateUrl($compileNode, tAttrs) - : origAsyncDirective.templateUrl, - templateNamespace = origAsyncDirective.templateNamespace; - - $compileNode.empty(); - - $templateRequest($sce.getTrustedResourceUrl(templateUrl)) - .then(function(content) { - var compileNode, tempTemplateAttrs, $template, childBoundTranscludeFn; - - content = denormalizeTemplate(content); - - if (origAsyncDirective.replace) { - if (jqLiteIsTextNode(content)) { - $template = []; - } else { - $template = removeComments(wrapTemplate(templateNamespace, trim(content))); - } - compileNode = $template[0]; - - if ($template.length != 1 || compileNode.nodeType !== NODE_TYPE_ELEMENT) { - throw $compileMinErr('tplrt', - "Template for directive '{0}' must have exactly one root element. {1}", - origAsyncDirective.name, templateUrl); - } - - tempTemplateAttrs = {$attr: {}}; - replaceWith($rootElement, $compileNode, compileNode); - var templateDirectives = collectDirectives(compileNode, [], tempTemplateAttrs); - - if (isObject(origAsyncDirective.scope)) { - markDirectivesAsIsolate(templateDirectives); - } - directives = templateDirectives.concat(directives); - mergeTemplateAttributes(tAttrs, tempTemplateAttrs); - } else { - compileNode = beforeTemplateCompileNode; - $compileNode.html(content); - } - - directives.unshift(derivedSyncDirective); - - afterTemplateNodeLinkFn = applyDirectivesToNode(directives, compileNode, tAttrs, - childTranscludeFn, $compileNode, origAsyncDirective, preLinkFns, postLinkFns, - previousCompileContext); - forEach($rootElement, function(node, i) { - if (node == compileNode) { - $rootElement[i] = $compileNode[0]; - } - }); - afterTemplateChildLinkFn = compileNodes($compileNode[0].childNodes, childTranscludeFn); - - while (linkQueue.length) { - var scope = linkQueue.shift(), - beforeTemplateLinkNode = linkQueue.shift(), - linkRootElement = linkQueue.shift(), - boundTranscludeFn = linkQueue.shift(), - linkNode = $compileNode[0]; - - if (scope.$$destroyed) continue; - - if (beforeTemplateLinkNode !== beforeTemplateCompileNode) { - var oldClasses = beforeTemplateLinkNode.className; - - if (!(previousCompileContext.hasElementTranscludeDirective && - origAsyncDirective.replace)) { - // it was cloned therefore we have to clone as well. - linkNode = jqLiteClone(compileNode); - } - replaceWith(linkRootElement, jqLite(beforeTemplateLinkNode), linkNode); - - // Copy in CSS classes from original node - safeAddClass(jqLite(linkNode), oldClasses); - } - if (afterTemplateNodeLinkFn.transcludeOnThisElement) { - childBoundTranscludeFn = createBoundTranscludeFn(scope, afterTemplateNodeLinkFn.transclude, boundTranscludeFn); - } else { - childBoundTranscludeFn = boundTranscludeFn; - } - afterTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, linkNode, $rootElement, - childBoundTranscludeFn); - } - linkQueue = null; - }); - - return function delayedNodeLinkFn(ignoreChildLinkFn, scope, node, rootElement, boundTranscludeFn) { - var childBoundTranscludeFn = boundTranscludeFn; - if (scope.$$destroyed) return; - if (linkQueue) { - linkQueue.push(scope, - node, - rootElement, - childBoundTranscludeFn); - } else { - if (afterTemplateNodeLinkFn.transcludeOnThisElement) { - childBoundTranscludeFn = createBoundTranscludeFn(scope, afterTemplateNodeLinkFn.transclude, boundTranscludeFn); - } - afterTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, node, rootElement, childBoundTranscludeFn); - } - }; - } - - - /** - * Sorting function for bound directives. - */ - function byPriority(a, b) { - var diff = b.priority - a.priority; - if (diff !== 0) return diff; - if (a.name !== b.name) return (a.name < b.name) ? -1 : 1; - return a.index - b.index; - } - - - function assertNoDuplicate(what, previousDirective, directive, element) { - if (previousDirective) { - throw $compileMinErr('multidir', 'Multiple directives [{0}, {1}] asking for {2} on: {3}', - previousDirective.name, directive.name, what, startingTag(element)); - } - } - - - function addTextInterpolateDirective(directives, text) { - var interpolateFn = $interpolate(text, true); - if (interpolateFn) { - directives.push({ - priority: 0, - compile: function textInterpolateCompileFn(templateNode) { - var templateNodeParent = templateNode.parent(), - hasCompileParent = !!templateNodeParent.length; - - // When transcluding a template that has bindings in the root - // we don't have a parent and thus need to add the class during linking fn. - if (hasCompileParent) compile.$$addBindingClass(templateNodeParent); - - return function textInterpolateLinkFn(scope, node) { - var parent = node.parent(); - if (!hasCompileParent) compile.$$addBindingClass(parent); - compile.$$addBindingInfo(parent, interpolateFn.expressions); - scope.$watch(interpolateFn, function interpolateFnWatchAction(value) { - node[0].nodeValue = value; - }); - }; - } - }); - } - } - - - function wrapTemplate(type, template) { - type = lowercase(type || 'html'); - switch (type) { - case 'svg': - case 'math': - var wrapper = document.createElement('div'); - wrapper.innerHTML = '<' + type + '>' + template + ''; - return wrapper.childNodes[0].childNodes; - default: - return template; - } - } - - - function getTrustedContext(node, attrNormalizedName) { - if (attrNormalizedName == "srcdoc") { - return $sce.HTML; - } - var tag = nodeName_(node); - // maction[xlink:href] can source SVG. It's not limited to . - if (attrNormalizedName == "xlinkHref" || - (tag == "form" && attrNormalizedName == "action") || - (tag != "img" && (attrNormalizedName == "src" || - attrNormalizedName == "ngSrc"))) { - return $sce.RESOURCE_URL; - } - } - - - function addAttrInterpolateDirective(node, directives, value, name, allOrNothing) { - var interpolateFn = $interpolate(value, true); - - // no interpolation found -> ignore - if (!interpolateFn) return; - - - if (name === "multiple" && nodeName_(node) === "select") { - throw $compileMinErr("selmulti", - "Binding to the 'multiple' attribute is not supported. Element: {0}", - startingTag(node)); - } - - directives.push({ - priority: 100, - compile: function() { - return { - pre: function attrInterpolatePreLinkFn(scope, element, attr) { - var $$observers = (attr.$$observers || (attr.$$observers = {})); - - if (EVENT_HANDLER_ATTR_REGEXP.test(name)) { - throw $compileMinErr('nodomevents', - "Interpolations for HTML DOM event attributes are disallowed. Please use the " + - "ng- versions (such as ng-click instead of onclick) instead."); - } - - // If the attribute was removed, then we are done - if (!attr[name]) { - return; - } - - // we need to interpolate again, in case the attribute value has been updated - // (e.g. by another directive's compile function) - interpolateFn = $interpolate(attr[name], true, getTrustedContext(node, name), - ALL_OR_NOTHING_ATTRS[name] || allOrNothing); - - // if attribute was updated so that there is no interpolation going on we don't want to - // register any observers - if (!interpolateFn) return; - - // initialize attr object so that it's ready in case we need the value for isolate - // scope initialization, otherwise the value would not be available from isolate - // directive's linking fn during linking phase - attr[name] = interpolateFn(scope); - - ($$observers[name] || ($$observers[name] = [])).$$inter = true; - (attr.$$observers && attr.$$observers[name].$$scope || scope). - $watch(interpolateFn, function interpolateFnWatchAction(newValue, oldValue) { - //special case for class attribute addition + removal - //so that class changes can tap into the animation - //hooks provided by the $animate service. Be sure to - //skip animations when the first digest occurs (when - //both the new and the old values are the same) since - //the CSS classes are the non-interpolated values - if (name === 'class' && newValue != oldValue) { - attr.$updateClass(newValue, oldValue); - } else { - attr.$set(name, newValue); - } - }); - } - }; - } - }); - } - - - /** - * This is a special jqLite.replaceWith, which can replace items which - * have no parents, provided that the containing jqLite collection is provided. - * - * @param {JqLite=} $rootElement The root of the compile tree. Used so that we can replace nodes - * in the root of the tree. - * @param {JqLite} elementsToRemove The jqLite element which we are going to replace. We keep - * the shell, but replace its DOM node reference. - * @param {Node} newNode The new DOM node. - */ - function replaceWith($rootElement, elementsToRemove, newNode) { - var firstElementToRemove = elementsToRemove[0], - removeCount = elementsToRemove.length, - parent = firstElementToRemove.parentNode, - i, ii; - - if ($rootElement) { - for (i = 0, ii = $rootElement.length; i < ii; i++) { - if ($rootElement[i] == firstElementToRemove) { - $rootElement[i++] = newNode; - for (var j = i, j2 = j + removeCount - 1, - jj = $rootElement.length; - j < jj; j++, j2++) { - if (j2 < jj) { - $rootElement[j] = $rootElement[j2]; - } else { - delete $rootElement[j]; - } - } - $rootElement.length -= removeCount - 1; - - // If the replaced element is also the jQuery .context then replace it - // .context is a deprecated jQuery api, so we should set it only when jQuery set it - // http://api.jquery.com/context/ - if ($rootElement.context === firstElementToRemove) { - $rootElement.context = newNode; - } - break; - } - } - } - - if (parent) { - parent.replaceChild(newNode, firstElementToRemove); - } - - // TODO(perf): what's this document fragment for? is it needed? can we at least reuse it? - var fragment = document.createDocumentFragment(); - fragment.appendChild(firstElementToRemove); - - // Copy over user data (that includes Angular's $scope etc.). Don't copy private - // data here because there's no public interface in jQuery to do that and copying over - // event listeners (which is the main use of private data) wouldn't work anyway. - jqLite(newNode).data(jqLite(firstElementToRemove).data()); - - // Remove data of the replaced element. We cannot just call .remove() - // on the element it since that would deallocate scope that is needed - // for the new node. Instead, remove the data "manually". - if (!jQuery) { - delete jqLite.cache[firstElementToRemove[jqLite.expando]]; - } else { - // jQuery 2.x doesn't expose the data storage. Use jQuery.cleanData to clean up after - // the replaced element. The cleanData version monkey-patched by Angular would cause - // the scope to be trashed and we do need the very same scope to work with the new - // element. However, we cannot just cache the non-patched version and use it here as - // that would break if another library patches the method after Angular does (one - // example is jQuery UI). Instead, set a flag indicating scope destroying should be - // skipped this one time. - skipDestroyOnNextJQueryCleanData = true; - jQuery.cleanData([firstElementToRemove]); - } - - for (var k = 1, kk = elementsToRemove.length; k < kk; k++) { - var element = elementsToRemove[k]; - jqLite(element).remove(); // must do this way to clean up expando - fragment.appendChild(element); - delete elementsToRemove[k]; - } - - elementsToRemove[0] = newNode; - elementsToRemove.length = 1; - } - - - function cloneAndAnnotateFn(fn, annotation) { - return extend(function() { return fn.apply(null, arguments); }, fn, annotation); - } - - - function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) { - try { - linkFn(scope, $element, attrs, controllers, transcludeFn); - } catch (e) { - $exceptionHandler(e, startingTag($element)); - } - } - }]; -} - -var PREFIX_REGEXP = /^((?:x|data)[\:\-_])/i; -/** - * Converts all accepted directives format into proper directive name. - * All of these will become 'myDirective': - * my:Directive - * my-directive - * x-my-directive - * data-my:directive - * - * Also there is special case for Moz prefix starting with upper case letter. - * @param name Name to normalize - */ -function directiveNormalize(name) { - return camelCase(name.replace(PREFIX_REGEXP, '')); -} - -/** - * @ngdoc type - * @name $compile.directive.Attributes - * - * @description - * A shared object between directive compile / linking functions which contains normalized DOM - * element attributes. The values reflect current binding state `{{ }}`. The normalization is - * needed since all of these are treated as equivalent in Angular: - * - * ``` - * - * ``` - */ - -/** - * @ngdoc property - * @name $compile.directive.Attributes#$attr - * - * @description - * A map of DOM element attribute names to the normalized name. This is - * needed to do reverse lookup from normalized name back to actual name. - */ - - -/** - * @ngdoc method - * @name $compile.directive.Attributes#$set - * @kind function - * - * @description - * Set DOM element attribute value. - * - * - * @param {string} name Normalized element attribute name of the property to modify. The name is - * reverse-translated using the {@link ng.$compile.directive.Attributes#$attr $attr} - * property to the original name. - * @param {string} value Value to set the attribute to. The value can be an interpolated string. - */ - - - -/** - * Closure compiler type information - */ - -function nodesetLinkingFn( - /* angular.Scope */ scope, - /* NodeList */ nodeList, - /* Element */ rootElement, - /* function(Function) */ boundTranscludeFn -) {} - -function directiveLinkingFn( - /* nodesetLinkingFn */ nodesetLinkingFn, - /* angular.Scope */ scope, - /* Node */ node, - /* Element */ rootElement, - /* function(Function) */ boundTranscludeFn -) {} - -function tokenDifference(str1, str2) { - var values = '', - tokens1 = str1.split(/\s+/), - tokens2 = str2.split(/\s+/); - - outer: - for (var i = 0; i < tokens1.length; i++) { - var token = tokens1[i]; - for (var j = 0; j < tokens2.length; j++) { - if (token == tokens2[j]) continue outer; - } - values += (values.length > 0 ? ' ' : '') + token; - } - return values; -} - -function removeComments(jqNodes) { - jqNodes = jqLite(jqNodes); - var i = jqNodes.length; - - if (i <= 1) { - return jqNodes; - } - - while (i--) { - var node = jqNodes[i]; - if (node.nodeType === NODE_TYPE_COMMENT) { - splice.call(jqNodes, i, 1); - } - } - return jqNodes; -} - -/** - * @ngdoc provider - * @name $controllerProvider - * @description - * The {@link ng.$controller $controller service} is used by Angular to create new - * controllers. - * - * This provider allows controller registration via the - * {@link ng.$controllerProvider#register register} method. - */ -function $ControllerProvider() { - var controllers = {}, - globals = false, - CNTRL_REG = /^(\S+)(\s+as\s+(\w+))?$/; - - - /** - * @ngdoc method - * @name $controllerProvider#register - * @param {string|Object} name Controller name, or an object map of controllers where the keys are - * the names and the values are the constructors. - * @param {Function|Array} constructor Controller constructor fn (optionally decorated with DI - * annotations in the array notation). - */ - this.register = function(name, constructor) { - assertNotHasOwnProperty(name, 'controller'); - if (isObject(name)) { - extend(controllers, name); - } else { - controllers[name] = constructor; - } - }; - - /** - * @ngdoc method - * @name $controllerProvider#allowGlobals - * @description If called, allows `$controller` to find controller constructors on `window` - */ - this.allowGlobals = function() { - globals = true; - }; - - - this.$get = ['$injector', '$window', function($injector, $window) { - - /** - * @ngdoc service - * @name $controller - * @requires $injector - * - * @param {Function|string} constructor If called with a function then it's considered to be the - * controller constructor function. Otherwise it's considered to be a string which is used - * to retrieve the controller constructor using the following steps: - * - * * check if a controller with given name is registered via `$controllerProvider` - * * check if evaluating the string on the current scope returns a constructor - * * if $controllerProvider#allowGlobals, check `window[constructor]` on the global - * `window` object (not recommended) - * - * The string can use the `controller as property` syntax, where the controller instance is published - * as the specified property on the `scope`; the `scope` must be injected into `locals` param for this - * to work correctly. - * - * @param {Object} locals Injection locals for Controller. - * @return {Object} Instance of given controller. - * - * @description - * `$controller` service is responsible for instantiating controllers. - * - * It's just a simple call to {@link auto.$injector $injector}, but extracted into - * a service, so that one can override this service with [BC version](https://gist.github.com/1649788). - */ - return function(expression, locals, later, ident) { - // PRIVATE API: - // param `later` --- indicates that the controller's constructor is invoked at a later time. - // If true, $controller will allocate the object with the correct - // prototype chain, but will not invoke the controller until a returned - // callback is invoked. - // param `ident` --- An optional label which overrides the label parsed from the controller - // expression, if any. - var instance, match, constructor, identifier; - later = later === true; - if (ident && isString(ident)) { - identifier = ident; - } - - if (isString(expression)) { - match = expression.match(CNTRL_REG), - constructor = match[1], - identifier = identifier || match[3]; - expression = controllers.hasOwnProperty(constructor) - ? controllers[constructor] - : getter(locals.$scope, constructor, true) || - (globals ? getter($window, constructor, true) : undefined); - - assertArgFn(expression, constructor, true); - } - - if (later) { - // Instantiate controller later: - // This machinery is used to create an instance of the object before calling the - // controller's constructor itself. - // - // This allows properties to be added to the controller before the constructor is - // invoked. Primarily, this is used for isolate scope bindings in $compile. - // - // This feature is not intended for use by applications, and is thus not documented - // publicly. - // Object creation: http://jsperf.com/create-constructor/2 - var controllerPrototype = (isArray(expression) ? - expression[expression.length - 1] : expression).prototype; - instance = Object.create(controllerPrototype); - - if (identifier) { - addIdentifier(locals, identifier, instance, constructor || expression.name); - } - - return extend(function() { - $injector.invoke(expression, instance, locals, constructor); - return instance; - }, { - instance: instance, - identifier: identifier - }); - } - - instance = $injector.instantiate(expression, locals, constructor); - - if (identifier) { - addIdentifier(locals, identifier, instance, constructor || expression.name); - } - - return instance; - }; - - function addIdentifier(locals, identifier, instance, name) { - if (!(locals && isObject(locals.$scope))) { - throw minErr('$controller')('noscp', - "Cannot export controller '{0}' as '{1}'! No $scope object provided via `locals`.", - name, identifier); - } - - locals.$scope[identifier] = instance; - } - }]; -} - -/** - * @ngdoc service - * @name $document - * @requires $window - * - * @description - * A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` object. - * - * @example - - -
    -

    $document title:

    -

    window.document title:

    -
    -
    - - angular.module('documentExample', []) - .controller('ExampleController', ['$scope', '$document', function($scope, $document) { - $scope.title = $document[0].title; - $scope.windowTitle = angular.element(window.document)[0].title; - }]); - -
    - */ -function $DocumentProvider() { - this.$get = ['$window', function(window) { - return jqLite(window.document); - }]; -} - -/** - * @ngdoc service - * @name $exceptionHandler - * @requires ng.$log - * - * @description - * Any uncaught exception in angular expressions is delegated to this service. - * The default implementation simply delegates to `$log.error` which logs it into - * the browser console. - * - * In unit tests, if `angular-mocks.js` is loaded, this service is overridden by - * {@link ngMock.$exceptionHandler mock $exceptionHandler} which aids in testing. - * - * ## Example: - * - * ```js - * angular.module('exceptionOverride', []).factory('$exceptionHandler', function() { - * return function(exception, cause) { - * exception.message += ' (caused by "' + cause + '")'; - * throw exception; - * }; - * }); - * ``` - * - * This example will override the normal action of `$exceptionHandler`, to make angular - * exceptions fail hard when they happen, instead of just logging to the console. - * - *
    - * Note, that code executed in event-listeners (even those registered using jqLite's `on`/`bind` - * methods) does not delegate exceptions to the {@link ng.$exceptionHandler $exceptionHandler} - * (unless executed during a digest). - * - * If you wish, you can manually delegate exceptions, e.g. - * `try { ... } catch(e) { $exceptionHandler(e); }` - * - * @param {Error} exception Exception associated with the error. - * @param {string=} cause optional information about the context in which - * the error was thrown. - * - */ -function $ExceptionHandlerProvider() { - this.$get = ['$log', function($log) { - return function(exception, cause) { - $log.error.apply($log, arguments); - }; - }]; -} - -var APPLICATION_JSON = 'application/json'; -var CONTENT_TYPE_APPLICATION_JSON = {'Content-Type': APPLICATION_JSON + ';charset=utf-8'}; -var JSON_START = /^\s*(\[|\{[^\{])/; -var JSON_END = /[\}\]]\s*$/; -var JSON_PROTECTION_PREFIX = /^\)\]\}',?\n/; - -function defaultHttpResponseTransform(data, headers) { - if (isString(data)) { - // strip json vulnerability protection prefix - data = data.replace(JSON_PROTECTION_PREFIX, ''); - var contentType = headers('Content-Type'); - if ((contentType && contentType.indexOf(APPLICATION_JSON) === 0 && data.trim()) || - (JSON_START.test(data) && JSON_END.test(data))) { - data = fromJson(data); - } - } - return data; -} - -/** - * Parse headers into key value object - * - * @param {string} headers Raw headers as a string - * @returns {Object} Parsed headers as key value object - */ -function parseHeaders(headers) { - var parsed = createMap(), key, val, i; - - if (!headers) return parsed; - - forEach(headers.split('\n'), function(line) { - i = line.indexOf(':'); - key = lowercase(trim(line.substr(0, i))); - val = trim(line.substr(i + 1)); - - if (key) { - parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; - } - }); - - return parsed; -} - - -/** - * Returns a function that provides access to parsed headers. - * - * Headers are lazy parsed when first requested. - * @see parseHeaders - * - * @param {(string|Object)} headers Headers to provide access to. - * @returns {function(string=)} Returns a getter function which if called with: - * - * - if called with single an argument returns a single header value or null - * - if called with no arguments returns an object containing all headers. - */ -function headersGetter(headers) { - var headersObj = isObject(headers) ? headers : undefined; - - return function(name) { - if (!headersObj) headersObj = parseHeaders(headers); - - if (name) { - var value = headersObj[lowercase(name)]; - if (value === void 0) { - value = null; - } - return value; - } - - return headersObj; - }; -} - - -/** - * Chain all given functions - * - * This function is used for both request and response transforming - * - * @param {*} data Data to transform. - * @param {function(string=)} headers Http headers getter fn. - * @param {(Function|Array.)} fns Function or an array of functions. - * @returns {*} Transformed data. - */ -function transformData(data, headers, fns) { - if (isFunction(fns)) - return fns(data, headers); - - forEach(fns, function(fn) { - data = fn(data, headers); - }); - - return data; -} - - -function isSuccess(status) { - return 200 <= status && status < 300; -} - - -/** - * @ngdoc provider - * @name $httpProvider - * @description - * Use `$httpProvider` to change the default behavior of the {@link ng.$http $http} service. - * */ -function $HttpProvider() { - /** - * @ngdoc property - * @name $httpProvider#defaults - * @description - * - * Object containing default values for all {@link ng.$http $http} requests. - * - * - **`defaults.cache`** - {Object} - an object built with {@link ng.$cacheFactory `$cacheFactory`} - * that will provide the cache for all requests who set their `cache` property to `true`. - * If you set the `default.cache = false` then only requests that specify their own custom - * cache object will be cached. See {@link $http#caching $http Caching} for more information. - * - * - **`defaults.xsrfCookieName`** - {string} - Name of cookie containing the XSRF token. - * Defaults value is `'XSRF-TOKEN'`. - * - * - **`defaults.xsrfHeaderName`** - {string} - Name of HTTP header to populate with the - * XSRF token. Defaults value is `'X-XSRF-TOKEN'`. - * - * - **`defaults.headers`** - {Object} - Default headers for all $http requests. - * Refer to {@link ng.$http#setting-http-headers $http} for documentation on - * setting default headers. - * - **`defaults.headers.common`** - * - **`defaults.headers.post`** - * - **`defaults.headers.put`** - * - **`defaults.headers.patch`** - * - **/ - var defaults = this.defaults = { - // transform incoming response data - transformResponse: [defaultHttpResponseTransform], - - // transform outgoing request data - transformRequest: [function(d) { - return isObject(d) && !isFile(d) && !isBlob(d) ? toJson(d) : d; - }], - - // default headers - headers: { - common: { - 'Accept': 'application/json, text/plain, */*' - }, - post: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), - put: shallowCopy(CONTENT_TYPE_APPLICATION_JSON), - patch: shallowCopy(CONTENT_TYPE_APPLICATION_JSON) - }, - - xsrfCookieName: 'XSRF-TOKEN', - xsrfHeaderName: 'X-XSRF-TOKEN' - }; - - var useApplyAsync = false; - /** - * @ngdoc method - * @name $httpProvider#useApplyAsync - * @description - * - * Configure $http service to combine processing of multiple http responses received at around - * the same time via {@link ng.$rootScope.Scope#$applyAsync $rootScope.$applyAsync}. This can result in - * significant performance improvement for bigger applications that make many HTTP requests - * concurrently (common during application bootstrap). - * - * Defaults to false. If no value is specifed, returns the current configured value. - * - * @param {boolean=} value If true, when requests are loaded, they will schedule a deferred - * "apply" on the next tick, giving time for subsequent requests in a roughly ~10ms window - * to load and share the same digest cycle. - * - * @returns {boolean|Object} If a value is specified, returns the $httpProvider for chaining. - * otherwise, returns the current configured value. - **/ - this.useApplyAsync = function(value) { - if (isDefined(value)) { - useApplyAsync = !!value; - return this; - } - return useApplyAsync; - }; - - /** - * @ngdoc property - * @name $httpProvider#interceptors - * @description - * - * Array containing service factories for all synchronous or asynchronous {@link ng.$http $http} - * pre-processing of request or postprocessing of responses. - * - * These service factories are ordered by request, i.e. they are applied in the same order as the - * array, on request, but reverse order, on response. - * - * {@link ng.$http#interceptors Interceptors detailed info} - **/ - var interceptorFactories = this.interceptors = []; - - this.$get = ['$httpBackend', '$browser', '$cacheFactory', '$rootScope', '$q', '$injector', - function($httpBackend, $browser, $cacheFactory, $rootScope, $q, $injector) { - - var defaultCache = $cacheFactory('$http'); - - /** - * Interceptors stored in reverse order. Inner interceptors before outer interceptors. - * The reversal is needed so that we can build up the interception chain around the - * server request. - */ - var reversedInterceptors = []; - - forEach(interceptorFactories, function(interceptorFactory) { - reversedInterceptors.unshift(isString(interceptorFactory) - ? $injector.get(interceptorFactory) : $injector.invoke(interceptorFactory)); - }); - - /** - * @ngdoc service - * @kind function - * @name $http - * @requires ng.$httpBackend - * @requires $cacheFactory - * @requires $rootScope - * @requires $q - * @requires $injector - * - * @description - * The `$http` service is a core Angular service that facilitates communication with the remote - * HTTP servers via the browser's [XMLHttpRequest](https://developer.mozilla.org/en/xmlhttprequest) - * object or via [JSONP](http://en.wikipedia.org/wiki/JSONP). - * - * For unit testing applications that use `$http` service, see - * {@link ngMock.$httpBackend $httpBackend mock}. - * - * For a higher level of abstraction, please check out the {@link ngResource.$resource - * $resource} service. - * - * The $http API is based on the {@link ng.$q deferred/promise APIs} exposed by - * the $q service. While for simple usage patterns this doesn't matter much, for advanced usage - * it is important to familiarize yourself with these APIs and the guarantees they provide. - * - * - * ## General usage - * The `$http` service is a function which takes a single argument — a configuration object — - * that is used to generate an HTTP request and returns a {@link ng.$q promise} - * with two $http specific methods: `success` and `error`. - * - * ```js - * // Simple GET request example : - * $http.get('/someUrl'). - * success(function(data, status, headers, config) { - * // this callback will be called asynchronously - * // when the response is available - * }). - * error(function(data, status, headers, config) { - * // called asynchronously if an error occurs - * // or server returns response with an error status. - * }); - * ``` - * - * ```js - * // Simple POST request example (passing data) : - * $http.post('/someUrl', {msg:'hello word!'}). - * success(function(data, status, headers, config) { - * // this callback will be called asynchronously - * // when the response is available - * }). - * error(function(data, status, headers, config) { - * // called asynchronously if an error occurs - * // or server returns response with an error status. - * }); - * ``` - * - * - * Since the returned value of calling the $http function is a `promise`, you can also use - * the `then` method to register callbacks, and these callbacks will receive a single argument – - * an object representing the response. See the API signature and type info below for more - * details. - * - * A response status code between 200 and 299 is considered a success status and - * will result in the success callback being called. Note that if the response is a redirect, - * XMLHttpRequest will transparently follow it, meaning that the error callback will not be - * called for such responses. - * - * ## Writing Unit Tests that use $http - * When unit testing (using {@link ngMock ngMock}), it is necessary to call - * {@link ngMock.$httpBackend#flush $httpBackend.flush()} to flush each pending - * request using trained responses. - * - * ``` - * $httpBackend.expectGET(...); - * $http.get(...); - * $httpBackend.flush(); - * ``` - * - * ## Shortcut methods - * - * Shortcut methods are also available. All shortcut methods require passing in the URL, and - * request data must be passed in for POST/PUT requests. - * - * ```js - * $http.get('/someUrl').success(successCallback); - * $http.post('/someUrl', data).success(successCallback); - * ``` - * - * Complete list of shortcut methods: - * - * - {@link ng.$http#get $http.get} - * - {@link ng.$http#head $http.head} - * - {@link ng.$http#post $http.post} - * - {@link ng.$http#put $http.put} - * - {@link ng.$http#delete $http.delete} - * - {@link ng.$http#jsonp $http.jsonp} - * - {@link ng.$http#patch $http.patch} - * - * - * ## Setting HTTP Headers - * - * The $http service will automatically add certain HTTP headers to all requests. These defaults - * can be fully configured by accessing the `$httpProvider.defaults.headers` configuration - * object, which currently contains this default configuration: - * - * - `$httpProvider.defaults.headers.common` (headers that are common for all requests): - * - `Accept: application/json, text/plain, * / *` - * - `$httpProvider.defaults.headers.post`: (header defaults for POST requests) - * - `Content-Type: application/json` - * - `$httpProvider.defaults.headers.put` (header defaults for PUT requests) - * - `Content-Type: application/json` - * - * To add or overwrite these defaults, simply add or remove a property from these configuration - * objects. To add headers for an HTTP method other than POST or PUT, simply add a new object - * with the lowercased HTTP method name as the key, e.g. - * `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }. - * - * The defaults can also be set at runtime via the `$http.defaults` object in the same - * fashion. For example: - * - * ``` - * module.run(function($http) { - * $http.defaults.headers.common.Authorization = 'Basic YmVlcDpib29w' - * }); - * ``` - * - * In addition, you can supply a `headers` property in the config object passed when - * calling `$http(config)`, which overrides the defaults without changing them globally. - * - * To explicitly remove a header automatically added via $httpProvider.defaults.headers on a per request basis, - * Use the `headers` property, setting the desired header to `undefined`. For example: - * - * ```js - * var req = { - * method: 'POST', - * url: 'http://example.com', - * headers: { - * 'Content-Type': undefined - * }, - * data: { test: 'test' }, - * } - * - * $http(req).success(function(){...}).error(function(){...}); - * ``` - * - * ## Transforming Requests and Responses - * - * Both requests and responses can be transformed using transformation functions: `transformRequest` - * and `transformResponse`. These properties can be a single function that returns - * the transformed value (`{function(data, headersGetter)`) or an array of such transformation functions, - * which allows you to `push` or `unshift` a new transformation function into the transformation chain. - * - * ### Default Transformations - * - * The `$httpProvider` provider and `$http` service expose `defaults.transformRequest` and - * `defaults.transformResponse` properties. If a request does not provide its own transformations - * then these will be applied. - * - * You can augment or replace the default transformations by modifying these properties by adding to or - * replacing the array. - * - * Angular provides the following default transformations: - * - * Request transformations (`$httpProvider.defaults.transformRequest` and `$http.defaults.transformRequest`): - * - * - If the `data` property of the request configuration object contains an object, serialize it - * into JSON format. - * - * Response transformations (`$httpProvider.defaults.transformResponse` and `$http.defaults.transformResponse`): - * - * - If XSRF prefix is detected, strip it (see Security Considerations section below). - * - If JSON response is detected, deserialize it using a JSON parser. - * - * - * ### Overriding the Default Transformations Per Request - * - * If you wish override the request/response transformations only for a single request then provide - * `transformRequest` and/or `transformResponse` properties on the configuration object passed - * into `$http`. - * - * Note that if you provide these properties on the config object the default transformations will be - * overwritten. If you wish to augment the default transformations then you must include them in your - * local transformation array. - * - * The following code demonstrates adding a new response transformation to be run after the default response - * transformations have been run. - * - * ```js - * function appendTransform(defaults, transform) { - * - * // We can't guarantee that the default transformation is an array - * defaults = angular.isArray(defaults) ? defaults : [defaults]; - * - * // Append the new transformation to the defaults - * return defaults.concat(transform); - * } - * - * $http({ - * url: '...', - * method: 'GET', - * transformResponse: appendTransform($http.defaults.transformResponse, function(value) { - * return doTransform(value); - * }) - * }); - * ``` - * - * - * ## Caching - * - * To enable caching, set the request configuration `cache` property to `true` (to use default - * cache) or to a custom cache object (built with {@link ng.$cacheFactory `$cacheFactory`}). - * When the cache is enabled, `$http` stores the response from the server in the specified - * cache. The next time the same request is made, the response is served from the cache without - * sending a request to the server. - * - * Note that even if the response is served from cache, delivery of the data is asynchronous in - * the same way that real requests are. - * - * If there are multiple GET requests for the same URL that should be cached using the same - * cache, but the cache is not populated yet, only one request to the server will be made and - * the remaining requests will be fulfilled using the response from the first request. - * - * You can change the default cache to a new object (built with - * {@link ng.$cacheFactory `$cacheFactory`}) by updating the - * {@link ng.$http#defaults `$http.defaults.cache`} property. All requests who set - * their `cache` property to `true` will now use this cache object. - * - * If you set the default cache to `false` then only requests that specify their own custom - * cache object will be cached. - * - * ## Interceptors - * - * Before you start creating interceptors, be sure to understand the - * {@link ng.$q $q and deferred/promise APIs}. - * - * For purposes of global error handling, authentication, or any kind of synchronous or - * asynchronous pre-processing of request or postprocessing of responses, it is desirable to be - * able to intercept requests before they are handed to the server and - * responses before they are handed over to the application code that - * initiated these requests. The interceptors leverage the {@link ng.$q - * promise APIs} to fulfill this need for both synchronous and asynchronous pre-processing. - * - * The interceptors are service factories that are registered with the `$httpProvider` by - * adding them to the `$httpProvider.interceptors` array. The factory is called and - * injected with dependencies (if specified) and returns the interceptor. - * - * There are two kinds of interceptors (and two kinds of rejection interceptors): - * - * * `request`: interceptors get called with a http `config` object. The function is free to - * modify the `config` object or create a new one. The function needs to return the `config` - * object directly, or a promise containing the `config` or a new `config` object. - * * `requestError`: interceptor gets called when a previous interceptor threw an error or - * resolved with a rejection. - * * `response`: interceptors get called with http `response` object. The function is free to - * modify the `response` object or create a new one. The function needs to return the `response` - * object directly, or as a promise containing the `response` or a new `response` object. - * * `responseError`: interceptor gets called when a previous interceptor threw an error or - * resolved with a rejection. - * - * - * ```js - * // register the interceptor as a service - * $provide.factory('myHttpInterceptor', function($q, dependency1, dependency2) { - * return { - * // optional method - * 'request': function(config) { - * // do something on success - * return config; - * }, - * - * // optional method - * 'requestError': function(rejection) { - * // do something on error - * if (canRecover(rejection)) { - * return responseOrNewPromise - * } - * return $q.reject(rejection); - * }, - * - * - * - * // optional method - * 'response': function(response) { - * // do something on success - * return response; - * }, - * - * // optional method - * 'responseError': function(rejection) { - * // do something on error - * if (canRecover(rejection)) { - * return responseOrNewPromise - * } - * return $q.reject(rejection); - * } - * }; - * }); - * - * $httpProvider.interceptors.push('myHttpInterceptor'); - * - * - * // alternatively, register the interceptor via an anonymous factory - * $httpProvider.interceptors.push(function($q, dependency1, dependency2) { - * return { - * 'request': function(config) { - * // same as above - * }, - * - * 'response': function(response) { - * // same as above - * } - * }; - * }); - * ``` - * - * ## Security Considerations - * - * When designing web applications, consider security threats from: - * - * - [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) - * - [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) - * - * Both server and the client must cooperate in order to eliminate these threats. Angular comes - * pre-configured with strategies that address these issues, but for this to work backend server - * cooperation is required. - * - * ### JSON Vulnerability Protection - * - * A [JSON vulnerability](http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) - * allows third party website to turn your JSON resource URL into - * [JSONP](http://en.wikipedia.org/wiki/JSONP) request under some conditions. To - * counter this your server can prefix all JSON requests with following string `")]}',\n"`. - * Angular will automatically strip the prefix before processing it as JSON. - * - * For example if your server needs to return: - * ```js - * ['one','two'] - * ``` - * - * which is vulnerable to attack, your server can return: - * ```js - * )]}', - * ['one','two'] - * ``` - * - * Angular will strip the prefix, before processing the JSON. - * - * - * ### Cross Site Request Forgery (XSRF) Protection - * - * [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) is a technique by which - * an unauthorized site can gain your user's private data. Angular provides a mechanism - * to counter XSRF. When performing XHR requests, the $http service reads a token from a cookie - * (by default, `XSRF-TOKEN`) and sets it as an HTTP header (`X-XSRF-TOKEN`). Since only - * JavaScript that runs on your domain could read the cookie, your server can be assured that - * the XHR came from JavaScript running on your domain. The header will not be set for - * cross-domain requests. - * - * To take advantage of this, your server needs to set a token in a JavaScript readable session - * cookie called `XSRF-TOKEN` on the first HTTP GET request. On subsequent XHR requests the - * server can verify that the cookie matches `X-XSRF-TOKEN` HTTP header, and therefore be sure - * that only JavaScript running on your domain could have sent the request. The token must be - * unique for each user and must be verifiable by the server (to prevent the JavaScript from - * making up its own tokens). We recommend that the token is a digest of your site's - * authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography)) - * for added security. - * - * The name of the headers can be specified using the xsrfHeaderName and xsrfCookieName - * properties of either $httpProvider.defaults at config-time, $http.defaults at run-time, - * or the per-request config object. - * - * - * @param {object} config Object describing the request to be made and how it should be - * processed. The object has following properties: - * - * - **method** – `{string}` – HTTP method (e.g. 'GET', 'POST', etc) - * - **url** – `{string}` – Absolute or relative URL of the resource that is being requested. - * - **params** – `{Object.}` – Map of strings or objects which will be turned - * to `?key1=value1&key2=value2` after the url. If the value is not a string, it will be - * JSONified. - * - **data** – `{string|Object}` – Data to be sent as the request message data. - * - **headers** – `{Object}` – Map of strings or functions which return strings representing - * HTTP headers to send to the server. If the return value of a function is null, the - * header will not be sent. - * - **xsrfHeaderName** – `{string}` – Name of HTTP header to populate with the XSRF token. - * - **xsrfCookieName** – `{string}` – Name of cookie containing the XSRF token. - * - **transformRequest** – - * `{function(data, headersGetter)|Array.}` – - * transform function or an array of such functions. The transform function takes the http - * request body and headers and returns its transformed (typically serialized) version. - * See {@link ng.$http#overriding-the-default-transformations-per-request - * Overriding the Default Transformations} - * - **transformResponse** – - * `{function(data, headersGetter)|Array.}` – - * transform function or an array of such functions. The transform function takes the http - * response body and headers and returns its transformed (typically deserialized) version. - * See {@link ng.$http#overriding-the-default-transformations-per-request - * Overriding the Default Transformations} - * - **cache** – `{boolean|Cache}` – If true, a default $http cache will be used to cache the - * GET request, otherwise if a cache instance built with - * {@link ng.$cacheFactory $cacheFactory}, this cache will be used for - * caching. - * - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} - * that should abort the request when resolved. - * - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the - * XHR object. See [requests with credentials](https://developer.mozilla.org/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials) - * for more information. - * - **responseType** - `{string}` - see - * [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType). - * - * @returns {HttpPromise} Returns a {@link ng.$q promise} object with the - * standard `then` method and two http specific methods: `success` and `error`. The `then` - * method takes two arguments a success and an error callback which will be called with a - * response object. The `success` and `error` methods take a single argument - a function that - * will be called when the request succeeds or fails respectively. The arguments passed into - * these functions are destructured representation of the response object passed into the - * `then` method. The response object has these properties: - * - * - **data** – `{string|Object}` – The response body transformed with the transform - * functions. - * - **status** – `{number}` – HTTP status code of the response. - * - **headers** – `{function([headerName])}` – Header getter function. - * - **config** – `{Object}` – The configuration object that was used to generate the request. - * - **statusText** – `{string}` – HTTP status text of the response. - * - * @property {Array.} pendingRequests Array of config objects for currently pending - * requests. This is primarily meant to be used for debugging purposes. - * - * - * @example - - -
    - - -
    - - - -
    http status code: {{status}}
    -
    http response data: {{data}}
    -
    -
    - - angular.module('httpExample', []) - .controller('FetchController', ['$scope', '$http', '$templateCache', - function($scope, $http, $templateCache) { - $scope.method = 'GET'; - $scope.url = 'http-hello.html'; - - $scope.fetch = function() { - $scope.code = null; - $scope.response = null; - - $http({method: $scope.method, url: $scope.url, cache: $templateCache}). - success(function(data, status) { - $scope.status = status; - $scope.data = data; - }). - error(function(data, status) { - $scope.data = data || "Request failed"; - $scope.status = status; - }); - }; - - $scope.updateModel = function(method, url) { - $scope.method = method; - $scope.url = url; - }; - }]); - - - Hello, $http! - - - var status = element(by.binding('status')); - var data = element(by.binding('data')); - var fetchBtn = element(by.id('fetchbtn')); - var sampleGetBtn = element(by.id('samplegetbtn')); - var sampleJsonpBtn = element(by.id('samplejsonpbtn')); - var invalidJsonpBtn = element(by.id('invalidjsonpbtn')); - - it('should make an xhr GET request', function() { - sampleGetBtn.click(); - fetchBtn.click(); - expect(status.getText()).toMatch('200'); - expect(data.getText()).toMatch(/Hello, \$http!/); - }); - -// Commented out due to flakes. See https://github.com/angular/angular.js/issues/9185 -// it('should make a JSONP request to angularjs.org', function() { -// sampleJsonpBtn.click(); -// fetchBtn.click(); -// expect(status.getText()).toMatch('200'); -// expect(data.getText()).toMatch(/Super Hero!/); -// }); - - it('should make JSONP request to invalid URL and invoke the error handler', - function() { - invalidJsonpBtn.click(); - fetchBtn.click(); - expect(status.getText()).toMatch('0'); - expect(data.getText()).toMatch('Request failed'); - }); - -
    - */ - function $http(requestConfig) { - var config = { - method: 'get', - transformRequest: defaults.transformRequest, - transformResponse: defaults.transformResponse - }; - var headers = mergeHeaders(requestConfig); - - if (!angular.isObject(requestConfig)) { - throw minErr('$http')('badreq', 'Http request configuration must be an object. Received: {0}', requestConfig); - } - - extend(config, requestConfig); - config.headers = headers; - config.method = uppercase(config.method); - - var serverRequest = function(config) { - headers = config.headers; - var reqData = transformData(config.data, headersGetter(headers), config.transformRequest); - - // strip content-type if data is undefined - if (isUndefined(reqData)) { - forEach(headers, function(value, header) { - if (lowercase(header) === 'content-type') { - delete headers[header]; - } - }); - } - - if (isUndefined(config.withCredentials) && !isUndefined(defaults.withCredentials)) { - config.withCredentials = defaults.withCredentials; - } - - // send request - return sendReq(config, reqData, headers).then(transformResponse, transformResponse); - }; - - var chain = [serverRequest, undefined]; - var promise = $q.when(config); - - // apply interceptors - forEach(reversedInterceptors, function(interceptor) { - if (interceptor.request || interceptor.requestError) { - chain.unshift(interceptor.request, interceptor.requestError); - } - if (interceptor.response || interceptor.responseError) { - chain.push(interceptor.response, interceptor.responseError); - } - }); - - while (chain.length) { - var thenFn = chain.shift(); - var rejectFn = chain.shift(); - - promise = promise.then(thenFn, rejectFn); - } - - promise.success = function(fn) { - promise.then(function(response) { - fn(response.data, response.status, response.headers, config); - }); - return promise; - }; - - promise.error = function(fn) { - promise.then(null, function(response) { - fn(response.data, response.status, response.headers, config); - }); - return promise; - }; - - return promise; - - function transformResponse(response) { - // make a copy since the response must be cacheable - var resp = extend({}, response); - if (!response.data) { - resp.data = response.data; - } else { - resp.data = transformData(response.data, response.headers, config.transformResponse); - } - return (isSuccess(response.status)) - ? resp - : $q.reject(resp); - } - - function mergeHeaders(config) { - var defHeaders = defaults.headers, - reqHeaders = extend({}, config.headers), - defHeaderName, lowercaseDefHeaderName, reqHeaderName; - - defHeaders = extend({}, defHeaders.common, defHeaders[lowercase(config.method)]); - - // using for-in instead of forEach to avoid unecessary iteration after header has been found - defaultHeadersIteration: - for (defHeaderName in defHeaders) { - lowercaseDefHeaderName = lowercase(defHeaderName); - - for (reqHeaderName in reqHeaders) { - if (lowercase(reqHeaderName) === lowercaseDefHeaderName) { - continue defaultHeadersIteration; - } - } - - reqHeaders[defHeaderName] = defHeaders[defHeaderName]; - } - - // execute if header value is a function for merged headers - execHeaders(reqHeaders); - return reqHeaders; - - function execHeaders(headers) { - var headerContent; - - forEach(headers, function(headerFn, header) { - if (isFunction(headerFn)) { - headerContent = headerFn(); - if (headerContent != null) { - headers[header] = headerContent; - } else { - delete headers[header]; - } - } - }); - } - } - } - - $http.pendingRequests = []; - - /** - * @ngdoc method - * @name $http#get - * - * @description - * Shortcut method to perform `GET` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object - */ - - /** - * @ngdoc method - * @name $http#delete - * - * @description - * Shortcut method to perform `DELETE` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object - */ - - /** - * @ngdoc method - * @name $http#head - * - * @description - * Shortcut method to perform `HEAD` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object - */ - - /** - * @ngdoc method - * @name $http#jsonp - * - * @description - * Shortcut method to perform `JSONP` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request. - * The name of the callback should be the string `JSON_CALLBACK`. - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object - */ - createShortMethods('get', 'delete', 'head', 'jsonp'); - - /** - * @ngdoc method - * @name $http#post - * - * @description - * Shortcut method to perform `POST` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {*} data Request content - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object - */ - - /** - * @ngdoc method - * @name $http#put - * - * @description - * Shortcut method to perform `PUT` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {*} data Request content - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object - */ - - /** - * @ngdoc method - * @name $http#patch - * - * @description - * Shortcut method to perform `PATCH` request. - * - * @param {string} url Relative or absolute URL specifying the destination of the request - * @param {*} data Request content - * @param {Object=} config Optional configuration object - * @returns {HttpPromise} Future object - */ - createShortMethodsWithData('post', 'put', 'patch'); - - /** - * @ngdoc property - * @name $http#defaults - * - * @description - * Runtime equivalent of the `$httpProvider.defaults` property. Allows configuration of - * default headers, withCredentials as well as request and response transformations. - * - * See "Setting HTTP Headers" and "Transforming Requests and Responses" sections above. - */ - $http.defaults = defaults; - - - return $http; - - - function createShortMethods(names) { - forEach(arguments, function(name) { - $http[name] = function(url, config) { - return $http(extend(config || {}, { - method: name, - url: url - })); - }; - }); - } - - - function createShortMethodsWithData(name) { - forEach(arguments, function(name) { - $http[name] = function(url, data, config) { - return $http(extend(config || {}, { - method: name, - url: url, - data: data - })); - }; - }); - } - - - /** - * Makes the request. - * - * !!! ACCESSES CLOSURE VARS: - * $httpBackend, defaults, $log, $rootScope, defaultCache, $http.pendingRequests - */ - function sendReq(config, reqData, reqHeaders) { - var deferred = $q.defer(), - promise = deferred.promise, - cache, - cachedResp, - url = buildUrl(config.url, config.params); - - $http.pendingRequests.push(config); - promise.then(removePendingReq, removePendingReq); - - - if ((config.cache || defaults.cache) && config.cache !== false && - (config.method === 'GET' || config.method === 'JSONP')) { - cache = isObject(config.cache) ? config.cache - : isObject(defaults.cache) ? defaults.cache - : defaultCache; - } - - if (cache) { - cachedResp = cache.get(url); - if (isDefined(cachedResp)) { - if (isPromiseLike(cachedResp)) { - // cached request has already been sent, but there is no response yet - cachedResp.then(removePendingReq, removePendingReq); - return cachedResp; - } else { - // serving from cache - if (isArray(cachedResp)) { - resolvePromise(cachedResp[1], cachedResp[0], shallowCopy(cachedResp[2]), cachedResp[3]); - } else { - resolvePromise(cachedResp, 200, {}, 'OK'); - } - } - } else { - // put the promise for the non-transformed response into cache as a placeholder - cache.put(url, promise); - } - } - - - // if we won't have the response in cache, set the xsrf headers and - // send the request to the backend - if (isUndefined(cachedResp)) { - var xsrfValue = urlIsSameOrigin(config.url) - ? $browser.cookies()[config.xsrfCookieName || defaults.xsrfCookieName] - : undefined; - if (xsrfValue) { - reqHeaders[(config.xsrfHeaderName || defaults.xsrfHeaderName)] = xsrfValue; - } - - $httpBackend(config.method, url, reqData, done, reqHeaders, config.timeout, - config.withCredentials, config.responseType); - } - - return promise; - - - /** - * Callback registered to $httpBackend(): - * - caches the response if desired - * - resolves the raw $http promise - * - calls $apply - */ - function done(status, response, headersString, statusText) { - if (cache) { - if (isSuccess(status)) { - cache.put(url, [status, response, parseHeaders(headersString), statusText]); - } else { - // remove promise from the cache - cache.remove(url); - } - } - - function resolveHttpPromise() { - resolvePromise(response, status, headersString, statusText); - } - - if (useApplyAsync) { - $rootScope.$applyAsync(resolveHttpPromise); - } else { - resolveHttpPromise(); - if (!$rootScope.$$phase) $rootScope.$apply(); - } - } - - - /** - * Resolves the raw $http promise. - */ - function resolvePromise(response, status, headers, statusText) { - // normalize internal statuses to 0 - status = Math.max(status, 0); - - (isSuccess(status) ? deferred.resolve : deferred.reject)({ - data: response, - status: status, - headers: headersGetter(headers), - config: config, - statusText: statusText - }); - } - - - function removePendingReq() { - var idx = $http.pendingRequests.indexOf(config); - if (idx !== -1) $http.pendingRequests.splice(idx, 1); - } - } - - - function buildUrl(url, params) { - if (!params) return url; - var parts = []; - forEachSorted(params, function(value, key) { - if (value === null || isUndefined(value)) return; - if (!isArray(value)) value = [value]; - - forEach(value, function(v) { - if (isObject(v)) { - if (isDate(v)) { - v = v.toISOString(); - } else { - v = toJson(v); - } - } - parts.push(encodeUriQuery(key) + '=' + - encodeUriQuery(v)); - }); - }); - if (parts.length > 0) { - url += ((url.indexOf('?') == -1) ? '?' : '&') + parts.join('&'); - } - return url; - } - }]; -} - -function createXhr() { - return new window.XMLHttpRequest(); -} - -/** - * @ngdoc service - * @name $httpBackend - * @requires $window - * @requires $document - * - * @description - * HTTP backend used by the {@link ng.$http service} that delegates to - * XMLHttpRequest object or JSONP and deals with browser incompatibilities. - * - * You should never need to use this service directly, instead use the higher-level abstractions: - * {@link ng.$http $http} or {@link ngResource.$resource $resource}. - * - * During testing this implementation is swapped with {@link ngMock.$httpBackend mock - * $httpBackend} which can be trained with responses. - */ -function $HttpBackendProvider() { - this.$get = ['$browser', '$window', '$document', function($browser, $window, $document) { - return createHttpBackend($browser, createXhr, $browser.defer, $window.angular.callbacks, $document[0]); - }]; -} - -function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDocument) { - // TODO(vojta): fix the signature - return function(method, url, post, callback, headers, timeout, withCredentials, responseType) { - $browser.$$incOutstandingRequestCount(); - url = url || $browser.url(); - - if (lowercase(method) == 'jsonp') { - var callbackId = '_' + (callbacks.counter++).toString(36); - callbacks[callbackId] = function(data) { - callbacks[callbackId].data = data; - callbacks[callbackId].called = true; - }; - - var jsonpDone = jsonpReq(url.replace('JSON_CALLBACK', 'angular.callbacks.' + callbackId), - callbackId, function(status, text) { - completeRequest(callback, status, callbacks[callbackId].data, "", text); - callbacks[callbackId] = noop; - }); - } else { - - var xhr = createXhr(); - - xhr.open(method, url, true); - forEach(headers, function(value, key) { - if (isDefined(value)) { - xhr.setRequestHeader(key, value); - } - }); - - xhr.onload = function requestLoaded() { - var statusText = xhr.statusText || ''; - - // responseText is the old-school way of retrieving response (supported by IE8 & 9) - // response/responseType properties were introduced in XHR Level2 spec (supported by IE10) - var response = ('response' in xhr) ? xhr.response : xhr.responseText; - - // normalize IE9 bug (http://bugs.jquery.com/ticket/1450) - var status = xhr.status === 1223 ? 204 : xhr.status; - - // fix status code when it is 0 (0 status is undocumented). - // Occurs when accessing file resources or on Android 4.1 stock browser - // while retrieving files from application cache. - if (status === 0) { - status = response ? 200 : urlResolve(url).protocol == 'file' ? 404 : 0; - } - - completeRequest(callback, - status, - response, - xhr.getAllResponseHeaders(), - statusText); - }; - - var requestError = function() { - // The response is always empty - // See https://xhr.spec.whatwg.org/#request-error-steps and https://fetch.spec.whatwg.org/#concept-network-error - completeRequest(callback, -1, null, null, ''); - }; - - xhr.onerror = requestError; - xhr.onabort = requestError; - - if (withCredentials) { - xhr.withCredentials = true; - } - - if (responseType) { - try { - xhr.responseType = responseType; - } catch (e) { - // WebKit added support for the json responseType value on 09/03/2013 - // https://bugs.webkit.org/show_bug.cgi?id=73648. Versions of Safari prior to 7 are - // known to throw when setting the value "json" as the response type. Other older - // browsers implementing the responseType - // - // The json response type can be ignored if not supported, because JSON payloads are - // parsed on the client-side regardless. - if (responseType !== 'json') { - throw e; - } - } - } - - xhr.send(post || null); - } - - if (timeout > 0) { - var timeoutId = $browserDefer(timeoutRequest, timeout); - } else if (isPromiseLike(timeout)) { - timeout.then(timeoutRequest); - } - - - function timeoutRequest() { - jsonpDone && jsonpDone(); - xhr && xhr.abort(); - } - - function completeRequest(callback, status, response, headersString, statusText) { - // cancel timeout and subsequent timeout promise resolution - if (timeoutId !== undefined) { - $browserDefer.cancel(timeoutId); - } - jsonpDone = xhr = null; - - callback(status, response, headersString, statusText); - $browser.$$completeOutstandingRequest(noop); - } - }; - - function jsonpReq(url, callbackId, done) { - // we can't use jQuery/jqLite here because jQuery does crazy shit with script elements, e.g.: - // - fetches local scripts via XHR and evals them - // - adds and immediately removes script elements from the document - var script = rawDocument.createElement('script'), callback = null; - script.type = "text/javascript"; - script.src = url; - script.async = true; - - callback = function(event) { - removeEventListenerFn(script, "load", callback); - removeEventListenerFn(script, "error", callback); - rawDocument.body.removeChild(script); - script = null; - var status = -1; - var text = "unknown"; - - if (event) { - if (event.type === "load" && !callbacks[callbackId].called) { - event = { type: "error" }; - } - text = event.type; - status = event.type === "error" ? 404 : 200; - } - - if (done) { - done(status, text); - } - }; - - addEventListenerFn(script, "load", callback); - addEventListenerFn(script, "error", callback); - rawDocument.body.appendChild(script); - return callback; - } -} - -var $interpolateMinErr = minErr('$interpolate'); - -/** - * @ngdoc provider - * @name $interpolateProvider - * - * @description - * - * Used for configuring the interpolation markup. Defaults to `{{` and `}}`. - * - * @example - - - -
    - //demo.label// -
    -
    - - it('should interpolate binding with custom symbols', function() { - expect(element(by.binding('demo.label')).getText()).toBe('This binding is brought you by // interpolation symbols.'); - }); - -
    - */ -function $InterpolateProvider() { - var startSymbol = '{{'; - var endSymbol = '}}'; - - /** - * @ngdoc method - * @name $interpolateProvider#startSymbol - * @description - * Symbol to denote start of expression in the interpolated string. Defaults to `{{`. - * - * @param {string=} value new value to set the starting symbol to. - * @returns {string|self} Returns the symbol when used as getter and self if used as setter. - */ - this.startSymbol = function(value) { - if (value) { - startSymbol = value; - return this; - } else { - return startSymbol; - } - }; - - /** - * @ngdoc method - * @name $interpolateProvider#endSymbol - * @description - * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. - * - * @param {string=} value new value to set the ending symbol to. - * @returns {string|self} Returns the symbol when used as getter and self if used as setter. - */ - this.endSymbol = function(value) { - if (value) { - endSymbol = value; - return this; - } else { - return endSymbol; - } - }; - - - this.$get = ['$parse', '$exceptionHandler', '$sce', function($parse, $exceptionHandler, $sce) { - var startSymbolLength = startSymbol.length, - endSymbolLength = endSymbol.length, - escapedStartRegexp = new RegExp(startSymbol.replace(/./g, escape), 'g'), - escapedEndRegexp = new RegExp(endSymbol.replace(/./g, escape), 'g'); - - function escape(ch) { - return '\\\\\\' + ch; - } - - /** - * @ngdoc service - * @name $interpolate - * @kind function - * - * @requires $parse - * @requires $sce - * - * @description - * - * Compiles a string with markup into an interpolation function. This service is used by the - * HTML {@link ng.$compile $compile} service for data binding. See - * {@link ng.$interpolateProvider $interpolateProvider} for configuring the - * interpolation markup. - * - * - * ```js - * var $interpolate = ...; // injected - * var exp = $interpolate('Hello {{name | uppercase}}!'); - * expect(exp({name:'Angular'}).toEqual('Hello ANGULAR!'); - * ``` - * - * `$interpolate` takes an optional fourth argument, `allOrNothing`. If `allOrNothing` is - * `true`, the interpolation function will return `undefined` unless all embedded expressions - * evaluate to a value other than `undefined`. - * - * ```js - * var $interpolate = ...; // injected - * var context = {greeting: 'Hello', name: undefined }; - * - * // default "forgiving" mode - * var exp = $interpolate('{{greeting}} {{name}}!'); - * expect(exp(context)).toEqual('Hello !'); - * - * // "allOrNothing" mode - * exp = $interpolate('{{greeting}} {{name}}!', false, null, true); - * expect(exp(context)).toBeUndefined(); - * context.name = 'Angular'; - * expect(exp(context)).toEqual('Hello Angular!'); - * ``` - * - * `allOrNothing` is useful for interpolating URLs. `ngSrc` and `ngSrcset` use this behavior. - * - * ####Escaped Interpolation - * $interpolate provides a mechanism for escaping interpolation markers. Start and end markers - * can be escaped by preceding each of their characters with a REVERSE SOLIDUS U+005C (backslash). - * It will be rendered as a regular start/end marker, and will not be interpreted as an expression - * or binding. - * - * This enables web-servers to prevent script injection attacks and defacing attacks, to some - * degree, while also enabling code examples to work without relying on the - * {@link ng.directive:ngNonBindable ngNonBindable} directive. - * - * **For security purposes, it is strongly encouraged that web servers escape user-supplied data, - * replacing angle brackets (<, >) with &lt; and &gt; respectively, and replacing all - * interpolation start/end markers with their escaped counterparts.** - * - * Escaped interpolation markers are only replaced with the actual interpolation markers in rendered - * output when the $interpolate service processes the text. So, for HTML elements interpolated - * by {@link ng.$compile $compile}, or otherwise interpolated with the `mustHaveExpression` parameter - * set to `true`, the interpolated text must contain an unescaped interpolation expression. As such, - * this is typically useful only when user-data is used in rendering a template from the server, or - * when otherwise untrusted data is used by a directive. - * - * - * - *
    - *

    {{apptitle}}: \{\{ username = "defaced value"; \}\} - *

    - *

    {{username}} attempts to inject code which will deface the - * application, but fails to accomplish their task, because the server has correctly - * escaped the interpolation start/end markers with REVERSE SOLIDUS U+005C (backslash) - * characters.

    - *

    Instead, the result of the attempted script injection is visible, and can be removed - * from the database by an administrator.

    - *
    - *
    - *
    - * - * @param {string} text The text with markup to interpolate. - * @param {boolean=} mustHaveExpression if set to true then the interpolation string must have - * embedded expression in order to return an interpolation function. Strings with no - * embedded expression will return null for the interpolation function. - * @param {string=} trustedContext when provided, the returned function passes the interpolated - * result through {@link ng.$sce#getTrusted $sce.getTrusted(interpolatedResult, - * trustedContext)} before returning it. Refer to the {@link ng.$sce $sce} service that - * provides Strict Contextual Escaping for details. - * @param {boolean=} allOrNothing if `true`, then the returned function returns undefined - * unless all embedded expressions evaluate to a value other than `undefined`. - * @returns {function(context)} an interpolation function which is used to compute the - * interpolated string. The function has these parameters: - * - * - `context`: evaluation context for all expressions embedded in the interpolated text - */ - function $interpolate(text, mustHaveExpression, trustedContext, allOrNothing) { - allOrNothing = !!allOrNothing; - var startIndex, - endIndex, - index = 0, - expressions = [], - parseFns = [], - textLength = text.length, - exp, - concat = [], - expressionPositions = []; - - while (index < textLength) { - if (((startIndex = text.indexOf(startSymbol, index)) != -1) && - ((endIndex = text.indexOf(endSymbol, startIndex + startSymbolLength)) != -1)) { - if (index !== startIndex) { - concat.push(unescapeText(text.substring(index, startIndex))); - } - exp = text.substring(startIndex + startSymbolLength, endIndex); - expressions.push(exp); - parseFns.push($parse(exp, parseStringifyInterceptor)); - index = endIndex + endSymbolLength; - expressionPositions.push(concat.length); - concat.push(''); - } else { - // we did not find an interpolation, so we have to add the remainder to the separators array - if (index !== textLength) { - concat.push(unescapeText(text.substring(index))); - } - break; - } - } - - // Concatenating expressions makes it hard to reason about whether some combination of - // concatenated values are unsafe to use and could easily lead to XSS. By requiring that a - // single expression be used for iframe[src], object[src], etc., we ensure that the value - // that's used is assigned or constructed by some JS code somewhere that is more testable or - // make it obvious that you bound the value to some user controlled value. This helps reduce - // the load when auditing for XSS issues. - if (trustedContext && concat.length > 1) { - throw $interpolateMinErr('noconcat', - "Error while interpolating: {0}\nStrict Contextual Escaping disallows " + - "interpolations that concatenate multiple expressions when a trusted value is " + - "required. See http://docs.angularjs.org/api/ng.$sce", text); - } - - if (!mustHaveExpression || expressions.length) { - var compute = function(values) { - for (var i = 0, ii = expressions.length; i < ii; i++) { - if (allOrNothing && isUndefined(values[i])) return; - concat[expressionPositions[i]] = values[i]; - } - return concat.join(''); - }; - - var getValue = function(value) { - return trustedContext ? - $sce.getTrusted(trustedContext, value) : - $sce.valueOf(value); - }; - - var stringify = function(value) { - if (value == null) { // null || undefined - return ''; - } - switch (typeof value) { - case 'string': - break; - case 'number': - value = '' + value; - break; - default: - value = toJson(value); - } - - return value; - }; - - return extend(function interpolationFn(context) { - var i = 0; - var ii = expressions.length; - var values = new Array(ii); - - try { - for (; i < ii; i++) { - values[i] = parseFns[i](context); - } - - return compute(values); - } catch (err) { - var newErr = $interpolateMinErr('interr', "Can't interpolate: {0}\n{1}", text, - err.toString()); - $exceptionHandler(newErr); - } - - }, { - // all of these properties are undocumented for now - exp: text, //just for compatibility with regular watchers created via $watch - expressions: expressions, - $$watchDelegate: function(scope, listener, objectEquality) { - var lastValue; - return scope.$watchGroup(parseFns, function interpolateFnWatcher(values, oldValues) { - var currValue = compute(values); - if (isFunction(listener)) { - listener.call(this, currValue, values !== oldValues ? lastValue : currValue, scope); - } - lastValue = currValue; - }, objectEquality); - } - }); - } - - function unescapeText(text) { - return text.replace(escapedStartRegexp, startSymbol). - replace(escapedEndRegexp, endSymbol); - } - - function parseStringifyInterceptor(value) { - try { - value = getValue(value); - return allOrNothing && !isDefined(value) ? value : stringify(value); - } catch (err) { - var newErr = $interpolateMinErr('interr', "Can't interpolate: {0}\n{1}", text, - err.toString()); - $exceptionHandler(newErr); - } - } - } - - - /** - * @ngdoc method - * @name $interpolate#startSymbol - * @description - * Symbol to denote the start of expression in the interpolated string. Defaults to `{{`. - * - * Use {@link ng.$interpolateProvider#startSymbol `$interpolateProvider.startSymbol`} to change - * the symbol. - * - * @returns {string} start symbol. - */ - $interpolate.startSymbol = function() { - return startSymbol; - }; - - - /** - * @ngdoc method - * @name $interpolate#endSymbol - * @description - * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`. - * - * Use {@link ng.$interpolateProvider#endSymbol `$interpolateProvider.endSymbol`} to change - * the symbol. - * - * @returns {string} end symbol. - */ - $interpolate.endSymbol = function() { - return endSymbol; - }; - - return $interpolate; - }]; -} - -function $IntervalProvider() { - this.$get = ['$rootScope', '$window', '$q', '$$q', - function($rootScope, $window, $q, $$q) { - var intervals = {}; - - - /** - * @ngdoc service - * @name $interval - * - * @description - * Angular's wrapper for `window.setInterval`. The `fn` function is executed every `delay` - * milliseconds. - * - * The return value of registering an interval function is a promise. This promise will be - * notified upon each tick of the interval, and will be resolved after `count` iterations, or - * run indefinitely if `count` is not defined. The value of the notification will be the - * number of iterations that have run. - * To cancel an interval, call `$interval.cancel(promise)`. - * - * In tests you can use {@link ngMock.$interval#flush `$interval.flush(millis)`} to - * move forward by `millis` milliseconds and trigger any functions scheduled to run in that - * time. - * - *
    - * **Note**: Intervals created by this service must be explicitly destroyed when you are finished - * with them. In particular they are not automatically destroyed when a controller's scope or a - * directive's element are destroyed. - * You should take this into consideration and make sure to always cancel the interval at the - * appropriate moment. See the example below for more details on how and when to do this. - *
    - * - * @param {function()} fn A function that should be called repeatedly. - * @param {number} delay Number of milliseconds between each function call. - * @param {number=} [count=0] Number of times to repeat. If not set, or 0, will repeat - * indefinitely. - * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise - * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. - * @returns {promise} A promise which will be notified on each iteration. - * - * @example - * - * - * - * - *
    - *
    - * Date format:
    - * Current time is: - *
    - * Blood 1 : {{blood_1}} - * Blood 2 : {{blood_2}} - * - * - * - *
    - *
    - * - *
    - *
    - */ - function interval(fn, delay, count, invokeApply) { - var setInterval = $window.setInterval, - clearInterval = $window.clearInterval, - iteration = 0, - skipApply = (isDefined(invokeApply) && !invokeApply), - deferred = (skipApply ? $$q : $q).defer(), - promise = deferred.promise; - - count = isDefined(count) ? count : 0; - - promise.then(null, null, fn); - - promise.$$intervalId = setInterval(function tick() { - deferred.notify(iteration++); - - if (count > 0 && iteration >= count) { - deferred.resolve(iteration); - clearInterval(promise.$$intervalId); - delete intervals[promise.$$intervalId]; - } - - if (!skipApply) $rootScope.$apply(); - - }, delay); - - intervals[promise.$$intervalId] = deferred; - - return promise; - } - - - /** - * @ngdoc method - * @name $interval#cancel - * - * @description - * Cancels a task associated with the `promise`. - * - * @param {promise} promise returned by the `$interval` function. - * @returns {boolean} Returns `true` if the task was successfully canceled. - */ - interval.cancel = function(promise) { - if (promise && promise.$$intervalId in intervals) { - intervals[promise.$$intervalId].reject('canceled'); - $window.clearInterval(promise.$$intervalId); - delete intervals[promise.$$intervalId]; - return true; - } - return false; - }; - - return interval; - }]; -} - -/** - * @ngdoc service - * @name $locale - * - * @description - * $locale service provides localization rules for various Angular components. As of right now the - * only public api is: - * - * * `id` – `{string}` – locale id formatted as `languageId-countryId` (e.g. `en-us`) - */ -function $LocaleProvider() { - this.$get = function() { - return { - id: 'en-us', - - NUMBER_FORMATS: { - DECIMAL_SEP: '.', - GROUP_SEP: ',', - PATTERNS: [ - { // Decimal Pattern - minInt: 1, - minFrac: 0, - maxFrac: 3, - posPre: '', - posSuf: '', - negPre: '-', - negSuf: '', - gSize: 3, - lgSize: 3 - },{ //Currency Pattern - minInt: 1, - minFrac: 2, - maxFrac: 2, - posPre: '\u00A4', - posSuf: '', - negPre: '(\u00A4', - negSuf: ')', - gSize: 3, - lgSize: 3 - } - ], - CURRENCY_SYM: '$' - }, - - DATETIME_FORMATS: { - MONTH: - 'January,February,March,April,May,June,July,August,September,October,November,December' - .split(','), - SHORTMONTH: 'Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec'.split(','), - DAY: 'Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday'.split(','), - SHORTDAY: 'Sun,Mon,Tue,Wed,Thu,Fri,Sat'.split(','), - AMPMS: ['AM','PM'], - medium: 'MMM d, y h:mm:ss a', - 'short': 'M/d/yy h:mm a', - fullDate: 'EEEE, MMMM d, y', - longDate: 'MMMM d, y', - mediumDate: 'MMM d, y', - shortDate: 'M/d/yy', - mediumTime: 'h:mm:ss a', - shortTime: 'h:mm a' - }, - - pluralCat: function(num) { - if (num === 1) { - return 'one'; - } - return 'other'; - } - }; - }; -} - -var PATH_MATCH = /^([^\?#]*)(\?([^#]*))?(#(.*))?$/, - DEFAULT_PORTS = {'http': 80, 'https': 443, 'ftp': 21}; -var $locationMinErr = minErr('$location'); - - -/** - * Encode path using encodeUriSegment, ignoring forward slashes - * - * @param {string} path Path to encode - * @returns {string} - */ -function encodePath(path) { - var segments = path.split('/'), - i = segments.length; - - while (i--) { - segments[i] = encodeUriSegment(segments[i]); - } - - return segments.join('/'); -} - -function parseAbsoluteUrl(absoluteUrl, locationObj) { - var parsedUrl = urlResolve(absoluteUrl); - - locationObj.$$protocol = parsedUrl.protocol; - locationObj.$$host = parsedUrl.hostname; - locationObj.$$port = int(parsedUrl.port) || DEFAULT_PORTS[parsedUrl.protocol] || null; -} - - -function parseAppUrl(relativeUrl, locationObj) { - var prefixed = (relativeUrl.charAt(0) !== '/'); - if (prefixed) { - relativeUrl = '/' + relativeUrl; - } - var match = urlResolve(relativeUrl); - locationObj.$$path = decodeURIComponent(prefixed && match.pathname.charAt(0) === '/' ? - match.pathname.substring(1) : match.pathname); - locationObj.$$search = parseKeyValue(match.search); - locationObj.$$hash = decodeURIComponent(match.hash); - - // make sure path starts with '/'; - if (locationObj.$$path && locationObj.$$path.charAt(0) != '/') { - locationObj.$$path = '/' + locationObj.$$path; - } -} - - -/** - * - * @param {string} begin - * @param {string} whole - * @returns {string} returns text from whole after begin or undefined if it does not begin with - * expected string. - */ -function beginsWith(begin, whole) { - if (whole.indexOf(begin) === 0) { - return whole.substr(begin.length); - } -} - - -function stripHash(url) { - var index = url.indexOf('#'); - return index == -1 ? url : url.substr(0, index); -} - - -function stripFile(url) { - return url.substr(0, stripHash(url).lastIndexOf('/') + 1); -} - -/* return the server only (scheme://host:port) */ -function serverBase(url) { - return url.substring(0, url.indexOf('/', url.indexOf('//') + 2)); -} - - -/** - * LocationHtml5Url represents an url - * This object is exposed as $location service when HTML5 mode is enabled and supported - * - * @constructor - * @param {string} appBase application base URL - * @param {string} basePrefix url path prefix - */ -function LocationHtml5Url(appBase, basePrefix) { - this.$$html5 = true; - basePrefix = basePrefix || ''; - var appBaseNoFile = stripFile(appBase); - parseAbsoluteUrl(appBase, this); - - - /** - * Parse given html5 (regular) url string into properties - * @param {string} url HTML5 url - * @private - */ - this.$$parse = function(url) { - var pathUrl = beginsWith(appBaseNoFile, url); - if (!isString(pathUrl)) { - throw $locationMinErr('ipthprfx', 'Invalid url "{0}", missing path prefix "{1}".', url, - appBaseNoFile); - } - - parseAppUrl(pathUrl, this); - - if (!this.$$path) { - this.$$path = '/'; - } - - this.$$compose(); - }; - - /** - * Compose url and update `absUrl` property - * @private - */ - this.$$compose = function() { - var search = toKeyValue(this.$$search), - hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; - - this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; - this.$$absUrl = appBaseNoFile + this.$$url.substr(1); // first char is always '/' - }; - - this.$$parseLinkUrl = function(url, relHref) { - if (relHref && relHref[0] === '#') { - // special case for links to hash fragments: - // keep the old url and only replace the hash fragment - this.hash(relHref.slice(1)); - return true; - } - var appUrl, prevAppUrl; - var rewrittenUrl; - - if ((appUrl = beginsWith(appBase, url)) !== undefined) { - prevAppUrl = appUrl; - if ((appUrl = beginsWith(basePrefix, appUrl)) !== undefined) { - rewrittenUrl = appBaseNoFile + (beginsWith('/', appUrl) || appUrl); - } else { - rewrittenUrl = appBase + prevAppUrl; - } - } else if ((appUrl = beginsWith(appBaseNoFile, url)) !== undefined) { - rewrittenUrl = appBaseNoFile + appUrl; - } else if (appBaseNoFile == url + '/') { - rewrittenUrl = appBaseNoFile; - } - if (rewrittenUrl) { - this.$$parse(rewrittenUrl); - } - return !!rewrittenUrl; - }; -} - - -/** - * LocationHashbangUrl represents url - * This object is exposed as $location service when developer doesn't opt into html5 mode. - * It also serves as the base class for html5 mode fallback on legacy browsers. - * - * @constructor - * @param {string} appBase application base URL - * @param {string} hashPrefix hashbang prefix - */ -function LocationHashbangUrl(appBase, hashPrefix) { - var appBaseNoFile = stripFile(appBase); - - parseAbsoluteUrl(appBase, this); - - - /** - * Parse given hashbang url into properties - * @param {string} url Hashbang url - * @private - */ - this.$$parse = function(url) { - var withoutBaseUrl = beginsWith(appBase, url) || beginsWith(appBaseNoFile, url); - var withoutHashUrl = withoutBaseUrl.charAt(0) == '#' - ? beginsWith(hashPrefix, withoutBaseUrl) - : (this.$$html5) - ? withoutBaseUrl - : ''; - - if (!isString(withoutHashUrl)) { - throw $locationMinErr('ihshprfx', 'Invalid url "{0}", missing hash prefix "{1}".', url, - hashPrefix); - } - parseAppUrl(withoutHashUrl, this); - - this.$$path = removeWindowsDriveName(this.$$path, withoutHashUrl, appBase); - - this.$$compose(); - - /* - * In Windows, on an anchor node on documents loaded from - * the filesystem, the browser will return a pathname - * prefixed with the drive name ('/C:/path') when a - * pathname without a drive is set: - * * a.setAttribute('href', '/foo') - * * a.pathname === '/C:/foo' //true - * - * Inside of Angular, we're always using pathnames that - * do not include drive names for routing. - */ - function removeWindowsDriveName(path, url, base) { - /* - Matches paths for file protocol on windows, - such as /C:/foo/bar, and captures only /foo/bar. - */ - var windowsFilePathExp = /^\/[A-Z]:(\/.*)/; - - var firstPathSegmentMatch; - - //Get the relative path from the input URL. - if (url.indexOf(base) === 0) { - url = url.replace(base, ''); - } - - // The input URL intentionally contains a first path segment that ends with a colon. - if (windowsFilePathExp.exec(url)) { - return path; - } - - firstPathSegmentMatch = windowsFilePathExp.exec(path); - return firstPathSegmentMatch ? firstPathSegmentMatch[1] : path; - } - }; - - /** - * Compose hashbang url and update `absUrl` property - * @private - */ - this.$$compose = function() { - var search = toKeyValue(this.$$search), - hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; - - this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; - this.$$absUrl = appBase + (this.$$url ? hashPrefix + this.$$url : ''); - }; - - this.$$parseLinkUrl = function(url, relHref) { - if (stripHash(appBase) == stripHash(url)) { - this.$$parse(url); - return true; - } - return false; - }; -} - - -/** - * LocationHashbangUrl represents url - * This object is exposed as $location service when html5 history api is enabled but the browser - * does not support it. - * - * @constructor - * @param {string} appBase application base URL - * @param {string} hashPrefix hashbang prefix - */ -function LocationHashbangInHtml5Url(appBase, hashPrefix) { - this.$$html5 = true; - LocationHashbangUrl.apply(this, arguments); - - var appBaseNoFile = stripFile(appBase); - - this.$$parseLinkUrl = function(url, relHref) { - if (relHref && relHref[0] === '#') { - // special case for links to hash fragments: - // keep the old url and only replace the hash fragment - this.hash(relHref.slice(1)); - return true; - } - - var rewrittenUrl; - var appUrl; - - if (appBase == stripHash(url)) { - rewrittenUrl = url; - } else if ((appUrl = beginsWith(appBaseNoFile, url))) { - rewrittenUrl = appBase + hashPrefix + appUrl; - } else if (appBaseNoFile === url + '/') { - rewrittenUrl = appBaseNoFile; - } - if (rewrittenUrl) { - this.$$parse(rewrittenUrl); - } - return !!rewrittenUrl; - }; - - this.$$compose = function() { - var search = toKeyValue(this.$$search), - hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : ''; - - this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash; - // include hashPrefix in $$absUrl when $$url is empty so IE8 & 9 do not reload page because of removal of '#' - this.$$absUrl = appBase + hashPrefix + this.$$url; - }; - -} - - -var locationPrototype = { - - /** - * Are we in html5 mode? - * @private - */ - $$html5: false, - - /** - * Has any change been replacing? - * @private - */ - $$replace: false, - - /** - * @ngdoc method - * @name $location#absUrl - * - * @description - * This method is getter only. - * - * Return full url representation with all segments encoded according to rules specified in - * [RFC 3986](http://www.ietf.org/rfc/rfc3986.txt). - * - * - * ```js - * // given url http://example.com/#/some/path?foo=bar&baz=xoxo - * var absUrl = $location.absUrl(); - * // => "http://example.com/#/some/path?foo=bar&baz=xoxo" - * ``` - * - * @return {string} full url - */ - absUrl: locationGetter('$$absUrl'), - - /** - * @ngdoc method - * @name $location#url - * - * @description - * This method is getter / setter. - * - * Return url (e.g. `/path?a=b#hash`) when called without any parameter. - * - * Change path, search and hash, when called with parameter and return `$location`. - * - * - * ```js - * // given url http://example.com/#/some/path?foo=bar&baz=xoxo - * var url = $location.url(); - * // => "/some/path?foo=bar&baz=xoxo" - * ``` - * - * @param {string=} url New url without base prefix (e.g. `/path?a=b#hash`) - * @return {string} url - */ - url: function(url) { - if (isUndefined(url)) - return this.$$url; - - var match = PATH_MATCH.exec(url); - if (match[1] || url === '') this.path(decodeURIComponent(match[1])); - if (match[2] || match[1] || url === '') this.search(match[3] || ''); - this.hash(match[5] || ''); - - return this; - }, - - /** - * @ngdoc method - * @name $location#protocol - * - * @description - * This method is getter only. - * - * Return protocol of current url. - * - * - * ```js - * // given url http://example.com/#/some/path?foo=bar&baz=xoxo - * var protocol = $location.protocol(); - * // => "http" - * ``` - * - * @return {string} protocol of current url - */ - protocol: locationGetter('$$protocol'), - - /** - * @ngdoc method - * @name $location#host - * - * @description - * This method is getter only. - * - * Return host of current url. - * - * - * ```js - * // given url http://example.com/#/some/path?foo=bar&baz=xoxo - * var host = $location.host(); - * // => "example.com" - * ``` - * - * @return {string} host of current url. - */ - host: locationGetter('$$host'), - - /** - * @ngdoc method - * @name $location#port - * - * @description - * This method is getter only. - * - * Return port of current url. - * - * - * ```js - * // given url http://example.com/#/some/path?foo=bar&baz=xoxo - * var port = $location.port(); - * // => 80 - * ``` - * - * @return {Number} port - */ - port: locationGetter('$$port'), - - /** - * @ngdoc method - * @name $location#path - * - * @description - * This method is getter / setter. - * - * Return path of current url when called without any parameter. - * - * Change path when called with parameter and return `$location`. - * - * Note: Path should always begin with forward slash (/), this method will add the forward slash - * if it is missing. - * - * - * ```js - * // given url http://example.com/#/some/path?foo=bar&baz=xoxo - * var path = $location.path(); - * // => "/some/path" - * ``` - * - * @param {(string|number)=} path New path - * @return {string} path - */ - path: locationGetterSetter('$$path', function(path) { - path = path !== null ? path.toString() : ''; - return path.charAt(0) == '/' ? path : '/' + path; - }), - - /** - * @ngdoc method - * @name $location#search - * - * @description - * This method is getter / setter. - * - * Return search part (as object) of current url when called without any parameter. - * - * Change search part when called with parameter and return `$location`. - * - * - * ```js - * // given url http://example.com/#/some/path?foo=bar&baz=xoxo - * var searchObject = $location.search(); - * // => {foo: 'bar', baz: 'xoxo'} - * - * // set foo to 'yipee' - * $location.search('foo', 'yipee'); - * // $location.search() => {foo: 'yipee', baz: 'xoxo'} - * ``` - * - * @param {string|Object.|Object.>} search New search params - string or - * hash object. - * - * When called with a single argument the method acts as a setter, setting the `search` component - * of `$location` to the specified value. - * - * If the argument is a hash object containing an array of values, these values will be encoded - * as duplicate search parameters in the url. - * - * @param {(string|Number|Array|boolean)=} paramValue If `search` is a string or number, then `paramValue` - * will override only a single search property. - * - * If `paramValue` is an array, it will override the property of the `search` component of - * `$location` specified via the first argument. - * - * If `paramValue` is `null`, the property specified via the first argument will be deleted. - * - * If `paramValue` is `true`, the property specified via the first argument will be added with no - * value nor trailing equal sign. - * - * @return {Object} If called with no arguments returns the parsed `search` object. If called with - * one or more arguments returns `$location` object itself. - */ - search: function(search, paramValue) { - switch (arguments.length) { - case 0: - return this.$$search; - case 1: - if (isString(search) || isNumber(search)) { - search = search.toString(); - this.$$search = parseKeyValue(search); - } else if (isObject(search)) { - search = copy(search, {}); - // remove object undefined or null properties - forEach(search, function(value, key) { - if (value == null) delete search[key]; - }); - - this.$$search = search; - } else { - throw $locationMinErr('isrcharg', - 'The first argument of the `$location#search()` call must be a string or an object.'); - } - break; - default: - if (isUndefined(paramValue) || paramValue === null) { - delete this.$$search[search]; - } else { - this.$$search[search] = paramValue; - } - } - - this.$$compose(); - return this; - }, - - /** - * @ngdoc method - * @name $location#hash - * - * @description - * This method is getter / setter. - * - * Return hash fragment when called without any parameter. - * - * Change hash fragment when called with parameter and return `$location`. - * - * - * ```js - * // given url http://example.com/some/path?foo=bar&baz=xoxo#hashValue - * var hash = $location.hash(); - * // => "hashValue" - * ``` - * - * @param {(string|number)=} hash New hash fragment - * @return {string} hash - */ - hash: locationGetterSetter('$$hash', function(hash) { - return hash !== null ? hash.toString() : ''; - }), - - /** - * @ngdoc method - * @name $location#replace - * - * @description - * If called, all changes to $location during current `$digest` will be replacing current history - * record, instead of adding new one. - */ - replace: function() { - this.$$replace = true; - return this; - } -}; - -forEach([LocationHashbangInHtml5Url, LocationHashbangUrl, LocationHtml5Url], function(Location) { - Location.prototype = Object.create(locationPrototype); - - /** - * @ngdoc method - * @name $location#state - * - * @description - * This method is getter / setter. - * - * Return the history state object when called without any parameter. - * - * Change the history state object when called with one parameter and return `$location`. - * The state object is later passed to `pushState` or `replaceState`. - * - * NOTE: This method is supported only in HTML5 mode and only in browsers supporting - * the HTML5 History API (i.e. methods `pushState` and `replaceState`). If you need to support - * older browsers (like IE9 or Android < 4.0), don't use this method. - * - * @param {object=} state State object for pushState or replaceState - * @return {object} state - */ - Location.prototype.state = function(state) { - if (!arguments.length) - return this.$$state; - - if (Location !== LocationHtml5Url || !this.$$html5) { - throw $locationMinErr('nostate', 'History API state support is available only ' + - 'in HTML5 mode and only in browsers supporting HTML5 History API'); - } - // The user might modify `stateObject` after invoking `$location.state(stateObject)` - // but we're changing the $$state reference to $browser.state() during the $digest - // so the modification window is narrow. - this.$$state = isUndefined(state) ? null : state; - - return this; - }; -}); - - -function locationGetter(property) { - return function() { - return this[property]; - }; -} - - -function locationGetterSetter(property, preprocess) { - return function(value) { - if (isUndefined(value)) - return this[property]; - - this[property] = preprocess(value); - this.$$compose(); - - return this; - }; -} - - -/** - * @ngdoc service - * @name $location - * - * @requires $rootElement - * - * @description - * The $location service parses the URL in the browser address bar (based on the - * [window.location](https://developer.mozilla.org/en/window.location)) and makes the URL - * available to your application. Changes to the URL in the address bar are reflected into - * $location service and changes to $location are reflected into the browser address bar. - * - * **The $location service:** - * - * - Exposes the current URL in the browser address bar, so you can - * - Watch and observe the URL. - * - Change the URL. - * - Synchronizes the URL with the browser when the user - * - Changes the address bar. - * - Clicks the back or forward button (or clicks a History link). - * - Clicks on a link. - * - Represents the URL object as a set of methods (protocol, host, port, path, search, hash). - * - * For more information see {@link guide/$location Developer Guide: Using $location} - */ - -/** - * @ngdoc provider - * @name $locationProvider - * @description - * Use the `$locationProvider` to configure how the application deep linking paths are stored. - */ -function $LocationProvider() { - var hashPrefix = '', - html5Mode = { - enabled: false, - requireBase: true, - rewriteLinks: true - }; - - /** - * @ngdoc method - * @name $locationProvider#hashPrefix - * @description - * @param {string=} prefix Prefix for hash part (containing path and search) - * @returns {*} current value if used as getter or itself (chaining) if used as setter - */ - this.hashPrefix = function(prefix) { - if (isDefined(prefix)) { - hashPrefix = prefix; - return this; - } else { - return hashPrefix; - } - }; - - /** - * @ngdoc method - * @name $locationProvider#html5Mode - * @description - * @param {(boolean|Object)=} mode If boolean, sets `html5Mode.enabled` to value. - * If object, sets `enabled`, `requireBase` and `rewriteLinks` to respective values. Supported - * properties: - * - **enabled** – `{boolean}` – (default: false) If true, will rely on `history.pushState` to - * change urls where supported. Will fall back to hash-prefixed paths in browsers that do not - * support `pushState`. - * - **requireBase** - `{boolean}` - (default: `true`) When html5Mode is enabled, specifies - * whether or not a tag is required to be present. If `enabled` and `requireBase` are - * true, and a base tag is not present, an error will be thrown when `$location` is injected. - * See the {@link guide/$location $location guide for more information} - * - **rewriteLinks** - `{boolean}` - (default: `true`) When html5Mode is enabled, - * enables/disables url rewriting for relative links. - * - * @returns {Object} html5Mode object if used as getter or itself (chaining) if used as setter - */ - this.html5Mode = function(mode) { - if (isBoolean(mode)) { - html5Mode.enabled = mode; - return this; - } else if (isObject(mode)) { - - if (isBoolean(mode.enabled)) { - html5Mode.enabled = mode.enabled; - } - - if (isBoolean(mode.requireBase)) { - html5Mode.requireBase = mode.requireBase; - } - - if (isBoolean(mode.rewriteLinks)) { - html5Mode.rewriteLinks = mode.rewriteLinks; - } - - return this; - } else { - return html5Mode; - } - }; - - /** - * @ngdoc event - * @name $location#$locationChangeStart - * @eventType broadcast on root scope - * @description - * Broadcasted before a URL will change. - * - * This change can be prevented by calling - * `preventDefault` method of the event. See {@link ng.$rootScope.Scope#$on} for more - * details about event object. Upon successful change - * {@link ng.$location#$locationChangeSuccess $locationChangeSuccess} is fired. - * - * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when - * the browser supports the HTML5 History API. - * - * @param {Object} angularEvent Synthetic event object. - * @param {string} newUrl New URL - * @param {string=} oldUrl URL that was before it was changed. - * @param {string=} newState New history state object - * @param {string=} oldState History state object that was before it was changed. - */ - - /** - * @ngdoc event - * @name $location#$locationChangeSuccess - * @eventType broadcast on root scope - * @description - * Broadcasted after a URL was changed. - * - * The `newState` and `oldState` parameters may be defined only in HTML5 mode and when - * the browser supports the HTML5 History API. - * - * @param {Object} angularEvent Synthetic event object. - * @param {string} newUrl New URL - * @param {string=} oldUrl URL that was before it was changed. - * @param {string=} newState New history state object - * @param {string=} oldState History state object that was before it was changed. - */ - - this.$get = ['$rootScope', '$browser', '$sniffer', '$rootElement', - function($rootScope, $browser, $sniffer, $rootElement) { - var $location, - LocationMode, - baseHref = $browser.baseHref(), // if base[href] is undefined, it defaults to '' - initialUrl = $browser.url(), - appBase; - - if (html5Mode.enabled) { - if (!baseHref && html5Mode.requireBase) { - throw $locationMinErr('nobase', - "$location in HTML5 mode requires a tag to be present!"); - } - appBase = serverBase(initialUrl) + (baseHref || '/'); - LocationMode = $sniffer.history ? LocationHtml5Url : LocationHashbangInHtml5Url; - } else { - appBase = stripHash(initialUrl); - LocationMode = LocationHashbangUrl; - } - $location = new LocationMode(appBase, '#' + hashPrefix); - $location.$$parseLinkUrl(initialUrl, initialUrl); - - $location.$$state = $browser.state(); - - var IGNORE_URI_REGEXP = /^\s*(javascript|mailto):/i; - - function setBrowserUrlWithFallback(url, replace, state) { - var oldUrl = $location.url(); - var oldState = $location.$$state; - try { - $browser.url(url, replace, state); - - // Make sure $location.state() returns referentially identical (not just deeply equal) - // state object; this makes possible quick checking if the state changed in the digest - // loop. Checking deep equality would be too expensive. - $location.$$state = $browser.state(); - } catch (e) { - // Restore old values if pushState fails - $location.url(oldUrl); - $location.$$state = oldState; - - throw e; - } - } - - $rootElement.on('click', function(event) { - // TODO(vojta): rewrite link when opening in new tab/window (in legacy browser) - // currently we open nice url link and redirect then - - if (!html5Mode.rewriteLinks || event.ctrlKey || event.metaKey || event.which == 2) return; - - var elm = jqLite(event.target); - - // traverse the DOM up to find first A tag - while (nodeName_(elm[0]) !== 'a') { - // ignore rewriting if no A tag (reached root element, or no parent - removed from document) - if (elm[0] === $rootElement[0] || !(elm = elm.parent())[0]) return; - } - - var absHref = elm.prop('href'); - // get the actual href attribute - see - // http://msdn.microsoft.com/en-us/library/ie/dd347148(v=vs.85).aspx - var relHref = elm.attr('href') || elm.attr('xlink:href'); - - if (isObject(absHref) && absHref.toString() === '[object SVGAnimatedString]') { - // SVGAnimatedString.animVal should be identical to SVGAnimatedString.baseVal, unless during - // an animation. - absHref = urlResolve(absHref.animVal).href; - } - - // Ignore when url is started with javascript: or mailto: - if (IGNORE_URI_REGEXP.test(absHref)) return; - - if (absHref && !elm.attr('target') && !event.isDefaultPrevented()) { - if ($location.$$parseLinkUrl(absHref, relHref)) { - // We do a preventDefault for all urls that are part of the angular application, - // in html5mode and also without, so that we are able to abort navigation without - // getting double entries in the location history. - event.preventDefault(); - // update location manually - if ($location.absUrl() != $browser.url()) { - $rootScope.$apply(); - // hack to work around FF6 bug 684208 when scenario runner clicks on links - window.angular['ff-684208-preventDefault'] = true; - } - } - } - }); - - - // rewrite hashbang url <> html5 url - if ($location.absUrl() != initialUrl) { - $browser.url($location.absUrl(), true); - } - - var initializing = true; - - // update $location when $browser url changes - $browser.onUrlChange(function(newUrl, newState) { - $rootScope.$evalAsync(function() { - var oldUrl = $location.absUrl(); - var oldState = $location.$$state; - var defaultPrevented; - - $location.$$parse(newUrl); - $location.$$state = newState; - - defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, - newState, oldState).defaultPrevented; - - // if the location was changed by a `$locationChangeStart` handler then stop - // processing this location change - if ($location.absUrl() !== newUrl) return; - - if (defaultPrevented) { - $location.$$parse(oldUrl); - $location.$$state = oldState; - setBrowserUrlWithFallback(oldUrl, false, oldState); - } else { - initializing = false; - afterLocationChange(oldUrl, oldState); - } - }); - if (!$rootScope.$$phase) $rootScope.$digest(); - }); - - // update browser - $rootScope.$watch(function $locationWatch() { - var oldUrl = $browser.url(); - var oldState = $browser.state(); - var currentReplace = $location.$$replace; - var urlOrStateChanged = oldUrl !== $location.absUrl() || - ($location.$$html5 && $sniffer.history && oldState !== $location.$$state); - - if (initializing || urlOrStateChanged) { - initializing = false; - - $rootScope.$evalAsync(function() { - var newUrl = $location.absUrl(); - var defaultPrevented = $rootScope.$broadcast('$locationChangeStart', newUrl, oldUrl, - $location.$$state, oldState).defaultPrevented; - - // if the location was changed by a `$locationChangeStart` handler then stop - // processing this location change - if ($location.absUrl() !== newUrl) return; - - if (defaultPrevented) { - $location.$$parse(oldUrl); - $location.$$state = oldState; - } else { - if (urlOrStateChanged) { - setBrowserUrlWithFallback(newUrl, currentReplace, - oldState === $location.$$state ? null : $location.$$state); - } - afterLocationChange(oldUrl, oldState); - } - }); - } - - $location.$$replace = false; - - // we don't need to return anything because $evalAsync will make the digest loop dirty when - // there is a change - }); - - return $location; - - function afterLocationChange(oldUrl, oldState) { - $rootScope.$broadcast('$locationChangeSuccess', $location.absUrl(), oldUrl, - $location.$$state, oldState); - } -}]; -} - -/** - * @ngdoc service - * @name $log - * @requires $window - * - * @description - * Simple service for logging. Default implementation safely writes the message - * into the browser's console (if present). - * - * The main purpose of this service is to simplify debugging and troubleshooting. - * - * The default is to log `debug` messages. You can use - * {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this. - * - * @example - - - angular.module('logExample', []) - .controller('LogController', ['$scope', '$log', function($scope, $log) { - $scope.$log = $log; - $scope.message = 'Hello World!'; - }]); - - -
    -

    Reload this page with open console, enter text and hit the log button...

    - Message: - - - - - -
    -
    -
    - */ - -/** - * @ngdoc provider - * @name $logProvider - * @description - * Use the `$logProvider` to configure how the application logs messages - */ -function $LogProvider() { - var debug = true, - self = this; - - /** - * @ngdoc method - * @name $logProvider#debugEnabled - * @description - * @param {boolean=} flag enable or disable debug level messages - * @returns {*} current value if used as getter or itself (chaining) if used as setter - */ - this.debugEnabled = function(flag) { - if (isDefined(flag)) { - debug = flag; - return this; - } else { - return debug; - } - }; - - this.$get = ['$window', function($window) { - return { - /** - * @ngdoc method - * @name $log#log - * - * @description - * Write a log message - */ - log: consoleLog('log'), - - /** - * @ngdoc method - * @name $log#info - * - * @description - * Write an information message - */ - info: consoleLog('info'), - - /** - * @ngdoc method - * @name $log#warn - * - * @description - * Write a warning message - */ - warn: consoleLog('warn'), - - /** - * @ngdoc method - * @name $log#error - * - * @description - * Write an error message - */ - error: consoleLog('error'), - - /** - * @ngdoc method - * @name $log#debug - * - * @description - * Write a debug message - */ - debug: (function() { - var fn = consoleLog('debug'); - - return function() { - if (debug) { - fn.apply(self, arguments); - } - }; - }()) - }; - - function formatError(arg) { - if (arg instanceof Error) { - if (arg.stack) { - arg = (arg.message && arg.stack.indexOf(arg.message) === -1) - ? 'Error: ' + arg.message + '\n' + arg.stack - : arg.stack; - } else if (arg.sourceURL) { - arg = arg.message + '\n' + arg.sourceURL + ':' + arg.line; - } - } - return arg; - } - - function consoleLog(type) { - var console = $window.console || {}, - logFn = console[type] || console.log || noop, - hasApply = false; - - // Note: reading logFn.apply throws an error in IE11 in IE8 document mode. - // The reason behind this is that console.log has type "object" in IE8... - try { - hasApply = !!logFn.apply; - } catch (e) {} - - if (hasApply) { - return function() { - var args = []; - forEach(arguments, function(arg) { - args.push(formatError(arg)); - }); - return logFn.apply(console, args); - }; - } - - // we are IE which either doesn't have window.console => this is noop and we do nothing, - // or we are IE where console.log doesn't have apply so we log at least first 2 args - return function(arg1, arg2) { - logFn(arg1, arg2 == null ? '' : arg2); - }; - } - }]; -} - -var $parseMinErr = minErr('$parse'); - -// Sandboxing Angular Expressions -// ------------------------------ -// Angular expressions are generally considered safe because these expressions only have direct -// access to `$scope` and locals. However, one can obtain the ability to execute arbitrary JS code by -// obtaining a reference to native JS functions such as the Function constructor. -// -// As an example, consider the following Angular expression: -// -// {}.toString.constructor('alert("evil JS code")') -// -// This sandboxing technique is not perfect and doesn't aim to be. The goal is to prevent exploits -// against the expression language, but not to prevent exploits that were enabled by exposing -// sensitive JavaScript or browser APIs on Scope. Exposing such objects on a Scope is never a good -// practice and therefore we are not even trying to protect against interaction with an object -// explicitly exposed in this way. -// -// In general, it is not possible to access a Window object from an angular expression unless a -// window or some DOM object that has a reference to window is published onto a Scope. -// Similarly we prevent invocations of function known to be dangerous, as well as assignments to -// native objects. -// -// See https://docs.angularjs.org/guide/security - - -function ensureSafeMemberName(name, fullExpression) { - if (name === "__defineGetter__" || name === "__defineSetter__" - || name === "__lookupGetter__" || name === "__lookupSetter__" - || name === "__proto__") { - throw $parseMinErr('isecfld', - 'Attempting to access a disallowed field in Angular expressions! ' - + 'Expression: {0}', fullExpression); - } - return name; -} - -function ensureSafeObject(obj, fullExpression) { - // nifty check if obj is Function that is fast and works across iframes and other contexts - if (obj) { - if (obj.constructor === obj) { - throw $parseMinErr('isecfn', - 'Referencing Function in Angular expressions is disallowed! Expression: {0}', - fullExpression); - } else if (// isWindow(obj) - obj.window === obj) { - throw $parseMinErr('isecwindow', - 'Referencing the Window in Angular expressions is disallowed! Expression: {0}', - fullExpression); - } else if (// isElement(obj) - obj.children && (obj.nodeName || (obj.prop && obj.attr && obj.find))) { - throw $parseMinErr('isecdom', - 'Referencing DOM nodes in Angular expressions is disallowed! Expression: {0}', - fullExpression); - } else if (// block Object so that we can't get hold of dangerous Object.* methods - obj === Object) { - throw $parseMinErr('isecobj', - 'Referencing Object in Angular expressions is disallowed! Expression: {0}', - fullExpression); - } - } - return obj; -} - -var CALL = Function.prototype.call; -var APPLY = Function.prototype.apply; -var BIND = Function.prototype.bind; - -function ensureSafeFunction(obj, fullExpression) { - if (obj) { - if (obj.constructor === obj) { - throw $parseMinErr('isecfn', - 'Referencing Function in Angular expressions is disallowed! Expression: {0}', - fullExpression); - } else if (obj === CALL || obj === APPLY || obj === BIND) { - throw $parseMinErr('isecff', - 'Referencing call, apply or bind in Angular expressions is disallowed! Expression: {0}', - fullExpression); - } - } -} - -//Keyword constants -var CONSTANTS = createMap(); -forEach({ - 'null': function() { return null; }, - 'true': function() { return true; }, - 'false': function() { return false; }, - 'undefined': function() {} -}, function(constantGetter, name) { - constantGetter.constant = constantGetter.literal = constantGetter.sharedGetter = true; - CONSTANTS[name] = constantGetter; -}); - -//Not quite a constant, but can be lex/parsed the same -CONSTANTS['this'] = function(self) { return self; }; -CONSTANTS['this'].sharedGetter = true; - - -//Operators - will be wrapped by binaryFn/unaryFn/assignment/filter -var OPERATORS = extend(createMap(), { - '+':function(self, locals, a, b) { - a=a(self, locals); b=b(self, locals); - if (isDefined(a)) { - if (isDefined(b)) { - return a + b; - } - return a; - } - return isDefined(b) ? b : undefined;}, - '-':function(self, locals, a, b) { - a=a(self, locals); b=b(self, locals); - return (isDefined(a) ? a : 0) - (isDefined(b) ? b : 0); - }, - '*':function(self, locals, a, b) {return a(self, locals) * b(self, locals);}, - '/':function(self, locals, a, b) {return a(self, locals) / b(self, locals);}, - '%':function(self, locals, a, b) {return a(self, locals) % b(self, locals);}, - '===':function(self, locals, a, b) {return a(self, locals) === b(self, locals);}, - '!==':function(self, locals, a, b) {return a(self, locals) !== b(self, locals);}, - '==':function(self, locals, a, b) {return a(self, locals) == b(self, locals);}, - '!=':function(self, locals, a, b) {return a(self, locals) != b(self, locals);}, - '<':function(self, locals, a, b) {return a(self, locals) < b(self, locals);}, - '>':function(self, locals, a, b) {return a(self, locals) > b(self, locals);}, - '<=':function(self, locals, a, b) {return a(self, locals) <= b(self, locals);}, - '>=':function(self, locals, a, b) {return a(self, locals) >= b(self, locals);}, - '&&':function(self, locals, a, b) {return a(self, locals) && b(self, locals);}, - '||':function(self, locals, a, b) {return a(self, locals) || b(self, locals);}, - '!':function(self, locals, a) {return !a(self, locals);}, - - //Tokenized as operators but parsed as assignment/filters - '=':true, - '|':true -}); -var ESCAPE = {"n":"\n", "f":"\f", "r":"\r", "t":"\t", "v":"\v", "'":"'", '"':'"'}; - - -///////////////////////////////////////// - - -/** - * @constructor - */ -var Lexer = function(options) { - this.options = options; -}; - -Lexer.prototype = { - constructor: Lexer, - - lex: function(text) { - this.text = text; - this.index = 0; - this.tokens = []; - - while (this.index < this.text.length) { - var ch = this.text.charAt(this.index); - if (ch === '"' || ch === "'") { - this.readString(ch); - } else if (this.isNumber(ch) || ch === '.' && this.isNumber(this.peek())) { - this.readNumber(); - } else if (this.isIdent(ch)) { - this.readIdent(); - } else if (this.is(ch, '(){}[].,;:?')) { - this.tokens.push({index: this.index, text: ch}); - this.index++; - } else if (this.isWhitespace(ch)) { - this.index++; - } else { - var ch2 = ch + this.peek(); - var ch3 = ch2 + this.peek(2); - var op1 = OPERATORS[ch]; - var op2 = OPERATORS[ch2]; - var op3 = OPERATORS[ch3]; - if (op1 || op2 || op3) { - var token = op3 ? ch3 : (op2 ? ch2 : ch); - this.tokens.push({index: this.index, text: token, operator: true}); - this.index += token.length; - } else { - this.throwError('Unexpected next character ', this.index, this.index + 1); - } - } - } - return this.tokens; - }, - - is: function(ch, chars) { - return chars.indexOf(ch) !== -1; - }, - - peek: function(i) { - var num = i || 1; - return (this.index + num < this.text.length) ? this.text.charAt(this.index + num) : false; - }, - - isNumber: function(ch) { - return ('0' <= ch && ch <= '9') && typeof ch === "string"; - }, - - isWhitespace: function(ch) { - // IE treats non-breaking space as \u00A0 - return (ch === ' ' || ch === '\r' || ch === '\t' || - ch === '\n' || ch === '\v' || ch === '\u00A0'); - }, - - isIdent: function(ch) { - return ('a' <= ch && ch <= 'z' || - 'A' <= ch && ch <= 'Z' || - '_' === ch || ch === '$'); - }, - - isExpOperator: function(ch) { - return (ch === '-' || ch === '+' || this.isNumber(ch)); - }, - - throwError: function(error, start, end) { - end = end || this.index; - var colStr = (isDefined(start) - ? 's ' + start + '-' + this.index + ' [' + this.text.substring(start, end) + ']' - : ' ' + end); - throw $parseMinErr('lexerr', 'Lexer Error: {0} at column{1} in expression [{2}].', - error, colStr, this.text); - }, - - readNumber: function() { - var number = ''; - var start = this.index; - while (this.index < this.text.length) { - var ch = lowercase(this.text.charAt(this.index)); - if (ch == '.' || this.isNumber(ch)) { - number += ch; - } else { - var peekCh = this.peek(); - if (ch == 'e' && this.isExpOperator(peekCh)) { - number += ch; - } else if (this.isExpOperator(ch) && - peekCh && this.isNumber(peekCh) && - number.charAt(number.length - 1) == 'e') { - number += ch; - } else if (this.isExpOperator(ch) && - (!peekCh || !this.isNumber(peekCh)) && - number.charAt(number.length - 1) == 'e') { - this.throwError('Invalid exponent'); - } else { - break; - } - } - this.index++; - } - this.tokens.push({ - index: start, - text: number, - constant: true, - value: Number(number) - }); - }, - - readIdent: function() { - var start = this.index; - while (this.index < this.text.length) { - var ch = this.text.charAt(this.index); - if (!(this.isIdent(ch) || this.isNumber(ch))) { - break; - } - this.index++; - } - this.tokens.push({ - index: start, - text: this.text.slice(start, this.index), - identifier: true - }); - }, - - readString: function(quote) { - var start = this.index; - this.index++; - var string = ''; - var rawString = quote; - var escape = false; - while (this.index < this.text.length) { - var ch = this.text.charAt(this.index); - rawString += ch; - if (escape) { - if (ch === 'u') { - var hex = this.text.substring(this.index + 1, this.index + 5); - if (!hex.match(/[\da-f]{4}/i)) - this.throwError('Invalid unicode escape [\\u' + hex + ']'); - this.index += 4; - string += String.fromCharCode(parseInt(hex, 16)); - } else { - var rep = ESCAPE[ch]; - string = string + (rep || ch); - } - escape = false; - } else if (ch === '\\') { - escape = true; - } else if (ch === quote) { - this.index++; - this.tokens.push({ - index: start, - text: rawString, - constant: true, - value: string - }); - return; - } else { - string += ch; - } - this.index++; - } - this.throwError('Unterminated quote', start); - } -}; - - -function isConstant(exp) { - return exp.constant; -} - -/** - * @constructor - */ -var Parser = function(lexer, $filter, options) { - this.lexer = lexer; - this.$filter = $filter; - this.options = options; -}; - -Parser.ZERO = extend(function() { - return 0; -}, { - sharedGetter: true, - constant: true -}); - -Parser.prototype = { - constructor: Parser, - - parse: function(text) { - this.text = text; - this.tokens = this.lexer.lex(text); - - var value = this.statements(); - - if (this.tokens.length !== 0) { - this.throwError('is an unexpected token', this.tokens[0]); - } - - value.literal = !!value.literal; - value.constant = !!value.constant; - - return value; - }, - - primary: function() { - var primary; - if (this.expect('(')) { - primary = this.filterChain(); - this.consume(')'); - } else if (this.expect('[')) { - primary = this.arrayDeclaration(); - } else if (this.expect('{')) { - primary = this.object(); - } else if (this.peek().identifier) { - primary = this.identifier(); - } else if (this.peek().constant) { - primary = this.constant(); - } else { - this.throwError('not a primary expression', this.peek()); - } - - var next, context; - while ((next = this.expect('(', '[', '.'))) { - if (next.text === '(') { - primary = this.functionCall(primary, context); - context = null; - } else if (next.text === '[') { - context = primary; - primary = this.objectIndex(primary); - } else if (next.text === '.') { - context = primary; - primary = this.fieldAccess(primary); - } else { - this.throwError('IMPOSSIBLE'); - } - } - return primary; - }, - - throwError: function(msg, token) { - throw $parseMinErr('syntax', - 'Syntax Error: Token \'{0}\' {1} at column {2} of the expression [{3}] starting at [{4}].', - token.text, msg, (token.index + 1), this.text, this.text.substring(token.index)); - }, - - peekToken: function() { - if (this.tokens.length === 0) - throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); - return this.tokens[0]; - }, - - peek: function(e1, e2, e3, e4) { - return this.peekAhead(0, e1, e2, e3, e4); - }, - peekAhead: function(i, e1, e2, e3, e4) { - if (this.tokens.length > i) { - var token = this.tokens[i]; - var t = token.text; - if (t === e1 || t === e2 || t === e3 || t === e4 || - (!e1 && !e2 && !e3 && !e4)) { - return token; - } - } - return false; - }, - - expect: function(e1, e2, e3, e4) { - var token = this.peek(e1, e2, e3, e4); - if (token) { - this.tokens.shift(); - return token; - } - return false; - }, - - consume: function(e1) { - if (this.tokens.length === 0) { - throw $parseMinErr('ueoe', 'Unexpected end of expression: {0}', this.text); - } - - var token = this.expect(e1); - if (!token) { - this.throwError('is unexpected, expecting [' + e1 + ']', this.peek()); - } - return token; - }, - - unaryFn: function(op, right) { - var fn = OPERATORS[op]; - return extend(function $parseUnaryFn(self, locals) { - return fn(self, locals, right); - }, { - constant:right.constant, - inputs: [right] - }); - }, - - binaryFn: function(left, op, right, isBranching) { - var fn = OPERATORS[op]; - return extend(function $parseBinaryFn(self, locals) { - return fn(self, locals, left, right); - }, { - constant: left.constant && right.constant, - inputs: !isBranching && [left, right] - }); - }, - - identifier: function() { - var id = this.consume().text; - - //Continue reading each `.identifier` unless it is a method invocation - while (this.peek('.') && this.peekAhead(1).identifier && !this.peekAhead(2, '(')) { - id += this.consume().text + this.consume().text; - } - - return CONSTANTS[id] || getterFn(id, this.options, this.text); - }, - - constant: function() { - var value = this.consume().value; - - return extend(function $parseConstant() { - return value; - }, { - constant: true, - literal: true - }); - }, - - statements: function() { - var statements = []; - while (true) { - if (this.tokens.length > 0 && !this.peek('}', ')', ';', ']')) - statements.push(this.filterChain()); - if (!this.expect(';')) { - // optimize for the common case where there is only one statement. - // TODO(size): maybe we should not support multiple statements? - return (statements.length === 1) - ? statements[0] - : function $parseStatements(self, locals) { - var value; - for (var i = 0, ii = statements.length; i < ii; i++) { - value = statements[i](self, locals); - } - return value; - }; - } - } - }, - - filterChain: function() { - var left = this.expression(); - var token; - while ((token = this.expect('|'))) { - left = this.filter(left); - } - return left; - }, - - filter: function(inputFn) { - var fn = this.$filter(this.consume().text); - var argsFn; - var args; - - if (this.peek(':')) { - argsFn = []; - args = []; // we can safely reuse the array - while (this.expect(':')) { - argsFn.push(this.expression()); - } - } - - var inputs = [inputFn].concat(argsFn || []); - - return extend(function $parseFilter(self, locals) { - var input = inputFn(self, locals); - if (args) { - args[0] = input; - - var i = argsFn.length; - while (i--) { - args[i + 1] = argsFn[i](self, locals); - } - - return fn.apply(undefined, args); - } - - return fn(input); - }, { - constant: !fn.$stateful && inputs.every(isConstant), - inputs: !fn.$stateful && inputs - }); - }, - - expression: function() { - return this.assignment(); - }, - - assignment: function() { - var left = this.ternary(); - var right; - var token; - if ((token = this.expect('='))) { - if (!left.assign) { - this.throwError('implies assignment but [' + - this.text.substring(0, token.index) + '] can not be assigned to', token); - } - right = this.ternary(); - return extend(function $parseAssignment(scope, locals) { - return left.assign(scope, right(scope, locals), locals); - }, { - inputs: [left, right] - }); - } - return left; - }, - - ternary: function() { - var left = this.logicalOR(); - var middle; - var token; - if ((token = this.expect('?'))) { - middle = this.assignment(); - if (this.consume(':')) { - var right = this.assignment(); - - return extend(function $parseTernary(self, locals) { - return left(self, locals) ? middle(self, locals) : right(self, locals); - }, { - constant: left.constant && middle.constant && right.constant - }); - } - } - - return left; - }, - - logicalOR: function() { - var left = this.logicalAND(); - var token; - while ((token = this.expect('||'))) { - left = this.binaryFn(left, token.text, this.logicalAND(), true); - } - return left; - }, - - logicalAND: function() { - var left = this.equality(); - var token; - if ((token = this.expect('&&'))) { - left = this.binaryFn(left, token.text, this.logicalAND(), true); - } - return left; - }, - - equality: function() { - var left = this.relational(); - var token; - if ((token = this.expect('==','!=','===','!=='))) { - left = this.binaryFn(left, token.text, this.equality()); - } - return left; - }, - - relational: function() { - var left = this.additive(); - var token; - if ((token = this.expect('<', '>', '<=', '>='))) { - left = this.binaryFn(left, token.text, this.relational()); - } - return left; - }, - - additive: function() { - var left = this.multiplicative(); - var token; - while ((token = this.expect('+','-'))) { - left = this.binaryFn(left, token.text, this.multiplicative()); - } - return left; - }, - - multiplicative: function() { - var left = this.unary(); - var token; - while ((token = this.expect('*','/','%'))) { - left = this.binaryFn(left, token.text, this.unary()); - } - return left; - }, - - unary: function() { - var token; - if (this.expect('+')) { - return this.primary(); - } else if ((token = this.expect('-'))) { - return this.binaryFn(Parser.ZERO, token.text, this.unary()); - } else if ((token = this.expect('!'))) { - return this.unaryFn(token.text, this.unary()); - } else { - return this.primary(); - } - }, - - fieldAccess: function(object) { - var expression = this.text; - var field = this.consume().text; - var getter = getterFn(field, this.options, expression); - - return extend(function $parseFieldAccess(scope, locals, self) { - return getter(self || object(scope, locals)); - }, { - assign: function(scope, value, locals) { - var o = object(scope, locals); - if (!o) object.assign(scope, o = {}); - return setter(o, field, value, expression); - } - }); - }, - - objectIndex: function(obj) { - var expression = this.text; - - var indexFn = this.expression(); - this.consume(']'); - - return extend(function $parseObjectIndex(self, locals) { - var o = obj(self, locals), - i = indexFn(self, locals), - v; - - ensureSafeMemberName(i, expression); - if (!o) return undefined; - v = ensureSafeObject(o[i], expression); - return v; - }, { - assign: function(self, value, locals) { - var key = ensureSafeMemberName(indexFn(self, locals), expression); - // prevent overwriting of Function.constructor which would break ensureSafeObject check - var o = ensureSafeObject(obj(self, locals), expression); - if (!o) obj.assign(self, o = {}); - return o[key] = value; - } - }); - }, - - functionCall: function(fnGetter, contextGetter) { - var argsFn = []; - if (this.peekToken().text !== ')') { - do { - argsFn.push(this.expression()); - } while (this.expect(',')); - } - this.consume(')'); - - var expressionText = this.text; - // we can safely reuse the array across invocations - var args = argsFn.length ? [] : null; - - return function $parseFunctionCall(scope, locals) { - var context = contextGetter ? contextGetter(scope, locals) : scope; - var fn = fnGetter(scope, locals, context) || noop; - - if (args) { - var i = argsFn.length; - while (i--) { - args[i] = ensureSafeObject(argsFn[i](scope, locals), expressionText); - } - } - - ensureSafeObject(context, expressionText); - ensureSafeFunction(fn, expressionText); - - // IE doesn't have apply for some native functions - var v = fn.apply - ? fn.apply(context, args) - : fn(args[0], args[1], args[2], args[3], args[4]); - - return ensureSafeObject(v, expressionText); - }; - }, - - // This is used with json array declaration - arrayDeclaration: function() { - var elementFns = []; - if (this.peekToken().text !== ']') { - do { - if (this.peek(']')) { - // Support trailing commas per ES5.1. - break; - } - elementFns.push(this.expression()); - } while (this.expect(',')); - } - this.consume(']'); - - return extend(function $parseArrayLiteral(self, locals) { - var array = []; - for (var i = 0, ii = elementFns.length; i < ii; i++) { - array.push(elementFns[i](self, locals)); - } - return array; - }, { - literal: true, - constant: elementFns.every(isConstant), - inputs: elementFns - }); - }, - - object: function() { - var keys = [], valueFns = []; - if (this.peekToken().text !== '}') { - do { - if (this.peek('}')) { - // Support trailing commas per ES5.1. - break; - } - var token = this.consume(); - if (token.constant) { - keys.push(token.value); - } else if (token.identifier) { - keys.push(token.text); - } else { - this.throwError("invalid key", token); - } - this.consume(':'); - valueFns.push(this.expression()); - } while (this.expect(',')); - } - this.consume('}'); - - return extend(function $parseObjectLiteral(self, locals) { - var object = {}; - for (var i = 0, ii = valueFns.length; i < ii; i++) { - object[keys[i]] = valueFns[i](self, locals); - } - return object; - }, { - literal: true, - constant: valueFns.every(isConstant), - inputs: valueFns - }); - } -}; - - -////////////////////////////////////////////////// -// Parser helper functions -////////////////////////////////////////////////// - -function setter(obj, path, setValue, fullExp) { - ensureSafeObject(obj, fullExp); - - var element = path.split('.'), key; - for (var i = 0; element.length > 1; i++) { - key = ensureSafeMemberName(element.shift(), fullExp); - var propertyObj = ensureSafeObject(obj[key], fullExp); - if (!propertyObj) { - propertyObj = {}; - obj[key] = propertyObj; - } - obj = propertyObj; - } - key = ensureSafeMemberName(element.shift(), fullExp); - ensureSafeObject(obj[key], fullExp); - obj[key] = setValue; - return setValue; -} - -var getterFnCacheDefault = createMap(); -var getterFnCacheExpensive = createMap(); - -function isPossiblyDangerousMemberName(name) { - return name == 'constructor'; -} - -/** - * Implementation of the "Black Hole" variant from: - * - http://jsperf.com/angularjs-parse-getter/4 - * - http://jsperf.com/path-evaluation-simplified/7 - */ -function cspSafeGetterFn(key0, key1, key2, key3, key4, fullExp, expensiveChecks) { - ensureSafeMemberName(key0, fullExp); - ensureSafeMemberName(key1, fullExp); - ensureSafeMemberName(key2, fullExp); - ensureSafeMemberName(key3, fullExp); - ensureSafeMemberName(key4, fullExp); - var eso = function(o) { - return ensureSafeObject(o, fullExp); - }; - var eso0 = (expensiveChecks || isPossiblyDangerousMemberName(key0)) ? eso : identity; - var eso1 = (expensiveChecks || isPossiblyDangerousMemberName(key1)) ? eso : identity; - var eso2 = (expensiveChecks || isPossiblyDangerousMemberName(key2)) ? eso : identity; - var eso3 = (expensiveChecks || isPossiblyDangerousMemberName(key3)) ? eso : identity; - var eso4 = (expensiveChecks || isPossiblyDangerousMemberName(key4)) ? eso : identity; - - return function cspSafeGetter(scope, locals) { - var pathVal = (locals && locals.hasOwnProperty(key0)) ? locals : scope; - - if (pathVal == null) return pathVal; - pathVal = eso0(pathVal[key0]); - - if (!key1) return pathVal; - if (pathVal == null) return undefined; - pathVal = eso1(pathVal[key1]); - - if (!key2) return pathVal; - if (pathVal == null) return undefined; - pathVal = eso2(pathVal[key2]); - - if (!key3) return pathVal; - if (pathVal == null) return undefined; - pathVal = eso3(pathVal[key3]); - - if (!key4) return pathVal; - if (pathVal == null) return undefined; - pathVal = eso4(pathVal[key4]); - - return pathVal; - }; -} - -function getterFnWithEnsureSafeObject(fn, fullExpression) { - return function(s, l) { - return fn(s, l, ensureSafeObject, fullExpression); - }; -} - -function getterFn(path, options, fullExp) { - var expensiveChecks = options.expensiveChecks; - var getterFnCache = (expensiveChecks ? getterFnCacheExpensive : getterFnCacheDefault); - var fn = getterFnCache[path]; - if (fn) return fn; - - - var pathKeys = path.split('.'), - pathKeysLength = pathKeys.length; - - // http://jsperf.com/angularjs-parse-getter/6 - if (options.csp) { - if (pathKeysLength < 6) { - fn = cspSafeGetterFn(pathKeys[0], pathKeys[1], pathKeys[2], pathKeys[3], pathKeys[4], fullExp, expensiveChecks); - } else { - fn = function cspSafeGetter(scope, locals) { - var i = 0, val; - do { - val = cspSafeGetterFn(pathKeys[i++], pathKeys[i++], pathKeys[i++], pathKeys[i++], - pathKeys[i++], fullExp, expensiveChecks)(scope, locals); - - locals = undefined; // clear after first iteration - scope = val; - } while (i < pathKeysLength); - return val; - }; - } - } else { - var code = ''; - if (expensiveChecks) { - code += 's = eso(s, fe);\nl = eso(l, fe);\n'; - } - var needsEnsureSafeObject = expensiveChecks; - forEach(pathKeys, function(key, index) { - ensureSafeMemberName(key, fullExp); - var lookupJs = (index - // we simply dereference 's' on any .dot notation - ? 's' - // but if we are first then we check locals first, and if so read it first - : '((l&&l.hasOwnProperty("' + key + '"))?l:s)') + '.' + key; - if (expensiveChecks || isPossiblyDangerousMemberName(key)) { - lookupJs = 'eso(' + lookupJs + ', fe)'; - needsEnsureSafeObject = true; - } - code += 'if(s == null) return undefined;\n' + - 's=' + lookupJs + ';\n'; - }); - code += 'return s;'; - - /* jshint -W054 */ - var evaledFnGetter = new Function('s', 'l', 'eso', 'fe', code); // s=scope, l=locals, eso=ensureSafeObject - /* jshint +W054 */ - evaledFnGetter.toString = valueFn(code); - if (needsEnsureSafeObject) { - evaledFnGetter = getterFnWithEnsureSafeObject(evaledFnGetter, fullExp); - } - fn = evaledFnGetter; - } - - fn.sharedGetter = true; - fn.assign = function(self, value) { - return setter(self, path, value, path); - }; - getterFnCache[path] = fn; - return fn; -} - -var objectValueOf = Object.prototype.valueOf; - -function getValueOf(value) { - return isFunction(value.valueOf) ? value.valueOf() : objectValueOf.call(value); -} - -/////////////////////////////////// - -/** - * @ngdoc service - * @name $parse - * @kind function - * - * @description - * - * Converts Angular {@link guide/expression expression} into a function. - * - * ```js - * var getter = $parse('user.name'); - * var setter = getter.assign; - * var context = {user:{name:'angular'}}; - * var locals = {user:{name:'local'}}; - * - * expect(getter(context)).toEqual('angular'); - * setter(context, 'newValue'); - * expect(context.user.name).toEqual('newValue'); - * expect(getter(context, locals)).toEqual('local'); - * ``` - * - * - * @param {string} expression String expression to compile. - * @returns {function(context, locals)} a function which represents the compiled expression: - * - * * `context` – `{object}` – an object against which any expressions embedded in the strings - * are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values in - * `context`. - * - * The returned function also has the following properties: - * * `literal` – `{boolean}` – whether the expression's top-level node is a JavaScript - * literal. - * * `constant` – `{boolean}` – whether the expression is made entirely of JavaScript - * constant literals. - * * `assign` – `{?function(context, value)}` – if the expression is assignable, this will be - * set to a function to change its value on the given context. - * - */ - - -/** - * @ngdoc provider - * @name $parseProvider - * - * @description - * `$parseProvider` can be used for configuring the default behavior of the {@link ng.$parse $parse} - * service. - */ -function $ParseProvider() { - var cacheDefault = createMap(); - var cacheExpensive = createMap(); - - - - this.$get = ['$filter', '$sniffer', function($filter, $sniffer) { - var $parseOptions = { - csp: $sniffer.csp, - expensiveChecks: false - }, - $parseOptionsExpensive = { - csp: $sniffer.csp, - expensiveChecks: true - }; - - function wrapSharedExpression(exp) { - var wrapped = exp; - - if (exp.sharedGetter) { - wrapped = function $parseWrapper(self, locals) { - return exp(self, locals); - }; - wrapped.literal = exp.literal; - wrapped.constant = exp.constant; - wrapped.assign = exp.assign; - } - - return wrapped; - } - - return function $parse(exp, interceptorFn, expensiveChecks) { - var parsedExpression, oneTime, cacheKey; - - switch (typeof exp) { - case 'string': - cacheKey = exp = exp.trim(); - - var cache = (expensiveChecks ? cacheExpensive : cacheDefault); - parsedExpression = cache[cacheKey]; - - if (!parsedExpression) { - if (exp.charAt(0) === ':' && exp.charAt(1) === ':') { - oneTime = true; - exp = exp.substring(2); - } - - var parseOptions = expensiveChecks ? $parseOptionsExpensive : $parseOptions; - var lexer = new Lexer(parseOptions); - var parser = new Parser(lexer, $filter, parseOptions); - parsedExpression = parser.parse(exp); - - if (parsedExpression.constant) { - parsedExpression.$$watchDelegate = constantWatchDelegate; - } else if (oneTime) { - //oneTime is not part of the exp passed to the Parser so we may have to - //wrap the parsedExpression before adding a $$watchDelegate - parsedExpression = wrapSharedExpression(parsedExpression); - parsedExpression.$$watchDelegate = parsedExpression.literal ? - oneTimeLiteralWatchDelegate : oneTimeWatchDelegate; - } else if (parsedExpression.inputs) { - parsedExpression.$$watchDelegate = inputsWatchDelegate; - } - - cache[cacheKey] = parsedExpression; - } - return addInterceptor(parsedExpression, interceptorFn); - - case 'function': - return addInterceptor(exp, interceptorFn); - - default: - return addInterceptor(noop, interceptorFn); - } - }; - - function collectExpressionInputs(inputs, list) { - for (var i = 0, ii = inputs.length; i < ii; i++) { - var input = inputs[i]; - if (!input.constant) { - if (input.inputs) { - collectExpressionInputs(input.inputs, list); - } else if (list.indexOf(input) === -1) { // TODO(perf) can we do better? - list.push(input); - } - } - } - - return list; - } - - function expressionInputDirtyCheck(newValue, oldValueOfValue) { - - if (newValue == null || oldValueOfValue == null) { // null/undefined - return newValue === oldValueOfValue; - } - - if (typeof newValue === 'object') { - - // attempt to convert the value to a primitive type - // TODO(docs): add a note to docs that by implementing valueOf even objects and arrays can - // be cheaply dirty-checked - newValue = getValueOf(newValue); - - if (typeof newValue === 'object') { - // objects/arrays are not supported - deep-watching them would be too expensive - return false; - } - - // fall-through to the primitive equality check - } - - //Primitive or NaN - return newValue === oldValueOfValue || (newValue !== newValue && oldValueOfValue !== oldValueOfValue); - } - - function inputsWatchDelegate(scope, listener, objectEquality, parsedExpression) { - var inputExpressions = parsedExpression.$$inputs || - (parsedExpression.$$inputs = collectExpressionInputs(parsedExpression.inputs, [])); - - var lastResult; - - if (inputExpressions.length === 1) { - var oldInputValue = expressionInputDirtyCheck; // init to something unique so that equals check fails - inputExpressions = inputExpressions[0]; - return scope.$watch(function expressionInputWatch(scope) { - var newInputValue = inputExpressions(scope); - if (!expressionInputDirtyCheck(newInputValue, oldInputValue)) { - lastResult = parsedExpression(scope); - oldInputValue = newInputValue && getValueOf(newInputValue); - } - return lastResult; - }, listener, objectEquality); - } - - var oldInputValueOfValues = []; - for (var i = 0, ii = inputExpressions.length; i < ii; i++) { - oldInputValueOfValues[i] = expressionInputDirtyCheck; // init to something unique so that equals check fails - } - - return scope.$watch(function expressionInputsWatch(scope) { - var changed = false; - - for (var i = 0, ii = inputExpressions.length; i < ii; i++) { - var newInputValue = inputExpressions[i](scope); - if (changed || (changed = !expressionInputDirtyCheck(newInputValue, oldInputValueOfValues[i]))) { - oldInputValueOfValues[i] = newInputValue && getValueOf(newInputValue); - } - } - - if (changed) { - lastResult = parsedExpression(scope); - } - - return lastResult; - }, listener, objectEquality); - } - - function oneTimeWatchDelegate(scope, listener, objectEquality, parsedExpression) { - var unwatch, lastValue; - return unwatch = scope.$watch(function oneTimeWatch(scope) { - return parsedExpression(scope); - }, function oneTimeListener(value, old, scope) { - lastValue = value; - if (isFunction(listener)) { - listener.apply(this, arguments); - } - if (isDefined(value)) { - scope.$$postDigest(function() { - if (isDefined(lastValue)) { - unwatch(); - } - }); - } - }, objectEquality); - } - - function oneTimeLiteralWatchDelegate(scope, listener, objectEquality, parsedExpression) { - var unwatch, lastValue; - return unwatch = scope.$watch(function oneTimeWatch(scope) { - return parsedExpression(scope); - }, function oneTimeListener(value, old, scope) { - lastValue = value; - if (isFunction(listener)) { - listener.call(this, value, old, scope); - } - if (isAllDefined(value)) { - scope.$$postDigest(function() { - if (isAllDefined(lastValue)) unwatch(); - }); - } - }, objectEquality); - - function isAllDefined(value) { - var allDefined = true; - forEach(value, function(val) { - if (!isDefined(val)) allDefined = false; - }); - return allDefined; - } - } - - function constantWatchDelegate(scope, listener, objectEquality, parsedExpression) { - var unwatch; - return unwatch = scope.$watch(function constantWatch(scope) { - return parsedExpression(scope); - }, function constantListener(value, old, scope) { - if (isFunction(listener)) { - listener.apply(this, arguments); - } - unwatch(); - }, objectEquality); - } - - function addInterceptor(parsedExpression, interceptorFn) { - if (!interceptorFn) return parsedExpression; - var watchDelegate = parsedExpression.$$watchDelegate; - - var regularWatch = - watchDelegate !== oneTimeLiteralWatchDelegate && - watchDelegate !== oneTimeWatchDelegate; - - var fn = regularWatch ? function regularInterceptedExpression(scope, locals) { - var value = parsedExpression(scope, locals); - return interceptorFn(value, scope, locals); - } : function oneTimeInterceptedExpression(scope, locals) { - var value = parsedExpression(scope, locals); - var result = interceptorFn(value, scope, locals); - // we only return the interceptor's result if the - // initial value is defined (for bind-once) - return isDefined(value) ? result : value; - }; - - // Propagate $$watchDelegates other then inputsWatchDelegate - if (parsedExpression.$$watchDelegate && - parsedExpression.$$watchDelegate !== inputsWatchDelegate) { - fn.$$watchDelegate = parsedExpression.$$watchDelegate; - } else if (!interceptorFn.$stateful) { - // If there is an interceptor, but no watchDelegate then treat the interceptor like - // we treat filters - it is assumed to be a pure function unless flagged with $stateful - fn.$$watchDelegate = inputsWatchDelegate; - fn.inputs = [parsedExpression]; - } - - return fn; - } - }]; -} - -/** - * @ngdoc service - * @name $q - * @requires $rootScope - * - * @description - * A service that helps you run functions asynchronously, and use their return values (or exceptions) - * when they are done processing. - * - * This is an implementation of promises/deferred objects inspired by - * [Kris Kowal's Q](https://github.com/kriskowal/q). - * - * $q can be used in two fashions --- one which is more similar to Kris Kowal's Q or jQuery's Deferred - * implementations, and the other which resembles ES6 promises to some degree. - * - * # $q constructor - * - * The streamlined ES6 style promise is essentially just using $q as a constructor which takes a `resolver` - * function as the first argument. This is similar to the native Promise implementation from ES6 Harmony, - * see [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). - * - * While the constructor-style use is supported, not all of the supporting methods from ES6 Harmony promises are - * available yet. - * - * It can be used like so: - * - * ```js - * // for the purpose of this example let's assume that variables `$q` and `okToGreet` - * // are available in the current lexical scope (they could have been injected or passed in). - * - * function asyncGreet(name) { - * // perform some asynchronous operation, resolve or reject the promise when appropriate. - * return $q(function(resolve, reject) { - * setTimeout(function() { - * if (okToGreet(name)) { - * resolve('Hello, ' + name + '!'); - * } else { - * reject('Greeting ' + name + ' is not allowed.'); - * } - * }, 1000); - * }); - * } - * - * var promise = asyncGreet('Robin Hood'); - * promise.then(function(greeting) { - * alert('Success: ' + greeting); - * }, function(reason) { - * alert('Failed: ' + reason); - * }); - * ``` - * - * Note: progress/notify callbacks are not currently supported via the ES6-style interface. - * - * However, the more traditional CommonJS-style usage is still available, and documented below. - * - * [The CommonJS Promise proposal](http://wiki.commonjs.org/wiki/Promises) describes a promise as an - * interface for interacting with an object that represents the result of an action that is - * performed asynchronously, and may or may not be finished at any given point in time. - * - * From the perspective of dealing with error handling, deferred and promise APIs are to - * asynchronous programming what `try`, `catch` and `throw` keywords are to synchronous programming. - * - * ```js - * // for the purpose of this example let's assume that variables `$q` and `okToGreet` - * // are available in the current lexical scope (they could have been injected or passed in). - * - * function asyncGreet(name) { - * var deferred = $q.defer(); - * - * setTimeout(function() { - * deferred.notify('About to greet ' + name + '.'); - * - * if (okToGreet(name)) { - * deferred.resolve('Hello, ' + name + '!'); - * } else { - * deferred.reject('Greeting ' + name + ' is not allowed.'); - * } - * }, 1000); - * - * return deferred.promise; - * } - * - * var promise = asyncGreet('Robin Hood'); - * promise.then(function(greeting) { - * alert('Success: ' + greeting); - * }, function(reason) { - * alert('Failed: ' + reason); - * }, function(update) { - * alert('Got notification: ' + update); - * }); - * ``` - * - * At first it might not be obvious why this extra complexity is worth the trouble. The payoff - * comes in the way of guarantees that promise and deferred APIs make, see - * https://github.com/kriskowal/uncommonjs/blob/master/promises/specification.md. - * - * Additionally the promise api allows for composition that is very hard to do with the - * traditional callback ([CPS](http://en.wikipedia.org/wiki/Continuation-passing_style)) approach. - * For more on this please see the [Q documentation](https://github.com/kriskowal/q) especially the - * section on serial or parallel joining of promises. - * - * # The Deferred API - * - * A new instance of deferred is constructed by calling `$q.defer()`. - * - * The purpose of the deferred object is to expose the associated Promise instance as well as APIs - * that can be used for signaling the successful or unsuccessful completion, as well as the status - * of the task. - * - * **Methods** - * - * - `resolve(value)` – resolves the derived promise with the `value`. If the value is a rejection - * constructed via `$q.reject`, the promise will be rejected instead. - * - `reject(reason)` – rejects the derived promise with the `reason`. This is equivalent to - * resolving it with a rejection constructed via `$q.reject`. - * - `notify(value)` - provides updates on the status of the promise's execution. This may be called - * multiple times before the promise is either resolved or rejected. - * - * **Properties** - * - * - promise – `{Promise}` – promise object associated with this deferred. - * - * - * # The Promise API - * - * A new promise instance is created when a deferred instance is created and can be retrieved by - * calling `deferred.promise`. - * - * The purpose of the promise object is to allow for interested parties to get access to the result - * of the deferred task when it completes. - * - * **Methods** - * - * - `then(successCallback, errorCallback, notifyCallback)` – regardless of when the promise was or - * will be resolved or rejected, `then` calls one of the success or error callbacks asynchronously - * as soon as the result is available. The callbacks are called with a single argument: the result - * or rejection reason. Additionally, the notify callback may be called zero or more times to - * provide a progress indication, before the promise is resolved or rejected. - * - * This method *returns a new promise* which is resolved or rejected via the return value of the - * `successCallback`, `errorCallback`. It also notifies via the return value of the - * `notifyCallback` method. The promise cannot be resolved or rejected from the notifyCallback - * method. - * - * - `catch(errorCallback)` – shorthand for `promise.then(null, errorCallback)` - * - * - `finally(callback, notifyCallback)` – allows you to observe either the fulfillment or rejection of a promise, - * but to do so without modifying the final value. This is useful to release resources or do some - * clean-up that needs to be done whether the promise was rejected or resolved. See the [full - * specification](https://github.com/kriskowal/q/wiki/API-Reference#promisefinallycallback) for - * more information. - * - * # Chaining promises - * - * Because calling the `then` method of a promise returns a new derived promise, it is easily - * possible to create a chain of promises: - * - * ```js - * promiseB = promiseA.then(function(result) { - * return result + 1; - * }); - * - * // promiseB will be resolved immediately after promiseA is resolved and its value - * // will be the result of promiseA incremented by 1 - * ``` - * - * It is possible to create chains of any length and since a promise can be resolved with another - * promise (which will defer its resolution further), it is possible to pause/defer resolution of - * the promises at any point in the chain. This makes it possible to implement powerful APIs like - * $http's response interceptors. - * - * - * # Differences between Kris Kowal's Q and $q - * - * There are two main differences: - * - * - $q is integrated with the {@link ng.$rootScope.Scope} Scope model observation - * mechanism in angular, which means faster propagation of resolution or rejection into your - * models and avoiding unnecessary browser repaints, which would result in flickering UI. - * - Q has many more features than $q, but that comes at a cost of bytes. $q is tiny, but contains - * all the important functionality needed for common async tasks. - * - * # Testing - * - * ```js - * it('should simulate promise', inject(function($q, $rootScope) { - * var deferred = $q.defer(); - * var promise = deferred.promise; - * var resolvedValue; - * - * promise.then(function(value) { resolvedValue = value; }); - * expect(resolvedValue).toBeUndefined(); - * - * // Simulate resolving of promise - * deferred.resolve(123); - * // Note that the 'then' function does not get called synchronously. - * // This is because we want the promise API to always be async, whether or not - * // it got called synchronously or asynchronously. - * expect(resolvedValue).toBeUndefined(); - * - * // Propagate promise resolution to 'then' functions using $apply(). - * $rootScope.$apply(); - * expect(resolvedValue).toEqual(123); - * })); - * ``` - * - * @param {function(function, function)} resolver Function which is responsible for resolving or - * rejecting the newly created promise. The first parameter is a function which resolves the - * promise, the second parameter is a function which rejects the promise. - * - * @returns {Promise} The newly created promise. - */ -function $QProvider() { - - this.$get = ['$rootScope', '$exceptionHandler', function($rootScope, $exceptionHandler) { - return qFactory(function(callback) { - $rootScope.$evalAsync(callback); - }, $exceptionHandler); - }]; -} - -function $$QProvider() { - this.$get = ['$browser', '$exceptionHandler', function($browser, $exceptionHandler) { - return qFactory(function(callback) { - $browser.defer(callback); - }, $exceptionHandler); - }]; -} - -/** - * Constructs a promise manager. - * - * @param {function(function)} nextTick Function for executing functions in the next turn. - * @param {function(...*)} exceptionHandler Function into which unexpected exceptions are passed for - * debugging purposes. - * @returns {object} Promise manager. - */ -function qFactory(nextTick, exceptionHandler) { - var $qMinErr = minErr('$q', TypeError); - function callOnce(self, resolveFn, rejectFn) { - var called = false; - function wrap(fn) { - return function(value) { - if (called) return; - called = true; - fn.call(self, value); - }; - } - - return [wrap(resolveFn), wrap(rejectFn)]; - } - - /** - * @ngdoc method - * @name ng.$q#defer - * @kind function - * - * @description - * Creates a `Deferred` object which represents a task which will finish in the future. - * - * @returns {Deferred} Returns a new instance of deferred. - */ - var defer = function() { - return new Deferred(); - }; - - function Promise() { - this.$$state = { status: 0 }; - } - - Promise.prototype = { - then: function(onFulfilled, onRejected, progressBack) { - var result = new Deferred(); - - this.$$state.pending = this.$$state.pending || []; - this.$$state.pending.push([result, onFulfilled, onRejected, progressBack]); - if (this.$$state.status > 0) scheduleProcessQueue(this.$$state); - - return result.promise; - }, - - "catch": function(callback) { - return this.then(null, callback); - }, - - "finally": function(callback, progressBack) { - return this.then(function(value) { - return handleCallback(value, true, callback); - }, function(error) { - return handleCallback(error, false, callback); - }, progressBack); - } - }; - - //Faster, more basic than angular.bind http://jsperf.com/angular-bind-vs-custom-vs-native - function simpleBind(context, fn) { - return function(value) { - fn.call(context, value); - }; - } - - function processQueue(state) { - var fn, promise, pending; - - pending = state.pending; - state.processScheduled = false; - state.pending = undefined; - for (var i = 0, ii = pending.length; i < ii; ++i) { - promise = pending[i][0]; - fn = pending[i][state.status]; - try { - if (isFunction(fn)) { - promise.resolve(fn(state.value)); - } else if (state.status === 1) { - promise.resolve(state.value); - } else { - promise.reject(state.value); - } - } catch (e) { - promise.reject(e); - exceptionHandler(e); - } - } - } - - function scheduleProcessQueue(state) { - if (state.processScheduled || !state.pending) return; - state.processScheduled = true; - nextTick(function() { processQueue(state); }); - } - - function Deferred() { - this.promise = new Promise(); - //Necessary to support unbound execution :/ - this.resolve = simpleBind(this, this.resolve); - this.reject = simpleBind(this, this.reject); - this.notify = simpleBind(this, this.notify); - } - - Deferred.prototype = { - resolve: function(val) { - if (this.promise.$$state.status) return; - if (val === this.promise) { - this.$$reject($qMinErr( - 'qcycle', - "Expected promise to be resolved with value other than itself '{0}'", - val)); - } - else { - this.$$resolve(val); - } - - }, - - $$resolve: function(val) { - var then, fns; - - fns = callOnce(this, this.$$resolve, this.$$reject); - try { - if ((isObject(val) || isFunction(val))) then = val && val.then; - if (isFunction(then)) { - this.promise.$$state.status = -1; - then.call(val, fns[0], fns[1], this.notify); - } else { - this.promise.$$state.value = val; - this.promise.$$state.status = 1; - scheduleProcessQueue(this.promise.$$state); - } - } catch (e) { - fns[1](e); - exceptionHandler(e); - } - }, - - reject: function(reason) { - if (this.promise.$$state.status) return; - this.$$reject(reason); - }, - - $$reject: function(reason) { - this.promise.$$state.value = reason; - this.promise.$$state.status = 2; - scheduleProcessQueue(this.promise.$$state); - }, - - notify: function(progress) { - var callbacks = this.promise.$$state.pending; - - if ((this.promise.$$state.status <= 0) && callbacks && callbacks.length) { - nextTick(function() { - var callback, result; - for (var i = 0, ii = callbacks.length; i < ii; i++) { - result = callbacks[i][0]; - callback = callbacks[i][3]; - try { - result.notify(isFunction(callback) ? callback(progress) : progress); - } catch (e) { - exceptionHandler(e); - } - } - }); - } - } - }; - - /** - * @ngdoc method - * @name $q#reject - * @kind function - * - * @description - * Creates a promise that is resolved as rejected with the specified `reason`. This api should be - * used to forward rejection in a chain of promises. If you are dealing with the last promise in - * a promise chain, you don't need to worry about it. - * - * When comparing deferreds/promises to the familiar behavior of try/catch/throw, think of - * `reject` as the `throw` keyword in JavaScript. This also means that if you "catch" an error via - * a promise error callback and you want to forward the error to the promise derived from the - * current promise, you have to "rethrow" the error by returning a rejection constructed via - * `reject`. - * - * ```js - * promiseB = promiseA.then(function(result) { - * // success: do something and resolve promiseB - * // with the old or a new result - * return result; - * }, function(reason) { - * // error: handle the error if possible and - * // resolve promiseB with newPromiseOrValue, - * // otherwise forward the rejection to promiseB - * if (canHandle(reason)) { - * // handle the error and recover - * return newPromiseOrValue; - * } - * return $q.reject(reason); - * }); - * ``` - * - * @param {*} reason Constant, message, exception or an object representing the rejection reason. - * @returns {Promise} Returns a promise that was already resolved as rejected with the `reason`. - */ - var reject = function(reason) { - var result = new Deferred(); - result.reject(reason); - return result.promise; - }; - - var makePromise = function makePromise(value, resolved) { - var result = new Deferred(); - if (resolved) { - result.resolve(value); - } else { - result.reject(value); - } - return result.promise; - }; - - var handleCallback = function handleCallback(value, isResolved, callback) { - var callbackOutput = null; - try { - if (isFunction(callback)) callbackOutput = callback(); - } catch (e) { - return makePromise(e, false); - } - if (isPromiseLike(callbackOutput)) { - return callbackOutput.then(function() { - return makePromise(value, isResolved); - }, function(error) { - return makePromise(error, false); - }); - } else { - return makePromise(value, isResolved); - } - }; - - /** - * @ngdoc method - * @name $q#when - * @kind function - * - * @description - * Wraps an object that might be a value or a (3rd party) then-able promise into a $q promise. - * This is useful when you are dealing with an object that might or might not be a promise, or if - * the promise comes from a source that can't be trusted. - * - * @param {*} value Value or a promise - * @returns {Promise} Returns a promise of the passed value or promise - */ - - - var when = function(value, callback, errback, progressBack) { - var result = new Deferred(); - result.resolve(value); - return result.promise.then(callback, errback, progressBack); - }; - - /** - * @ngdoc method - * @name $q#all - * @kind function - * - * @description - * Combines multiple promises into a single promise that is resolved when all of the input - * promises are resolved. - * - * @param {Array.|Object.} promises An array or hash of promises. - * @returns {Promise} Returns a single promise that will be resolved with an array/hash of values, - * each value corresponding to the promise at the same index/key in the `promises` array/hash. - * If any of the promises is resolved with a rejection, this resulting promise will be rejected - * with the same rejection value. - */ - - function all(promises) { - var deferred = new Deferred(), - counter = 0, - results = isArray(promises) ? [] : {}; - - forEach(promises, function(promise, key) { - counter++; - when(promise).then(function(value) { - if (results.hasOwnProperty(key)) return; - results[key] = value; - if (!(--counter)) deferred.resolve(results); - }, function(reason) { - if (results.hasOwnProperty(key)) return; - deferred.reject(reason); - }); - }); - - if (counter === 0) { - deferred.resolve(results); - } - - return deferred.promise; - } - - var $Q = function Q(resolver) { - if (!isFunction(resolver)) { - throw $qMinErr('norslvr', "Expected resolverFn, got '{0}'", resolver); - } - - if (!(this instanceof Q)) { - // More useful when $Q is the Promise itself. - return new Q(resolver); - } - - var deferred = new Deferred(); - - function resolveFn(value) { - deferred.resolve(value); - } - - function rejectFn(reason) { - deferred.reject(reason); - } - - resolver(resolveFn, rejectFn); - - return deferred.promise; - }; - - $Q.defer = defer; - $Q.reject = reject; - $Q.when = when; - $Q.all = all; - - return $Q; -} - -function $$RAFProvider() { //rAF - this.$get = ['$window', '$timeout', function($window, $timeout) { - var requestAnimationFrame = $window.requestAnimationFrame || - $window.webkitRequestAnimationFrame || - $window.mozRequestAnimationFrame; - - var cancelAnimationFrame = $window.cancelAnimationFrame || - $window.webkitCancelAnimationFrame || - $window.mozCancelAnimationFrame || - $window.webkitCancelRequestAnimationFrame; - - var rafSupported = !!requestAnimationFrame; - var raf = rafSupported - ? function(fn) { - var id = requestAnimationFrame(fn); - return function() { - cancelAnimationFrame(id); - }; - } - : function(fn) { - var timer = $timeout(fn, 16.66, false); // 1000 / 60 = 16.666 - return function() { - $timeout.cancel(timer); - }; - }; - - raf.supported = rafSupported; - - return raf; - }]; -} - -/** - * DESIGN NOTES - * - * The design decisions behind the scope are heavily favored for speed and memory consumption. - * - * The typical use of scope is to watch the expressions, which most of the time return the same - * value as last time so we optimize the operation. - * - * Closures construction is expensive in terms of speed as well as memory: - * - No closures, instead use prototypical inheritance for API - * - Internal state needs to be stored on scope directly, which means that private state is - * exposed as $$____ properties - * - * Loop operations are optimized by using while(count--) { ... } - * - this means that in order to keep the same order of execution as addition we have to add - * items to the array at the beginning (unshift) instead of at the end (push) - * - * Child scopes are created and removed often - * - Using an array would be slow since inserts in middle are expensive so we use linked list - * - * There are few watches then a lot of observers. This is why you don't want the observer to be - * implemented in the same way as watch. Watch requires return of initialization function which - * are expensive to construct. - */ - - -/** - * @ngdoc provider - * @name $rootScopeProvider - * @description - * - * Provider for the $rootScope service. - */ - -/** - * @ngdoc method - * @name $rootScopeProvider#digestTtl - * @description - * - * Sets the number of `$digest` iterations the scope should attempt to execute before giving up and - * assuming that the model is unstable. - * - * The current default is 10 iterations. - * - * In complex applications it's possible that the dependencies between `$watch`s will result in - * several digest iterations. However if an application needs more than the default 10 digest - * iterations for its model to stabilize then you should investigate what is causing the model to - * continuously change during the digest. - * - * Increasing the TTL could have performance implications, so you should not change it without - * proper justification. - * - * @param {number} limit The number of digest iterations. - */ - - -/** - * @ngdoc service - * @name $rootScope - * @description - * - * Every application has a single root {@link ng.$rootScope.Scope scope}. - * All other scopes are descendant scopes of the root scope. Scopes provide separation - * between the model and the view, via a mechanism for watching the model for changes. - * They also provide an event emission/broadcast and subscription facility. See the - * {@link guide/scope developer guide on scopes}. - */ -function $RootScopeProvider() { - var TTL = 10; - var $rootScopeMinErr = minErr('$rootScope'); - var lastDirtyWatch = null; - var applyAsyncId = null; - - this.digestTtl = function(value) { - if (arguments.length) { - TTL = value; - } - return TTL; - }; - - this.$get = ['$injector', '$exceptionHandler', '$parse', '$browser', - function($injector, $exceptionHandler, $parse, $browser) { - - /** - * @ngdoc type - * @name $rootScope.Scope - * - * @description - * A root scope can be retrieved using the {@link ng.$rootScope $rootScope} key from the - * {@link auto.$injector $injector}. Child scopes are created using the - * {@link ng.$rootScope.Scope#$new $new()} method. (Most scopes are created automatically when - * compiled HTML template is executed.) - * - * Here is a simple scope snippet to show how you can interact with the scope. - * ```html - * - * ``` - * - * # Inheritance - * A scope can inherit from a parent scope, as in this example: - * ```js - var parent = $rootScope; - var child = parent.$new(); - - parent.salutation = "Hello"; - child.name = "World"; - expect(child.salutation).toEqual('Hello'); - - child.salutation = "Welcome"; - expect(child.salutation).toEqual('Welcome'); - expect(parent.salutation).toEqual('Hello'); - * ``` - * - * When interacting with `Scope` in tests, additional helper methods are available on the - * instances of `Scope` type. See {@link ngMock.$rootScope.Scope ngMock Scope} for additional - * details. - * - * - * @param {Object.=} providers Map of service factory which need to be - * provided for the current scope. Defaults to {@link ng}. - * @param {Object.=} instanceCache Provides pre-instantiated services which should - * append/override services provided by `providers`. This is handy - * when unit-testing and having the need to override a default - * service. - * @returns {Object} Newly created scope. - * - */ - function Scope() { - this.$id = nextUid(); - this.$$phase = this.$parent = this.$$watchers = - this.$$nextSibling = this.$$prevSibling = - this.$$childHead = this.$$childTail = null; - this.$root = this; - this.$$destroyed = false; - this.$$listeners = {}; - this.$$listenerCount = {}; - this.$$isolateBindings = null; - } - - /** - * @ngdoc property - * @name $rootScope.Scope#$id - * - * @description - * Unique scope ID (monotonically increasing) useful for debugging. - */ - - /** - * @ngdoc property - * @name $rootScope.Scope#$parent - * - * @description - * Reference to the parent scope. - */ - - /** - * @ngdoc property - * @name $rootScope.Scope#$root - * - * @description - * Reference to the root scope. - */ - - Scope.prototype = { - constructor: Scope, - /** - * @ngdoc method - * @name $rootScope.Scope#$new - * @kind function - * - * @description - * Creates a new child {@link ng.$rootScope.Scope scope}. - * - * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} event. - * The scope can be removed from the scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}. - * - * {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is - * desired for the scope and its child scopes to be permanently detached from the parent and - * thus stop participating in model change detection and listener notification by invoking. - * - * @param {boolean} isolate If true, then the scope does not prototypically inherit from the - * parent scope. The scope is isolated, as it can not see parent scope properties. - * When creating widgets, it is useful for the widget to not accidentally read parent - * state. - * - * @param {Scope} [parent=this] The {@link ng.$rootScope.Scope `Scope`} that will be the `$parent` - * of the newly created scope. Defaults to `this` scope if not provided. - * This is used when creating a transclude scope to correctly place it - * in the scope hierarchy while maintaining the correct prototypical - * inheritance. - * - * @returns {Object} The newly created child scope. - * - */ - $new: function(isolate, parent) { - var child; - - parent = parent || this; - - if (isolate) { - child = new Scope(); - child.$root = this.$root; - } else { - // Only create a child scope class if somebody asks for one, - // but cache it to allow the VM to optimize lookups. - if (!this.$$ChildScope) { - this.$$ChildScope = function ChildScope() { - this.$$watchers = this.$$nextSibling = - this.$$childHead = this.$$childTail = null; - this.$$listeners = {}; - this.$$listenerCount = {}; - this.$id = nextUid(); - this.$$ChildScope = null; - }; - this.$$ChildScope.prototype = this; - } - child = new this.$$ChildScope(); - } - child.$parent = parent; - child.$$prevSibling = parent.$$childTail; - if (parent.$$childHead) { - parent.$$childTail.$$nextSibling = child; - parent.$$childTail = child; - } else { - parent.$$childHead = parent.$$childTail = child; - } - - // When the new scope is not isolated or we inherit from `this`, and - // the parent scope is destroyed, the property `$$destroyed` is inherited - // prototypically. In all other cases, this property needs to be set - // when the parent scope is destroyed. - // The listener needs to be added after the parent is set - if (isolate || parent != this) child.$on('$destroy', destroyChild); - - return child; - - function destroyChild() { - child.$$destroyed = true; - } - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$watch - * @kind function - * - * @description - * Registers a `listener` callback to be executed whenever the `watchExpression` changes. - * - * - The `watchExpression` is called on every call to {@link ng.$rootScope.Scope#$digest - * $digest()} and should return the value that will be watched. (Since - * {@link ng.$rootScope.Scope#$digest $digest()} reruns when it detects changes the - * `watchExpression` can execute multiple times per - * {@link ng.$rootScope.Scope#$digest $digest()} and should be idempotent.) - * - The `listener` is called only when the value from the current `watchExpression` and the - * previous call to `watchExpression` are not equal (with the exception of the initial run, - * see below). Inequality is determined according to reference inequality, - * [strict comparison](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators) - * via the `!==` Javascript operator, unless `objectEquality == true` - * (see next point) - * - When `objectEquality == true`, inequality of the `watchExpression` is determined - * according to the {@link angular.equals} function. To save the value of the object for - * later comparison, the {@link angular.copy} function is used. This therefore means that - * watching complex objects will have adverse memory and performance implications. - * - The watch `listener` may change the model, which may trigger other `listener`s to fire. - * This is achieved by rerunning the watchers until no changes are detected. The rerun - * iteration limit is 10 to prevent an infinite loop deadlock. - * - * - * If you want to be notified whenever {@link ng.$rootScope.Scope#$digest $digest} is called, - * you can register a `watchExpression` function with no `listener`. (Since `watchExpression` - * can execute multiple times per {@link ng.$rootScope.Scope#$digest $digest} cycle when a - * change is detected, be prepared for multiple calls to your listener.) - * - * After a watcher is registered with the scope, the `listener` fn is called asynchronously - * (via {@link ng.$rootScope.Scope#$evalAsync $evalAsync}) to initialize the - * watcher. In rare cases, this is undesirable because the listener is called when the result - * of `watchExpression` didn't change. To detect this scenario within the `listener` fn, you - * can compare the `newVal` and `oldVal`. If these two values are identical (`===`) then the - * listener was called due to initialization. - * - * - * - * # Example - * ```js - // let's assume that scope was dependency injected as the $rootScope - var scope = $rootScope; - scope.name = 'misko'; - scope.counter = 0; - - expect(scope.counter).toEqual(0); - scope.$watch('name', function(newValue, oldValue) { - scope.counter = scope.counter + 1; - }); - expect(scope.counter).toEqual(0); - - scope.$digest(); - // the listener is always called during the first $digest loop after it was registered - expect(scope.counter).toEqual(1); - - scope.$digest(); - // but now it will not be called unless the value changes - expect(scope.counter).toEqual(1); - - scope.name = 'adam'; - scope.$digest(); - expect(scope.counter).toEqual(2); - - - - // Using a function as a watchExpression - var food; - scope.foodCounter = 0; - expect(scope.foodCounter).toEqual(0); - scope.$watch( - // This function returns the value being watched. It is called for each turn of the $digest loop - function() { return food; }, - // This is the change listener, called when the value returned from the above function changes - function(newValue, oldValue) { - if ( newValue !== oldValue ) { - // Only increment the counter if the value changed - scope.foodCounter = scope.foodCounter + 1; - } - } - ); - // No digest has been run so the counter will be zero - expect(scope.foodCounter).toEqual(0); - - // Run the digest but since food has not changed count will still be zero - scope.$digest(); - expect(scope.foodCounter).toEqual(0); - - // Update food and run digest. Now the counter will increment - food = 'cheeseburger'; - scope.$digest(); - expect(scope.foodCounter).toEqual(1); - - * ``` - * - * - * - * @param {(function()|string)} watchExpression Expression that is evaluated on each - * {@link ng.$rootScope.Scope#$digest $digest} cycle. A change in the return value triggers - * a call to the `listener`. - * - * - `string`: Evaluated as {@link guide/expression expression} - * - `function(scope)`: called with current `scope` as a parameter. - * @param {function(newVal, oldVal, scope)} listener Callback called whenever the value - * of `watchExpression` changes. - * - * - `newVal` contains the current value of the `watchExpression` - * - `oldVal` contains the previous value of the `watchExpression` - * - `scope` refers to the current scope - * @param {boolean=} objectEquality Compare for object equality using {@link angular.equals} instead of - * comparing for reference equality. - * @returns {function()} Returns a deregistration function for this listener. - */ - $watch: function(watchExp, listener, objectEquality) { - var get = $parse(watchExp); - - if (get.$$watchDelegate) { - return get.$$watchDelegate(this, listener, objectEquality, get); - } - var scope = this, - array = scope.$$watchers, - watcher = { - fn: listener, - last: initWatchVal, - get: get, - exp: watchExp, - eq: !!objectEquality - }; - - lastDirtyWatch = null; - - if (!isFunction(listener)) { - watcher.fn = noop; - } - - if (!array) { - array = scope.$$watchers = []; - } - // we use unshift since we use a while loop in $digest for speed. - // the while loop reads in reverse order. - array.unshift(watcher); - - return function deregisterWatch() { - arrayRemove(array, watcher); - lastDirtyWatch = null; - }; - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$watchGroup - * @kind function - * - * @description - * A variant of {@link ng.$rootScope.Scope#$watch $watch()} where it watches an array of `watchExpressions`. - * If any one expression in the collection changes the `listener` is executed. - * - * - The items in the `watchExpressions` array are observed via standard $watch operation and are examined on every - * call to $digest() to see if any items changes. - * - The `listener` is called whenever any expression in the `watchExpressions` array changes. - * - * @param {Array.} watchExpressions Array of expressions that will be individually - * watched using {@link ng.$rootScope.Scope#$watch $watch()} - * - * @param {function(newValues, oldValues, scope)} listener Callback called whenever the return value of any - * expression in `watchExpressions` changes - * The `newValues` array contains the current values of the `watchExpressions`, with the indexes matching - * those of `watchExpression` - * and the `oldValues` array contains the previous values of the `watchExpressions`, with the indexes matching - * those of `watchExpression` - * The `scope` refers to the current scope. - * @returns {function()} Returns a de-registration function for all listeners. - */ - $watchGroup: function(watchExpressions, listener) { - var oldValues = new Array(watchExpressions.length); - var newValues = new Array(watchExpressions.length); - var deregisterFns = []; - var self = this; - var changeReactionScheduled = false; - var firstRun = true; - - if (!watchExpressions.length) { - // No expressions means we call the listener ASAP - var shouldCall = true; - self.$evalAsync(function() { - if (shouldCall) listener(newValues, newValues, self); - }); - return function deregisterWatchGroup() { - shouldCall = false; - }; - } - - if (watchExpressions.length === 1) { - // Special case size of one - return this.$watch(watchExpressions[0], function watchGroupAction(value, oldValue, scope) { - newValues[0] = value; - oldValues[0] = oldValue; - listener(newValues, (value === oldValue) ? newValues : oldValues, scope); - }); - } - - forEach(watchExpressions, function(expr, i) { - var unwatchFn = self.$watch(expr, function watchGroupSubAction(value, oldValue) { - newValues[i] = value; - oldValues[i] = oldValue; - if (!changeReactionScheduled) { - changeReactionScheduled = true; - self.$evalAsync(watchGroupAction); - } - }); - deregisterFns.push(unwatchFn); - }); - - function watchGroupAction() { - changeReactionScheduled = false; - - if (firstRun) { - firstRun = false; - listener(newValues, newValues, self); - } else { - listener(newValues, oldValues, self); - } - } - - return function deregisterWatchGroup() { - while (deregisterFns.length) { - deregisterFns.shift()(); - } - }; - }, - - - /** - * @ngdoc method - * @name $rootScope.Scope#$watchCollection - * @kind function - * - * @description - * Shallow watches the properties of an object and fires whenever any of the properties change - * (for arrays, this implies watching the array items; for object maps, this implies watching - * the properties). If a change is detected, the `listener` callback is fired. - * - * - The `obj` collection is observed via standard $watch operation and is examined on every - * call to $digest() to see if any items have been added, removed, or moved. - * - The `listener` is called whenever anything within the `obj` has changed. Examples include - * adding, removing, and moving items belonging to an object or array. - * - * - * # Example - * ```js - $scope.names = ['igor', 'matias', 'misko', 'james']; - $scope.dataCount = 4; - - $scope.$watchCollection('names', function(newNames, oldNames) { - $scope.dataCount = newNames.length; - }); - - expect($scope.dataCount).toEqual(4); - $scope.$digest(); - - //still at 4 ... no changes - expect($scope.dataCount).toEqual(4); - - $scope.names.pop(); - $scope.$digest(); - - //now there's been a change - expect($scope.dataCount).toEqual(3); - * ``` - * - * - * @param {string|function(scope)} obj Evaluated as {@link guide/expression expression}. The - * expression value should evaluate to an object or an array which is observed on each - * {@link ng.$rootScope.Scope#$digest $digest} cycle. Any shallow change within the - * collection will trigger a call to the `listener`. - * - * @param {function(newCollection, oldCollection, scope)} listener a callback function called - * when a change is detected. - * - The `newCollection` object is the newly modified data obtained from the `obj` expression - * - The `oldCollection` object is a copy of the former collection data. - * Due to performance considerations, the`oldCollection` value is computed only if the - * `listener` function declares two or more arguments. - * - The `scope` argument refers to the current scope. - * - * @returns {function()} Returns a de-registration function for this listener. When the - * de-registration function is executed, the internal watch operation is terminated. - */ - $watchCollection: function(obj, listener) { - $watchCollectionInterceptor.$stateful = true; - - var self = this; - // the current value, updated on each dirty-check run - var newValue; - // a shallow copy of the newValue from the last dirty-check run, - // updated to match newValue during dirty-check run - var oldValue; - // a shallow copy of the newValue from when the last change happened - var veryOldValue; - // only track veryOldValue if the listener is asking for it - var trackVeryOldValue = (listener.length > 1); - var changeDetected = 0; - var changeDetector = $parse(obj, $watchCollectionInterceptor); - var internalArray = []; - var internalObject = {}; - var initRun = true; - var oldLength = 0; - - function $watchCollectionInterceptor(_value) { - newValue = _value; - var newLength, key, bothNaN, newItem, oldItem; - - // If the new value is undefined, then return undefined as the watch may be a one-time watch - if (isUndefined(newValue)) return; - - if (!isObject(newValue)) { // if primitive - if (oldValue !== newValue) { - oldValue = newValue; - changeDetected++; - } - } else if (isArrayLike(newValue)) { - if (oldValue !== internalArray) { - // we are transitioning from something which was not an array into array. - oldValue = internalArray; - oldLength = oldValue.length = 0; - changeDetected++; - } - - newLength = newValue.length; - - if (oldLength !== newLength) { - // if lengths do not match we need to trigger change notification - changeDetected++; - oldValue.length = oldLength = newLength; - } - // copy the items to oldValue and look for changes. - for (var i = 0; i < newLength; i++) { - oldItem = oldValue[i]; - newItem = newValue[i]; - - bothNaN = (oldItem !== oldItem) && (newItem !== newItem); - if (!bothNaN && (oldItem !== newItem)) { - changeDetected++; - oldValue[i] = newItem; - } - } - } else { - if (oldValue !== internalObject) { - // we are transitioning from something which was not an object into object. - oldValue = internalObject = {}; - oldLength = 0; - changeDetected++; - } - // copy the items to oldValue and look for changes. - newLength = 0; - for (key in newValue) { - if (newValue.hasOwnProperty(key)) { - newLength++; - newItem = newValue[key]; - oldItem = oldValue[key]; - - if (key in oldValue) { - bothNaN = (oldItem !== oldItem) && (newItem !== newItem); - if (!bothNaN && (oldItem !== newItem)) { - changeDetected++; - oldValue[key] = newItem; - } - } else { - oldLength++; - oldValue[key] = newItem; - changeDetected++; - } - } - } - if (oldLength > newLength) { - // we used to have more keys, need to find them and destroy them. - changeDetected++; - for (key in oldValue) { - if (!newValue.hasOwnProperty(key)) { - oldLength--; - delete oldValue[key]; - } - } - } - } - return changeDetected; - } - - function $watchCollectionAction() { - if (initRun) { - initRun = false; - listener(newValue, newValue, self); - } else { - listener(newValue, veryOldValue, self); - } - - // make a copy for the next time a collection is changed - if (trackVeryOldValue) { - if (!isObject(newValue)) { - //primitive - veryOldValue = newValue; - } else if (isArrayLike(newValue)) { - veryOldValue = new Array(newValue.length); - for (var i = 0; i < newValue.length; i++) { - veryOldValue[i] = newValue[i]; - } - } else { // if object - veryOldValue = {}; - for (var key in newValue) { - if (hasOwnProperty.call(newValue, key)) { - veryOldValue[key] = newValue[key]; - } - } - } - } - } - - return this.$watch(changeDetector, $watchCollectionAction); - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$digest - * @kind function - * - * @description - * Processes all of the {@link ng.$rootScope.Scope#$watch watchers} of the current scope and - * its children. Because a {@link ng.$rootScope.Scope#$watch watcher}'s listener can change - * the model, the `$digest()` keeps calling the {@link ng.$rootScope.Scope#$watch watchers} - * until no more listeners are firing. This means that it is possible to get into an infinite - * loop. This function will throw `'Maximum iteration limit exceeded.'` if the number of - * iterations exceeds 10. - * - * Usually, you don't call `$digest()` directly in - * {@link ng.directive:ngController controllers} or in - * {@link ng.$compileProvider#directive directives}. - * Instead, you should call {@link ng.$rootScope.Scope#$apply $apply()} (typically from within - * a {@link ng.$compileProvider#directive directive}), which will force a `$digest()`. - * - * If you want to be notified whenever `$digest()` is called, - * you can register a `watchExpression` function with - * {@link ng.$rootScope.Scope#$watch $watch()} with no `listener`. - * - * In unit tests, you may need to call `$digest()` to simulate the scope life cycle. - * - * # Example - * ```js - var scope = ...; - scope.name = 'misko'; - scope.counter = 0; - - expect(scope.counter).toEqual(0); - scope.$watch('name', function(newValue, oldValue) { - scope.counter = scope.counter + 1; - }); - expect(scope.counter).toEqual(0); - - scope.$digest(); - // the listener is always called during the first $digest loop after it was registered - expect(scope.counter).toEqual(1); - - scope.$digest(); - // but now it will not be called unless the value changes - expect(scope.counter).toEqual(1); - - scope.name = 'adam'; - scope.$digest(); - expect(scope.counter).toEqual(2); - * ``` - * - */ - $digest: function() { - var watch, value, last, - watchers, - length, - dirty, ttl = TTL, - next, current, target = this, - watchLog = [], - logIdx, logMsg, asyncTask; - - beginPhase('$digest'); - // Check for changes to browser url that happened in sync before the call to $digest - $browser.$$checkUrlChange(); - - if (this === $rootScope && applyAsyncId !== null) { - // If this is the root scope, and $applyAsync has scheduled a deferred $apply(), then - // cancel the scheduled $apply and flush the queue of expressions to be evaluated. - $browser.defer.cancel(applyAsyncId); - flushApplyAsync(); - } - - lastDirtyWatch = null; - - do { // "while dirty" loop - dirty = false; - current = target; - - while (asyncQueue.length) { - try { - asyncTask = asyncQueue.shift(); - asyncTask.scope.$eval(asyncTask.expression); - } catch (e) { - $exceptionHandler(e); - } - lastDirtyWatch = null; - } - - traverseScopesLoop: - do { // "traverse the scopes" loop - if ((watchers = current.$$watchers)) { - // process our watches - length = watchers.length; - while (length--) { - try { - watch = watchers[length]; - // Most common watches are on primitives, in which case we can short - // circuit it with === operator, only when === fails do we use .equals - if (watch) { - if ((value = watch.get(current)) !== (last = watch.last) && - !(watch.eq - ? equals(value, last) - : (typeof value === 'number' && typeof last === 'number' - && isNaN(value) && isNaN(last)))) { - dirty = true; - lastDirtyWatch = watch; - watch.last = watch.eq ? copy(value, null) : value; - watch.fn(value, ((last === initWatchVal) ? value : last), current); - if (ttl < 5) { - logIdx = 4 - ttl; - if (!watchLog[logIdx]) watchLog[logIdx] = []; - watchLog[logIdx].push({ - msg: isFunction(watch.exp) ? 'fn: ' + (watch.exp.name || watch.exp.toString()) : watch.exp, - newVal: value, - oldVal: last - }); - } - } else if (watch === lastDirtyWatch) { - // If the most recently dirty watcher is now clean, short circuit since the remaining watchers - // have already been tested. - dirty = false; - break traverseScopesLoop; - } - } - } catch (e) { - $exceptionHandler(e); - } - } - } - - // Insanity Warning: scope depth-first traversal - // yes, this code is a bit crazy, but it works and we have tests to prove it! - // this piece should be kept in sync with the traversal in $broadcast - if (!(next = (current.$$childHead || - (current !== target && current.$$nextSibling)))) { - while (current !== target && !(next = current.$$nextSibling)) { - current = current.$parent; - } - } - } while ((current = next)); - - // `break traverseScopesLoop;` takes us to here - - if ((dirty || asyncQueue.length) && !(ttl--)) { - clearPhase(); - throw $rootScopeMinErr('infdig', - '{0} $digest() iterations reached. Aborting!\n' + - 'Watchers fired in the last 5 iterations: {1}', - TTL, watchLog); - } - - } while (dirty || asyncQueue.length); - - clearPhase(); - - while (postDigestQueue.length) { - try { - postDigestQueue.shift()(); - } catch (e) { - $exceptionHandler(e); - } - } - }, - - - /** - * @ngdoc event - * @name $rootScope.Scope#$destroy - * @eventType broadcast on scope being destroyed - * - * @description - * Broadcasted when a scope and its children are being destroyed. - * - * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to - * clean up DOM bindings before an element is removed from the DOM. - */ - - /** - * @ngdoc method - * @name $rootScope.Scope#$destroy - * @kind function - * - * @description - * Removes the current scope (and all of its children) from the parent scope. Removal implies - * that calls to {@link ng.$rootScope.Scope#$digest $digest()} will no longer - * propagate to the current scope and its children. Removal also implies that the current - * scope is eligible for garbage collection. - * - * The `$destroy()` is usually used by directives such as - * {@link ng.directive:ngRepeat ngRepeat} for managing the - * unrolling of the loop. - * - * Just before a scope is destroyed, a `$destroy` event is broadcasted on this scope. - * Application code can register a `$destroy` event handler that will give it a chance to - * perform any necessary cleanup. - * - * Note that, in AngularJS, there is also a `$destroy` jQuery event, which can be used to - * clean up DOM bindings before an element is removed from the DOM. - */ - $destroy: function() { - // we can't destroy the root scope or a scope that has been already destroyed - if (this.$$destroyed) return; - var parent = this.$parent; - - this.$broadcast('$destroy'); - this.$$destroyed = true; - if (this === $rootScope) return; - - for (var eventName in this.$$listenerCount) { - decrementListenerCount(this, this.$$listenerCount[eventName], eventName); - } - - // sever all the references to parent scopes (after this cleanup, the current scope should - // not be retained by any of our references and should be eligible for garbage collection) - if (parent.$$childHead == this) parent.$$childHead = this.$$nextSibling; - if (parent.$$childTail == this) parent.$$childTail = this.$$prevSibling; - if (this.$$prevSibling) this.$$prevSibling.$$nextSibling = this.$$nextSibling; - if (this.$$nextSibling) this.$$nextSibling.$$prevSibling = this.$$prevSibling; - - // Disable listeners, watchers and apply/digest methods - this.$destroy = this.$digest = this.$apply = this.$evalAsync = this.$applyAsync = noop; - this.$on = this.$watch = this.$watchGroup = function() { return noop; }; - this.$$listeners = {}; - - // All of the code below is bogus code that works around V8's memory leak via optimized code - // and inline caches. - // - // see: - // - https://code.google.com/p/v8/issues/detail?id=2073#c26 - // - https://github.com/angular/angular.js/issues/6794#issuecomment-38648909 - // - https://github.com/angular/angular.js/issues/1313#issuecomment-10378451 - - this.$parent = this.$$nextSibling = this.$$prevSibling = this.$$childHead = - this.$$childTail = this.$root = this.$$watchers = null; - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$eval - * @kind function - * - * @description - * Executes the `expression` on the current scope and returns the result. Any exceptions in - * the expression are propagated (uncaught). This is useful when evaluating Angular - * expressions. - * - * # Example - * ```js - var scope = ng.$rootScope.Scope(); - scope.a = 1; - scope.b = 2; - - expect(scope.$eval('a+b')).toEqual(3); - expect(scope.$eval(function(scope){ return scope.a + scope.b; })).toEqual(3); - * ``` - * - * @param {(string|function())=} expression An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with the current `scope` parameter. - * - * @param {(object)=} locals Local variables object, useful for overriding values in scope. - * @returns {*} The result of evaluating the expression. - */ - $eval: function(expr, locals) { - return $parse(expr)(this, locals); - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$evalAsync - * @kind function - * - * @description - * Executes the expression on the current scope at a later point in time. - * - * The `$evalAsync` makes no guarantees as to when the `expression` will be executed, only - * that: - * - * - it will execute after the function that scheduled the evaluation (preferably before DOM - * rendering). - * - at least one {@link ng.$rootScope.Scope#$digest $digest cycle} will be performed after - * `expression` execution. - * - * Any exceptions from the execution of the expression are forwarded to the - * {@link ng.$exceptionHandler $exceptionHandler} service. - * - * __Note:__ if this function is called outside of a `$digest` cycle, a new `$digest` cycle - * will be scheduled. However, it is encouraged to always call code that changes the model - * from within an `$apply` call. That includes code evaluated via `$evalAsync`. - * - * @param {(string|function())=} expression An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with the current `scope` parameter. - * - */ - $evalAsync: function(expr) { - // if we are outside of an $digest loop and this is the first time we are scheduling async - // task also schedule async auto-flush - if (!$rootScope.$$phase && !asyncQueue.length) { - $browser.defer(function() { - if (asyncQueue.length) { - $rootScope.$digest(); - } - }); - } - - asyncQueue.push({scope: this, expression: expr}); - }, - - $$postDigest: function(fn) { - postDigestQueue.push(fn); - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$apply - * @kind function - * - * @description - * `$apply()` is used to execute an expression in angular from outside of the angular - * framework. (For example from browser DOM events, setTimeout, XHR or third party libraries). - * Because we are calling into the angular framework we need to perform proper scope life - * cycle of {@link ng.$exceptionHandler exception handling}, - * {@link ng.$rootScope.Scope#$digest executing watches}. - * - * ## Life cycle - * - * # Pseudo-Code of `$apply()` - * ```js - function $apply(expr) { - try { - return $eval(expr); - } catch (e) { - $exceptionHandler(e); - } finally { - $root.$digest(); - } - } - * ``` - * - * - * Scope's `$apply()` method transitions through the following stages: - * - * 1. The {@link guide/expression expression} is executed using the - * {@link ng.$rootScope.Scope#$eval $eval()} method. - * 2. Any exceptions from the execution of the expression are forwarded to the - * {@link ng.$exceptionHandler $exceptionHandler} service. - * 3. The {@link ng.$rootScope.Scope#$watch watch} listeners are fired immediately after the - * expression was executed using the {@link ng.$rootScope.Scope#$digest $digest()} method. - * - * - * @param {(string|function())=} exp An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with current `scope` parameter. - * - * @returns {*} The result of evaluating the expression. - */ - $apply: function(expr) { - try { - beginPhase('$apply'); - return this.$eval(expr); - } catch (e) { - $exceptionHandler(e); - } finally { - clearPhase(); - try { - $rootScope.$digest(); - } catch (e) { - $exceptionHandler(e); - throw e; - } - } - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$applyAsync - * @kind function - * - * @description - * Schedule the invokation of $apply to occur at a later time. The actual time difference - * varies across browsers, but is typically around ~10 milliseconds. - * - * This can be used to queue up multiple expressions which need to be evaluated in the same - * digest. - * - * @param {(string|function())=} exp An angular expression to be executed. - * - * - `string`: execute using the rules as defined in {@link guide/expression expression}. - * - `function(scope)`: execute the function with current `scope` parameter. - */ - $applyAsync: function(expr) { - var scope = this; - expr && applyAsyncQueue.push($applyAsyncExpression); - scheduleApplyAsync(); - - function $applyAsyncExpression() { - scope.$eval(expr); - } - }, - - /** - * @ngdoc method - * @name $rootScope.Scope#$on - * @kind function - * - * @description - * Listens on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for - * discussion of event life cycle. - * - * The event listener function format is: `function(event, args...)`. The `event` object - * passed into the listener has the following attributes: - * - * - `targetScope` - `{Scope}`: the scope on which the event was `$emit`-ed or - * `$broadcast`-ed. - * - `currentScope` - `{Scope}`: the scope that is currently handling the event. Once the - * event propagates through the scope hierarchy, this property is set to null. - * - `name` - `{string}`: name of the event. - * - `stopPropagation` - `{function=}`: calling `stopPropagation` function will cancel - * further event propagation (available only for events that were `$emit`-ed). - * - `preventDefault` - `{function}`: calling `preventDefault` sets `defaultPrevented` flag - * to true. - * - `defaultPrevented` - `{boolean}`: true if `preventDefault` was called. - * - * @param {string} name Event name to listen on. - * @param {function(event, ...args)} listener Function to call when the event is emitted. - * @returns {function()} Returns a deregistration function for this listener. - */ - $on: function(name, listener) { - var namedListeners = this.$$listeners[name]; - if (!namedListeners) { - this.$$listeners[name] = namedListeners = []; - } - namedListeners.push(listener); - - var current = this; - do { - if (!current.$$listenerCount[name]) { - current.$$listenerCount[name] = 0; - } - current.$$listenerCount[name]++; - } while ((current = current.$parent)); - - var self = this; - return function() { - var indexOfListener = namedListeners.indexOf(listener); - if (indexOfListener !== -1) { - namedListeners[indexOfListener] = null; - decrementListenerCount(self, 1, name); - } - }; - }, - - - /** - * @ngdoc method - * @name $rootScope.Scope#$emit - * @kind function - * - * @description - * Dispatches an event `name` upwards through the scope hierarchy notifying the - * registered {@link ng.$rootScope.Scope#$on} listeners. - * - * The event life cycle starts at the scope on which `$emit` was called. All - * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get - * notified. Afterwards, the event traverses upwards toward the root scope and calls all - * registered listeners along the way. The event will stop propagating if one of the listeners - * cancels it. - * - * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed - * onto the {@link ng.$exceptionHandler $exceptionHandler} service. - * - * @param {string} name Event name to emit. - * @param {...*} args Optional one or more arguments which will be passed onto the event listeners. - * @return {Object} Event object (see {@link ng.$rootScope.Scope#$on}). - */ - $emit: function(name, args) { - var empty = [], - namedListeners, - scope = this, - stopPropagation = false, - event = { - name: name, - targetScope: scope, - stopPropagation: function() {stopPropagation = true;}, - preventDefault: function() { - event.defaultPrevented = true; - }, - defaultPrevented: false - }, - listenerArgs = concat([event], arguments, 1), - i, length; - - do { - namedListeners = scope.$$listeners[name] || empty; - event.currentScope = scope; - for (i = 0, length = namedListeners.length; i < length; i++) { - - // if listeners were deregistered, defragment the array - if (!namedListeners[i]) { - namedListeners.splice(i, 1); - i--; - length--; - continue; - } - try { - //allow all listeners attached to the current scope to run - namedListeners[i].apply(null, listenerArgs); - } catch (e) { - $exceptionHandler(e); - } - } - //if any listener on the current scope stops propagation, prevent bubbling - if (stopPropagation) { - event.currentScope = null; - return event; - } - //traverse upwards - scope = scope.$parent; - } while (scope); - - event.currentScope = null; - - return event; - }, - - - /** - * @ngdoc method - * @name $rootScope.Scope#$broadcast - * @kind function - * - * @description - * Dispatches an event `name` downwards to all child scopes (and their children) notifying the - * registered {@link ng.$rootScope.Scope#$on} listeners. - * - * The event life cycle starts at the scope on which `$broadcast` was called. All - * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get - * notified. Afterwards, the event propagates to all direct and indirect scopes of the current - * scope and calls all registered listeners along the way. The event cannot be canceled. - * - * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed - * onto the {@link ng.$exceptionHandler $exceptionHandler} service. - * - * @param {string} name Event name to broadcast. - * @param {...*} args Optional one or more arguments which will be passed onto the event listeners. - * @return {Object} Event object, see {@link ng.$rootScope.Scope#$on} - */ - $broadcast: function(name, args) { - var target = this, - current = target, - next = target, - event = { - name: name, - targetScope: target, - preventDefault: function() { - event.defaultPrevented = true; - }, - defaultPrevented: false - }; - - if (!target.$$listenerCount[name]) return event; - - var listenerArgs = concat([event], arguments, 1), - listeners, i, length; - - //down while you can, then up and next sibling or up and next sibling until back at root - while ((current = next)) { - event.currentScope = current; - listeners = current.$$listeners[name] || []; - for (i = 0, length = listeners.length; i < length; i++) { - // if listeners were deregistered, defragment the array - if (!listeners[i]) { - listeners.splice(i, 1); - i--; - length--; - continue; - } - - try { - listeners[i].apply(null, listenerArgs); - } catch (e) { - $exceptionHandler(e); - } - } - - // Insanity Warning: scope depth-first traversal - // yes, this code is a bit crazy, but it works and we have tests to prove it! - // this piece should be kept in sync with the traversal in $digest - // (though it differs due to having the extra check for $$listenerCount) - if (!(next = ((current.$$listenerCount[name] && current.$$childHead) || - (current !== target && current.$$nextSibling)))) { - while (current !== target && !(next = current.$$nextSibling)) { - current = current.$parent; - } - } - } - - event.currentScope = null; - return event; - } - }; - - var $rootScope = new Scope(); - - //The internal queues. Expose them on the $rootScope for debugging/testing purposes. - var asyncQueue = $rootScope.$$asyncQueue = []; - var postDigestQueue = $rootScope.$$postDigestQueue = []; - var applyAsyncQueue = $rootScope.$$applyAsyncQueue = []; - - return $rootScope; - - - function beginPhase(phase) { - if ($rootScope.$$phase) { - throw $rootScopeMinErr('inprog', '{0} already in progress', $rootScope.$$phase); - } - - $rootScope.$$phase = phase; - } - - function clearPhase() { - $rootScope.$$phase = null; - } - - - function decrementListenerCount(current, count, name) { - do { - current.$$listenerCount[name] -= count; - - if (current.$$listenerCount[name] === 0) { - delete current.$$listenerCount[name]; - } - } while ((current = current.$parent)); - } - - /** - * function used as an initial value for watchers. - * because it's unique we can easily tell it apart from other values - */ - function initWatchVal() {} - - function flushApplyAsync() { - while (applyAsyncQueue.length) { - try { - applyAsyncQueue.shift()(); - } catch (e) { - $exceptionHandler(e); - } - } - applyAsyncId = null; - } - - function scheduleApplyAsync() { - if (applyAsyncId === null) { - applyAsyncId = $browser.defer(function() { - $rootScope.$apply(flushApplyAsync); - }); - } - } - }]; -} - -/** - * @description - * Private service to sanitize uris for links and images. Used by $compile and $sanitize. - */ -function $$SanitizeUriProvider() { - var aHrefSanitizationWhitelist = /^\s*(https?|ftp|mailto|tel|file):/, - imgSrcSanitizationWhitelist = /^\s*((https?|ftp|file|blob):|data:image\/)/; - - /** - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during a[href] sanitization. - * - * The sanitization is a security measure aimed at prevent XSS attacks via html links. - * - * Any url about to be assigned to a[href] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `aHrefSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.aHrefSanitizationWhitelist = function(regexp) { - if (isDefined(regexp)) { - aHrefSanitizationWhitelist = regexp; - return this; - } - return aHrefSanitizationWhitelist; - }; - - - /** - * @description - * Retrieves or overrides the default regular expression that is used for whitelisting of safe - * urls during img[src] sanitization. - * - * The sanitization is a security measure aimed at prevent XSS attacks via html links. - * - * Any url about to be assigned to img[src] via data-binding is first normalized and turned into - * an absolute url. Afterwards, the url is matched against the `imgSrcSanitizationWhitelist` - * regular expression. If a match is found, the original url is written into the dom. Otherwise, - * the absolute url is prefixed with `'unsafe:'` string and only then is it written into the DOM. - * - * @param {RegExp=} regexp New regexp to whitelist urls with. - * @returns {RegExp|ng.$compileProvider} Current RegExp if called without value or self for - * chaining otherwise. - */ - this.imgSrcSanitizationWhitelist = function(regexp) { - if (isDefined(regexp)) { - imgSrcSanitizationWhitelist = regexp; - return this; - } - return imgSrcSanitizationWhitelist; - }; - - this.$get = function() { - return function sanitizeUri(uri, isImage) { - var regex = isImage ? imgSrcSanitizationWhitelist : aHrefSanitizationWhitelist; - var normalizedVal; - normalizedVal = urlResolve(uri).href; - if (normalizedVal !== '' && !normalizedVal.match(regex)) { - return 'unsafe:' + normalizedVal; - } - return uri; - }; - }; -} - -var $sceMinErr = minErr('$sce'); - -var SCE_CONTEXTS = { - HTML: 'html', - CSS: 'css', - URL: 'url', - // RESOURCE_URL is a subtype of URL used in contexts where a privileged resource is sourced from a - // url. (e.g. ng-include, script src, templateUrl) - RESOURCE_URL: 'resourceUrl', - JS: 'js' -}; - -// Helper functions follow. - -function adjustMatcher(matcher) { - if (matcher === 'self') { - return matcher; - } else if (isString(matcher)) { - // Strings match exactly except for 2 wildcards - '*' and '**'. - // '*' matches any character except those from the set ':/.?&'. - // '**' matches any character (like .* in a RegExp). - // More than 2 *'s raises an error as it's ill defined. - if (matcher.indexOf('***') > -1) { - throw $sceMinErr('iwcard', - 'Illegal sequence *** in string matcher. String: {0}', matcher); - } - matcher = escapeForRegexp(matcher). - replace('\\*\\*', '.*'). - replace('\\*', '[^:/.?&;]*'); - return new RegExp('^' + matcher + '$'); - } else if (isRegExp(matcher)) { - // The only other type of matcher allowed is a Regexp. - // Match entire URL / disallow partial matches. - // Flags are reset (i.e. no global, ignoreCase or multiline) - return new RegExp('^' + matcher.source + '$'); - } else { - throw $sceMinErr('imatcher', - 'Matchers may only be "self", string patterns or RegExp objects'); - } -} - - -function adjustMatchers(matchers) { - var adjustedMatchers = []; - if (isDefined(matchers)) { - forEach(matchers, function(matcher) { - adjustedMatchers.push(adjustMatcher(matcher)); - }); - } - return adjustedMatchers; -} - - -/** - * @ngdoc service - * @name $sceDelegate - * @kind function - * - * @description - * - * `$sceDelegate` is a service that is used by the `$sce` service to provide {@link ng.$sce Strict - * Contextual Escaping (SCE)} services to AngularJS. - * - * Typically, you would configure or override the {@link ng.$sceDelegate $sceDelegate} instead of - * the `$sce` service to customize the way Strict Contextual Escaping works in AngularJS. This is - * because, while the `$sce` provides numerous shorthand methods, etc., you really only need to - * override 3 core functions (`trustAs`, `getTrusted` and `valueOf`) to replace the way things - * work because `$sce` delegates to `$sceDelegate` for these operations. - * - * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} to configure this service. - * - * The default instance of `$sceDelegate` should work out of the box with little pain. While you - * can override it completely to change the behavior of `$sce`, the common case would - * involve configuring the {@link ng.$sceDelegateProvider $sceDelegateProvider} instead by setting - * your own whitelists and blacklists for trusting URLs used for loading AngularJS resources such as - * templates. Refer {@link ng.$sceDelegateProvider#resourceUrlWhitelist - * $sceDelegateProvider.resourceUrlWhitelist} and {@link - * ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist} - */ - -/** - * @ngdoc provider - * @name $sceDelegateProvider - * @description - * - * The `$sceDelegateProvider` provider allows developers to configure the {@link ng.$sceDelegate - * $sceDelegate} service. This allows one to get/set the whitelists and blacklists used to ensure - * that the URLs used for sourcing Angular templates are safe. Refer {@link - * ng.$sceDelegateProvider#resourceUrlWhitelist $sceDelegateProvider.resourceUrlWhitelist} and - * {@link ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist} - * - * For the general details about this service in Angular, read the main page for {@link ng.$sce - * Strict Contextual Escaping (SCE)}. - * - * **Example**: Consider the following case. - * - * - your app is hosted at url `http://myapp.example.com/` - * - but some of your templates are hosted on other domains you control such as - * `http://srv01.assets.example.com/`,  `http://srv02.assets.example.com/`, etc. - * - and you have an open redirect at `http://myapp.example.com/clickThru?...`. - * - * Here is what a secure configuration for this scenario might look like: - * - * ``` - * angular.module('myApp', []).config(function($sceDelegateProvider) { - * $sceDelegateProvider.resourceUrlWhitelist([ - * // Allow same origin resource loads. - * 'self', - * // Allow loading from our assets domain. Notice the difference between * and **. - * 'http://srv*.assets.example.com/**' - * ]); - * - * // The blacklist overrides the whitelist so the open redirect here is blocked. - * $sceDelegateProvider.resourceUrlBlacklist([ - * 'http://myapp.example.com/clickThru**' - * ]); - * }); - * ``` - */ - -function $SceDelegateProvider() { - this.SCE_CONTEXTS = SCE_CONTEXTS; - - // Resource URLs can also be trusted by policy. - var resourceUrlWhitelist = ['self'], - resourceUrlBlacklist = []; - - /** - * @ngdoc method - * @name $sceDelegateProvider#resourceUrlWhitelist - * @kind function - * - * @param {Array=} whitelist When provided, replaces the resourceUrlWhitelist with the value - * provided. This must be an array or null. A snapshot of this array is used so further - * changes to the array are ignored. - * - * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items - * allowed in this array. - * - * Note: **an empty whitelist array will block all URLs**! - * - * @return {Array} the currently set whitelist array. - * - * The **default value** when no whitelist has been explicitly set is `['self']` allowing only - * same origin resource requests. - * - * @description - * Sets/Gets the whitelist of trusted resource URLs. - */ - this.resourceUrlWhitelist = function(value) { - if (arguments.length) { - resourceUrlWhitelist = adjustMatchers(value); - } - return resourceUrlWhitelist; - }; - - /** - * @ngdoc method - * @name $sceDelegateProvider#resourceUrlBlacklist - * @kind function - * - * @param {Array=} blacklist When provided, replaces the resourceUrlBlacklist with the value - * provided. This must be an array or null. A snapshot of this array is used so further - * changes to the array are ignored. - * - * Follow {@link ng.$sce#resourceUrlPatternItem this link} for a description of the items - * allowed in this array. - * - * The typical usage for the blacklist is to **block - * [open redirects](http://cwe.mitre.org/data/definitions/601.html)** served by your domain as - * these would otherwise be trusted but actually return content from the redirected domain. - * - * Finally, **the blacklist overrides the whitelist** and has the final say. - * - * @return {Array} the currently set blacklist array. - * - * The **default value** when no whitelist has been explicitly set is the empty array (i.e. there - * is no blacklist.) - * - * @description - * Sets/Gets the blacklist of trusted resource URLs. - */ - - this.resourceUrlBlacklist = function(value) { - if (arguments.length) { - resourceUrlBlacklist = adjustMatchers(value); - } - return resourceUrlBlacklist; - }; - - this.$get = ['$injector', function($injector) { - - var htmlSanitizer = function htmlSanitizer(html) { - throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); - }; - - if ($injector.has('$sanitize')) { - htmlSanitizer = $injector.get('$sanitize'); - } - - - function matchUrl(matcher, parsedUrl) { - if (matcher === 'self') { - return urlIsSameOrigin(parsedUrl); - } else { - // definitely a regex. See adjustMatchers() - return !!matcher.exec(parsedUrl.href); - } - } - - function isResourceUrlAllowedByPolicy(url) { - var parsedUrl = urlResolve(url.toString()); - var i, n, allowed = false; - // Ensure that at least one item from the whitelist allows this url. - for (i = 0, n = resourceUrlWhitelist.length; i < n; i++) { - if (matchUrl(resourceUrlWhitelist[i], parsedUrl)) { - allowed = true; - break; - } - } - if (allowed) { - // Ensure that no item from the blacklist blocked this url. - for (i = 0, n = resourceUrlBlacklist.length; i < n; i++) { - if (matchUrl(resourceUrlBlacklist[i], parsedUrl)) { - allowed = false; - break; - } - } - } - return allowed; - } - - function generateHolderType(Base) { - var holderType = function TrustedValueHolderType(trustedValue) { - this.$$unwrapTrustedValue = function() { - return trustedValue; - }; - }; - if (Base) { - holderType.prototype = new Base(); - } - holderType.prototype.valueOf = function sceValueOf() { - return this.$$unwrapTrustedValue(); - }; - holderType.prototype.toString = function sceToString() { - return this.$$unwrapTrustedValue().toString(); - }; - return holderType; - } - - var trustedValueHolderBase = generateHolderType(), - byType = {}; - - byType[SCE_CONTEXTS.HTML] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.CSS] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.URL] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.JS] = generateHolderType(trustedValueHolderBase); - byType[SCE_CONTEXTS.RESOURCE_URL] = generateHolderType(byType[SCE_CONTEXTS.URL]); - - /** - * @ngdoc method - * @name $sceDelegate#trustAs - * - * @description - * Returns an object that is trusted by angular for use in specified strict - * contextual escaping contexts (such as ng-bind-html, ng-include, any src - * attribute interpolation, any dom event binding attribute interpolation - * such as for onclick, etc.) that uses the provided value. - * See {@link ng.$sce $sce} for enabling strict contextual escaping. - * - * @param {string} type The kind of context in which this value is safe for use. e.g. url, - * resourceUrl, html, js and css. - * @param {*} value The value that that should be considered trusted/safe. - * @returns {*} A value that can be used to stand in for the provided `value` in places - * where Angular expects a $sce.trustAs() return value. - */ - function trustAs(type, trustedValue) { - var Constructor = (byType.hasOwnProperty(type) ? byType[type] : null); - if (!Constructor) { - throw $sceMinErr('icontext', - 'Attempted to trust a value in invalid context. Context: {0}; Value: {1}', - type, trustedValue); - } - if (trustedValue === null || trustedValue === undefined || trustedValue === '') { - return trustedValue; - } - // All the current contexts in SCE_CONTEXTS happen to be strings. In order to avoid trusting - // mutable objects, we ensure here that the value passed in is actually a string. - if (typeof trustedValue !== 'string') { - throw $sceMinErr('itype', - 'Attempted to trust a non-string value in a content requiring a string: Context: {0}', - type); - } - return new Constructor(trustedValue); - } - - /** - * @ngdoc method - * @name $sceDelegate#valueOf - * - * @description - * If the passed parameter had been returned by a prior call to {@link ng.$sceDelegate#trustAs - * `$sceDelegate.trustAs`}, returns the value that had been passed to {@link - * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. - * - * If the passed parameter is not a value that had been returned by {@link - * ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}, returns it as-is. - * - * @param {*} value The result of a prior {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`} - * call or anything else. - * @returns {*} The `value` that was originally provided to {@link ng.$sceDelegate#trustAs - * `$sceDelegate.trustAs`} if `value` is the result of such a call. Otherwise, returns - * `value` unchanged. - */ - function valueOf(maybeTrusted) { - if (maybeTrusted instanceof trustedValueHolderBase) { - return maybeTrusted.$$unwrapTrustedValue(); - } else { - return maybeTrusted; - } - } - - /** - * @ngdoc method - * @name $sceDelegate#getTrusted - * - * @description - * Takes the result of a {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`} call and - * returns the originally supplied value if the queried context type is a supertype of the - * created type. If this condition isn't satisfied, throws an exception. - * - * @param {string} type The kind of context in which this value is to be used. - * @param {*} maybeTrusted The result of a prior {@link ng.$sceDelegate#trustAs - * `$sceDelegate.trustAs`} call. - * @returns {*} The value the was originally provided to {@link ng.$sceDelegate#trustAs - * `$sceDelegate.trustAs`} if valid in this context. Otherwise, throws an exception. - */ - function getTrusted(type, maybeTrusted) { - if (maybeTrusted === null || maybeTrusted === undefined || maybeTrusted === '') { - return maybeTrusted; - } - var constructor = (byType.hasOwnProperty(type) ? byType[type] : null); - if (constructor && maybeTrusted instanceof constructor) { - return maybeTrusted.$$unwrapTrustedValue(); - } - // If we get here, then we may only take one of two actions. - // 1. sanitize the value for the requested type, or - // 2. throw an exception. - if (type === SCE_CONTEXTS.RESOURCE_URL) { - if (isResourceUrlAllowedByPolicy(maybeTrusted)) { - return maybeTrusted; - } else { - throw $sceMinErr('insecurl', - 'Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}', - maybeTrusted.toString()); - } - } else if (type === SCE_CONTEXTS.HTML) { - return htmlSanitizer(maybeTrusted); - } - throw $sceMinErr('unsafe', 'Attempting to use an unsafe value in a safe context.'); - } - - return { trustAs: trustAs, - getTrusted: getTrusted, - valueOf: valueOf }; - }]; -} - - -/** - * @ngdoc provider - * @name $sceProvider - * @description - * - * The $sceProvider provider allows developers to configure the {@link ng.$sce $sce} service. - * - enable/disable Strict Contextual Escaping (SCE) in a module - * - override the default implementation with a custom delegate - * - * Read more about {@link ng.$sce Strict Contextual Escaping (SCE)}. - */ - -/* jshint maxlen: false*/ - -/** - * @ngdoc service - * @name $sce - * @kind function - * - * @description - * - * `$sce` is a service that provides Strict Contextual Escaping services to AngularJS. - * - * # Strict Contextual Escaping - * - * Strict Contextual Escaping (SCE) is a mode in which AngularJS requires bindings in certain - * contexts to result in a value that is marked as safe to use for that context. One example of - * such a context is binding arbitrary html controlled by the user via `ng-bind-html`. We refer - * to these contexts as privileged or SCE contexts. - * - * As of version 1.2, Angular ships with SCE enabled by default. - * - * Note: When enabled (the default), IE<11 in quirks mode is not supported. In this mode, IE<11 allow - * one to execute arbitrary javascript by the use of the expression() syntax. Refer - * to learn more about them. - * You can ensure your document is in standards mode and not quirks mode by adding `` - * to the top of your HTML document. - * - * SCE assists in writing code in way that (a) is secure by default and (b) makes auditing for - * security vulnerabilities such as XSS, clickjacking, etc. a lot easier. - * - * Here's an example of a binding in a privileged context: - * - * ``` - * - *
    - * ``` - * - * Notice that `ng-bind-html` is bound to `userHtml` controlled by the user. With SCE - * disabled, this application allows the user to render arbitrary HTML into the DIV. - * In a more realistic example, one may be rendering user comments, blog articles, etc. via - * bindings. (HTML is just one example of a context where rendering user controlled input creates - * security vulnerabilities.) - * - * For the case of HTML, you might use a library, either on the client side, or on the server side, - * to sanitize unsafe HTML before binding to the value and rendering it in the document. - * - * How would you ensure that every place that used these types of bindings was bound to a value that - * was sanitized by your library (or returned as safe for rendering by your server?) How can you - * ensure that you didn't accidentally delete the line that sanitized the value, or renamed some - * properties/fields and forgot to update the binding to the sanitized value? - * - * To be secure by default, you want to ensure that any such bindings are disallowed unless you can - * determine that something explicitly says it's safe to use a value for binding in that - * context. You can then audit your code (a simple grep would do) to ensure that this is only done - * for those values that you can easily tell are safe - because they were received from your server, - * sanitized by your library, etc. You can organize your codebase to help with this - perhaps - * allowing only the files in a specific directory to do this. Ensuring that the internal API - * exposed by that code doesn't markup arbitrary values as safe then becomes a more manageable task. - * - * In the case of AngularJS' SCE service, one uses {@link ng.$sce#trustAs $sce.trustAs} - * (and shorthand methods such as {@link ng.$sce#trustAsHtml $sce.trustAsHtml}, etc.) to - * obtain values that will be accepted by SCE / privileged contexts. - * - * - * ## How does it work? - * - * In privileged contexts, directives and code will bind to the result of {@link ng.$sce#getTrusted - * $sce.getTrusted(context, value)} rather than to the value directly. Directives use {@link - * ng.$sce#parseAs $sce.parseAs} rather than `$parse` to watch attribute bindings, which performs the - * {@link ng.$sce#getTrusted $sce.getTrusted} behind the scenes on non-constant literals. - * - * As an example, {@link ng.directive:ngBindHtml ngBindHtml} uses {@link - * ng.$sce#parseAsHtml $sce.parseAsHtml(binding expression)}. Here's the actual code (slightly - * simplified): - * - * ``` - * var ngBindHtmlDirective = ['$sce', function($sce) { - * return function(scope, element, attr) { - * scope.$watch($sce.parseAsHtml(attr.ngBindHtml), function(value) { - * element.html(value || ''); - * }); - * }; - * }]; - * ``` - * - * ## Impact on loading templates - * - * This applies both to the {@link ng.directive:ngInclude `ng-include`} directive as well as - * `templateUrl`'s specified by {@link guide/directive directives}. - * - * By default, Angular only loads templates from the same domain and protocol as the application - * document. This is done by calling {@link ng.$sce#getTrustedResourceUrl - * $sce.getTrustedResourceUrl} on the template URL. To load templates from other domains and/or - * protocols, you may either either {@link ng.$sceDelegateProvider#resourceUrlWhitelist whitelist - * them} or {@link ng.$sce#trustAsResourceUrl wrap it} into a trusted value. - * - * *Please note*: - * The browser's - * [Same Origin Policy](https://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_XMLHttpRequest) - * and [Cross-Origin Resource Sharing (CORS)](http://www.w3.org/TR/cors/) - * policy apply in addition to this and may further restrict whether the template is successfully - * loaded. This means that without the right CORS policy, loading templates from a different domain - * won't work on all browsers. Also, loading templates from `file://` URL does not work on some - * browsers. - * - * ## This feels like too much overhead - * - * It's important to remember that SCE only applies to interpolation expressions. - * - * If your expressions are constant literals, they're automatically trusted and you don't need to - * call `$sce.trustAs` on them (remember to include the `ngSanitize` module) (e.g. - * `
    `) just works. - * - * Additionally, `a[href]` and `img[src]` automatically sanitize their URLs and do not pass them - * through {@link ng.$sce#getTrusted $sce.getTrusted}. SCE doesn't play a role here. - * - * The included {@link ng.$sceDelegate $sceDelegate} comes with sane defaults to allow you to load - * templates in `ng-include` from your application's domain without having to even know about SCE. - * It blocks loading templates from other domains or loading templates over http from an https - * served document. You can change these by setting your own custom {@link - * ng.$sceDelegateProvider#resourceUrlWhitelist whitelists} and {@link - * ng.$sceDelegateProvider#resourceUrlBlacklist blacklists} for matching such URLs. - * - * This significantly reduces the overhead. It is far easier to pay the small overhead and have an - * application that's secure and can be audited to verify that with much more ease than bolting - * security onto an application later. - * - * - * ## What trusted context types are supported? - * - * | Context | Notes | - * |---------------------|----------------| - * | `$sce.HTML` | For HTML that's safe to source into the application. The {@link ng.directive:ngBindHtml ngBindHtml} directive uses this context for bindings. If an unsafe value is encountered and the {@link ngSanitize $sanitize} module is present this will sanitize the value instead of throwing an error. | - * | `$sce.CSS` | For CSS that's safe to source into the application. Currently unused. Feel free to use it in your own directives. | - * | `$sce.URL` | For URLs that are safe to follow as links. Currently unused (`
    Note that `$sce.RESOURCE_URL` makes a stronger statement about the URL than `$sce.URL` does and therefore contexts requiring values trusted for `$sce.RESOURCE_URL` can be used anywhere that values trusted for `$sce.URL` are required. | - * | `$sce.JS` | For JavaScript that is safe to execute in your application's context. Currently unused. Feel free to use it in your own directives. | - * - * ## Format of items in {@link ng.$sceDelegateProvider#resourceUrlWhitelist resourceUrlWhitelist}/{@link ng.$sceDelegateProvider#resourceUrlBlacklist Blacklist}
    - * - * Each element in these arrays must be one of the following: - * - * - **'self'** - * - The special **string**, `'self'`, can be used to match against all URLs of the **same - * domain** as the application document using the **same protocol**. - * - **String** (except the special value `'self'`) - * - The string is matched against the full *normalized / absolute URL* of the resource - * being tested (substring matches are not good enough.) - * - There are exactly **two wildcard sequences** - `*` and `**`. All other characters - * match themselves. - * - `*`: matches zero or more occurrences of any character other than one of the following 6 - * characters: '`:`', '`/`', '`.`', '`?`', '`&`' and ';'. It's a useful wildcard for use - * in a whitelist. - * - `**`: matches zero or more occurrences of *any* character. As such, it's not - * not appropriate to use in for a scheme, domain, etc. as it would match too much. (e.g. - * http://**.example.com/ would match http://evil.com/?ignore=.example.com/ and that might - * not have been the intention.) Its usage at the very end of the path is ok. (e.g. - * http://foo.example.com/templates/**). - * - **RegExp** (*see caveat below*) - * - *Caveat*: While regular expressions are powerful and offer great flexibility, their syntax - * (and all the inevitable escaping) makes them *harder to maintain*. It's easy to - * accidentally introduce a bug when one updates a complex expression (imho, all regexes should - * have good test coverage.). For instance, the use of `.` in the regex is correct only in a - * small number of cases. A `.` character in the regex used when matching the scheme or a - * subdomain could be matched against a `:` or literal `.` that was likely not intended. It - * is highly recommended to use the string patterns and only fall back to regular expressions - * if they as a last resort. - * - The regular expression must be an instance of RegExp (i.e. not a string.) It is - * matched against the **entire** *normalized / absolute URL* of the resource being tested - * (even when the RegExp did not have the `^` and `$` codes.) In addition, any flags - * present on the RegExp (such as multiline, global, ignoreCase) are ignored. - * - If you are generating your JavaScript from some other templating engine (not - * recommended, e.g. in issue [#4006](https://github.com/angular/angular.js/issues/4006)), - * remember to escape your regular expression (and be aware that you might need more than - * one level of escaping depending on your templating engine and the way you interpolated - * the value.) Do make use of your platform's escaping mechanism as it might be good - * enough before coding your own. e.g. Ruby has - * [Regexp.escape(str)](http://www.ruby-doc.org/core-2.0.0/Regexp.html#method-c-escape) - * and Python has [re.escape](http://docs.python.org/library/re.html#re.escape). - * Javascript lacks a similar built in function for escaping. Take a look at Google - * Closure library's [goog.string.regExpEscape(s)]( - * http://docs.closure-library.googlecode.com/git/closure_goog_string_string.js.source.html#line962). - * - * Refer {@link ng.$sceDelegateProvider $sceDelegateProvider} for an example. - * - * ## Show me an example using SCE. - * - * - * - *
    - *

    - * User comments
    - * By default, HTML that isn't explicitly trusted (e.g. Alice's comment) is sanitized when - * $sanitize is available. If $sanitize isn't available, this results in an error instead of an - * exploit. - *
    - *
    - * {{userComment.name}}: - * - *
    - *
    - *
    - *
    - *
    - * - * - * angular.module('mySceApp', ['ngSanitize']) - * .controller('AppController', ['$http', '$templateCache', '$sce', - * function($http, $templateCache, $sce) { - * var self = this; - * $http.get("test_data.json", {cache: $templateCache}).success(function(userComments) { - * self.userComments = userComments; - * }); - * self.explicitlyTrustedHtml = $sce.trustAsHtml( - * 'Hover over this text.'); - * }]); - * - * - * - * [ - * { "name": "Alice", - * "htmlComment": - * "Is anyone reading this?" - * }, - * { "name": "Bob", - * "htmlComment": "Yes! Am I the only other one?" - * } - * ] - * - * - * - * describe('SCE doc demo', function() { - * it('should sanitize untrusted values', function() { - * expect(element.all(by.css('.htmlComment')).first().getInnerHtml()) - * .toBe('Is anyone reading this?'); - * }); - * - * it('should NOT sanitize explicitly trusted values', function() { - * expect(element(by.id('explicitlyTrustedHtml')).getInnerHtml()).toBe( - * 'Hover over this text.'); - * }); - * }); - * - *
    - * - * - * - * ## Can I disable SCE completely? - * - * Yes, you can. However, this is strongly discouraged. SCE gives you a lot of security benefits - * for little coding overhead. It will be much harder to take an SCE disabled application and - * either secure it on your own or enable SCE at a later stage. It might make sense to disable SCE - * for cases where you have a lot of existing code that was written before SCE was introduced and - * you're migrating them a module at a time. - * - * That said, here's how you can completely disable SCE: - * - * ``` - * angular.module('myAppWithSceDisabledmyApp', []).config(function($sceProvider) { - * // Completely disable SCE. For demonstration purposes only! - * // Do not use in new projects. - * $sceProvider.enabled(false); - * }); - * ``` - * - */ -/* jshint maxlen: 100 */ - -function $SceProvider() { - var enabled = true; - - /** - * @ngdoc method - * @name $sceProvider#enabled - * @kind function - * - * @param {boolean=} value If provided, then enables/disables SCE. - * @return {boolean} true if SCE is enabled, false otherwise. - * - * @description - * Enables/disables SCE and returns the current value. - */ - this.enabled = function(value) { - if (arguments.length) { - enabled = !!value; - } - return enabled; - }; - - - /* Design notes on the default implementation for SCE. - * - * The API contract for the SCE delegate - * ------------------------------------- - * The SCE delegate object must provide the following 3 methods: - * - * - trustAs(contextEnum, value) - * This method is used to tell the SCE service that the provided value is OK to use in the - * contexts specified by contextEnum. It must return an object that will be accepted by - * getTrusted() for a compatible contextEnum and return this value. - * - * - valueOf(value) - * For values that were not produced by trustAs(), return them as is. For values that were - * produced by trustAs(), return the corresponding input value to trustAs. Basically, if - * trustAs is wrapping the given values into some type, this operation unwraps it when given - * such a value. - * - * - getTrusted(contextEnum, value) - * This function should return the a value that is safe to use in the context specified by - * contextEnum or throw and exception otherwise. - * - * NOTE: This contract deliberately does NOT state that values returned by trustAs() must be - * opaque or wrapped in some holder object. That happens to be an implementation detail. For - * instance, an implementation could maintain a registry of all trusted objects by context. In - * such a case, trustAs() would return the same object that was passed in. getTrusted() would - * return the same object passed in if it was found in the registry under a compatible context or - * throw an exception otherwise. An implementation might only wrap values some of the time based - * on some criteria. getTrusted() might return a value and not throw an exception for special - * constants or objects even if not wrapped. All such implementations fulfill this contract. - * - * - * A note on the inheritance model for SCE contexts - * ------------------------------------------------ - * I've used inheritance and made RESOURCE_URL wrapped types a subtype of URL wrapped types. This - * is purely an implementation details. - * - * The contract is simply this: - * - * getTrusted($sce.RESOURCE_URL, value) succeeding implies that getTrusted($sce.URL, value) - * will also succeed. - * - * Inheritance happens to capture this in a natural way. In some future, we - * may not use inheritance anymore. That is OK because no code outside of - * sce.js and sceSpecs.js would need to be aware of this detail. - */ - - this.$get = ['$parse', '$sceDelegate', function( - $parse, $sceDelegate) { - // Prereq: Ensure that we're not running in IE<11 quirks mode. In that mode, IE < 11 allow - // the "expression(javascript expression)" syntax which is insecure. - if (enabled && msie < 8) { - throw $sceMinErr('iequirks', - 'Strict Contextual Escaping does not support Internet Explorer version < 11 in quirks ' + - 'mode. You can fix this by adding the text to the top of your HTML ' + - 'document. See http://docs.angularjs.org/api/ng.$sce for more information.'); - } - - var sce = shallowCopy(SCE_CONTEXTS); - - /** - * @ngdoc method - * @name $sce#isEnabled - * @kind function - * - * @return {Boolean} true if SCE is enabled, false otherwise. If you want to set the value, you - * have to do it at module config time on {@link ng.$sceProvider $sceProvider}. - * - * @description - * Returns a boolean indicating if SCE is enabled. - */ - sce.isEnabled = function() { - return enabled; - }; - sce.trustAs = $sceDelegate.trustAs; - sce.getTrusted = $sceDelegate.getTrusted; - sce.valueOf = $sceDelegate.valueOf; - - if (!enabled) { - sce.trustAs = sce.getTrusted = function(type, value) { return value; }; - sce.valueOf = identity; - } - - /** - * @ngdoc method - * @name $sce#parseAs - * - * @description - * Converts Angular {@link guide/expression expression} into a function. This is like {@link - * ng.$parse $parse} and is identical when the expression is a literal constant. Otherwise, it - * wraps the expression in a call to {@link ng.$sce#getTrusted $sce.getTrusted(*type*, - * *result*)} - * - * @param {string} type The kind of SCE context in which this result will be used. - * @param {string} expression String expression to compile. - * @returns {function(context, locals)} a function which represents the compiled expression: - * - * * `context` – `{object}` – an object against which any expressions embedded in the strings - * are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values in - * `context`. - */ - sce.parseAs = function sceParseAs(type, expr) { - var parsed = $parse(expr); - if (parsed.literal && parsed.constant) { - return parsed; - } else { - return $parse(expr, function(value) { - return sce.getTrusted(type, value); - }); - } - }; - - /** - * @ngdoc method - * @name $sce#trustAs - * - * @description - * Delegates to {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs`}. As such, - * returns an object that is trusted by angular for use in specified strict contextual - * escaping contexts (such as ng-bind-html, ng-include, any src attribute - * interpolation, any dom event binding attribute interpolation such as for onclick, etc.) - * that uses the provided value. See * {@link ng.$sce $sce} for enabling strict contextual - * escaping. - * - * @param {string} type The kind of context in which this value is safe for use. e.g. url, - * resource_url, html, js and css. - * @param {*} value The value that that should be considered trusted/safe. - * @returns {*} A value that can be used to stand in for the provided `value` in places - * where Angular expects a $sce.trustAs() return value. - */ - - /** - * @ngdoc method - * @name $sce#trustAsHtml - * - * @description - * Shorthand method. `$sce.trustAsHtml(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.HTML, value)`} - * - * @param {*} value The value to trustAs. - * @returns {*} An object that can be passed to {@link ng.$sce#getTrustedHtml - * $sce.getTrustedHtml(value)} to obtain the original value. (privileged directives - * only accept expressions that are either literal constants or are the - * return value of {@link ng.$sce#trustAs $sce.trustAs}.) - */ - - /** - * @ngdoc method - * @name $sce#trustAsUrl - * - * @description - * Shorthand method. `$sce.trustAsUrl(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.URL, value)`} - * - * @param {*} value The value to trustAs. - * @returns {*} An object that can be passed to {@link ng.$sce#getTrustedUrl - * $sce.getTrustedUrl(value)} to obtain the original value. (privileged directives - * only accept expressions that are either literal constants or are the - * return value of {@link ng.$sce#trustAs $sce.trustAs}.) - */ - - /** - * @ngdoc method - * @name $sce#trustAsResourceUrl - * - * @description - * Shorthand method. `$sce.trustAsResourceUrl(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.RESOURCE_URL, value)`} - * - * @param {*} value The value to trustAs. - * @returns {*} An object that can be passed to {@link ng.$sce#getTrustedResourceUrl - * $sce.getTrustedResourceUrl(value)} to obtain the original value. (privileged directives - * only accept expressions that are either literal constants or are the return - * value of {@link ng.$sce#trustAs $sce.trustAs}.) - */ - - /** - * @ngdoc method - * @name $sce#trustAsJs - * - * @description - * Shorthand method. `$sce.trustAsJs(value)` → - * {@link ng.$sceDelegate#trustAs `$sceDelegate.trustAs($sce.JS, value)`} - * - * @param {*} value The value to trustAs. - * @returns {*} An object that can be passed to {@link ng.$sce#getTrustedJs - * $sce.getTrustedJs(value)} to obtain the original value. (privileged directives - * only accept expressions that are either literal constants or are the - * return value of {@link ng.$sce#trustAs $sce.trustAs}.) - */ - - /** - * @ngdoc method - * @name $sce#getTrusted - * - * @description - * Delegates to {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted`}. As such, - * takes the result of a {@link ng.$sce#trustAs `$sce.trustAs`}() call and returns the - * originally supplied value if the queried context type is a supertype of the created type. - * If this condition isn't satisfied, throws an exception. - * - * @param {string} type The kind of context in which this value is to be used. - * @param {*} maybeTrusted The result of a prior {@link ng.$sce#trustAs `$sce.trustAs`} - * call. - * @returns {*} The value the was originally provided to - * {@link ng.$sce#trustAs `$sce.trustAs`} if valid in this context. - * Otherwise, throws an exception. - */ - - /** - * @ngdoc method - * @name $sce#getTrustedHtml - * - * @description - * Shorthand method. `$sce.getTrustedHtml(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.HTML, value)`} - * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @returns {*} The return value of `$sce.getTrusted($sce.HTML, value)` - */ - - /** - * @ngdoc method - * @name $sce#getTrustedCss - * - * @description - * Shorthand method. `$sce.getTrustedCss(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.CSS, value)`} - * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @returns {*} The return value of `$sce.getTrusted($sce.CSS, value)` - */ - - /** - * @ngdoc method - * @name $sce#getTrustedUrl - * - * @description - * Shorthand method. `$sce.getTrustedUrl(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.URL, value)`} - * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @returns {*} The return value of `$sce.getTrusted($sce.URL, value)` - */ - - /** - * @ngdoc method - * @name $sce#getTrustedResourceUrl - * - * @description - * Shorthand method. `$sce.getTrustedResourceUrl(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.RESOURCE_URL, value)`} - * - * @param {*} value The value to pass to `$sceDelegate.getTrusted`. - * @returns {*} The return value of `$sce.getTrusted($sce.RESOURCE_URL, value)` - */ - - /** - * @ngdoc method - * @name $sce#getTrustedJs - * - * @description - * Shorthand method. `$sce.getTrustedJs(value)` → - * {@link ng.$sceDelegate#getTrusted `$sceDelegate.getTrusted($sce.JS, value)`} - * - * @param {*} value The value to pass to `$sce.getTrusted`. - * @returns {*} The return value of `$sce.getTrusted($sce.JS, value)` - */ - - /** - * @ngdoc method - * @name $sce#parseAsHtml - * - * @description - * Shorthand method. `$sce.parseAsHtml(expression string)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.HTML, value)`} - * - * @param {string} expression String expression to compile. - * @returns {function(context, locals)} a function which represents the compiled expression: - * - * * `context` – `{object}` – an object against which any expressions embedded in the strings - * are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values in - * `context`. - */ - - /** - * @ngdoc method - * @name $sce#parseAsCss - * - * @description - * Shorthand method. `$sce.parseAsCss(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.CSS, value)`} - * - * @param {string} expression String expression to compile. - * @returns {function(context, locals)} a function which represents the compiled expression: - * - * * `context` – `{object}` – an object against which any expressions embedded in the strings - * are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values in - * `context`. - */ - - /** - * @ngdoc method - * @name $sce#parseAsUrl - * - * @description - * Shorthand method. `$sce.parseAsUrl(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.URL, value)`} - * - * @param {string} expression String expression to compile. - * @returns {function(context, locals)} a function which represents the compiled expression: - * - * * `context` – `{object}` – an object against which any expressions embedded in the strings - * are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values in - * `context`. - */ - - /** - * @ngdoc method - * @name $sce#parseAsResourceUrl - * - * @description - * Shorthand method. `$sce.parseAsResourceUrl(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.RESOURCE_URL, value)`} - * - * @param {string} expression String expression to compile. - * @returns {function(context, locals)} a function which represents the compiled expression: - * - * * `context` – `{object}` – an object against which any expressions embedded in the strings - * are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values in - * `context`. - */ - - /** - * @ngdoc method - * @name $sce#parseAsJs - * - * @description - * Shorthand method. `$sce.parseAsJs(value)` → - * {@link ng.$sce#parseAs `$sce.parseAs($sce.JS, value)`} - * - * @param {string} expression String expression to compile. - * @returns {function(context, locals)} a function which represents the compiled expression: - * - * * `context` – `{object}` – an object against which any expressions embedded in the strings - * are evaluated against (typically a scope object). - * * `locals` – `{object=}` – local variables context object, useful for overriding values in - * `context`. - */ - - // Shorthand delegations. - var parse = sce.parseAs, - getTrusted = sce.getTrusted, - trustAs = sce.trustAs; - - forEach(SCE_CONTEXTS, function(enumValue, name) { - var lName = lowercase(name); - sce[camelCase("parse_as_" + lName)] = function(expr) { - return parse(enumValue, expr); - }; - sce[camelCase("get_trusted_" + lName)] = function(value) { - return getTrusted(enumValue, value); - }; - sce[camelCase("trust_as_" + lName)] = function(value) { - return trustAs(enumValue, value); - }; - }); - - return sce; - }]; -} - -/** - * !!! This is an undocumented "private" service !!! - * - * @name $sniffer - * @requires $window - * @requires $document - * - * @property {boolean} history Does the browser support html5 history api ? - * @property {boolean} transitions Does the browser support CSS transition events ? - * @property {boolean} animations Does the browser support CSS animation events ? - * - * @description - * This is very simple implementation of testing browser's features. - */ -function $SnifferProvider() { - this.$get = ['$window', '$document', function($window, $document) { - var eventSupport = {}, - android = - int((/android (\d+)/.exec(lowercase(($window.navigator || {}).userAgent)) || [])[1]), - boxee = /Boxee/i.test(($window.navigator || {}).userAgent), - document = $document[0] || {}, - vendorPrefix, - vendorRegex = /^(Moz|webkit|ms)(?=[A-Z])/, - bodyStyle = document.body && document.body.style, - transitions = false, - animations = false, - match; - - if (bodyStyle) { - for (var prop in bodyStyle) { - if (match = vendorRegex.exec(prop)) { - vendorPrefix = match[0]; - vendorPrefix = vendorPrefix.substr(0, 1).toUpperCase() + vendorPrefix.substr(1); - break; - } - } - - if (!vendorPrefix) { - vendorPrefix = ('WebkitOpacity' in bodyStyle) && 'webkit'; - } - - transitions = !!(('transition' in bodyStyle) || (vendorPrefix + 'Transition' in bodyStyle)); - animations = !!(('animation' in bodyStyle) || (vendorPrefix + 'Animation' in bodyStyle)); - - if (android && (!transitions || !animations)) { - transitions = isString(document.body.style.webkitTransition); - animations = isString(document.body.style.webkitAnimation); - } - } - - - return { - // Android has history.pushState, but it does not update location correctly - // so let's not use the history API at all. - // http://code.google.com/p/android/issues/detail?id=17471 - // https://github.com/angular/angular.js/issues/904 - - // older webkit browser (533.9) on Boxee box has exactly the same problem as Android has - // so let's not use the history API also - // We are purposefully using `!(android < 4)` to cover the case when `android` is undefined - // jshint -W018 - history: !!($window.history && $window.history.pushState && !(android < 4) && !boxee), - // jshint +W018 - hasEvent: function(event) { - // IE9 implements 'input' event it's so fubared that we rather pretend that it doesn't have - // it. In particular the event is not fired when backspace or delete key are pressed or - // when cut operation is performed. - if (event == 'input' && msie == 9) return false; - - if (isUndefined(eventSupport[event])) { - var divElm = document.createElement('div'); - eventSupport[event] = 'on' + event in divElm; - } - - return eventSupport[event]; - }, - csp: csp(), - vendorPrefix: vendorPrefix, - transitions: transitions, - animations: animations, - android: android - }; - }]; -} - -var $compileMinErr = minErr('$compile'); - -/** - * @ngdoc service - * @name $templateRequest - * - * @description - * The `$templateRequest` service downloads the provided template using `$http` and, upon success, - * stores the contents inside of `$templateCache`. If the HTTP request fails or the response data - * of the HTTP request is empty then a `$compile` error will be thrown (the exception can be thwarted - * by setting the 2nd parameter of the function to true). - * - * @param {string} tpl The HTTP request template URL - * @param {boolean=} ignoreRequestError Whether or not to ignore the exception when the request fails or the template is empty - * - * @return {Promise} the HTTP Promise for the given. - * - * @property {number} totalPendingRequests total amount of pending template requests being downloaded. - */ -function $TemplateRequestProvider() { - this.$get = ['$templateCache', '$http', '$q', function($templateCache, $http, $q) { - function handleRequestFn(tpl, ignoreRequestError) { - var self = handleRequestFn; - self.totalPendingRequests++; - - var transformResponse = $http.defaults && $http.defaults.transformResponse; - - if (isArray(transformResponse)) { - transformResponse = transformResponse.filter(function(transformer) { - return transformer !== defaultHttpResponseTransform; - }); - } else if (transformResponse === defaultHttpResponseTransform) { - transformResponse = null; - } - - var httpOptions = { - cache: $templateCache, - transformResponse: transformResponse - }; - - return $http.get(tpl, httpOptions) - .then(function(response) { - var html = response.data; - self.totalPendingRequests--; - $templateCache.put(tpl, html); - return html; - }, handleError); - - function handleError(resp) { - self.totalPendingRequests--; - if (!ignoreRequestError) { - throw $compileMinErr('tpload', 'Failed to load template: {0}', tpl); - } - return $q.reject(resp); - } - } - - handleRequestFn.totalPendingRequests = 0; - - return handleRequestFn; - }]; -} - -function $$TestabilityProvider() { - this.$get = ['$rootScope', '$browser', '$location', - function($rootScope, $browser, $location) { - - /** - * @name $testability - * - * @description - * The private $$testability service provides a collection of methods for use when debugging - * or by automated test and debugging tools. - */ - var testability = {}; - - /** - * @name $$testability#findBindings - * - * @description - * Returns an array of elements that are bound (via ng-bind or {{}}) - * to expressions matching the input. - * - * @param {Element} element The element root to search from. - * @param {string} expression The binding expression to match. - * @param {boolean} opt_exactMatch If true, only returns exact matches - * for the expression. Filters and whitespace are ignored. - */ - testability.findBindings = function(element, expression, opt_exactMatch) { - var bindings = element.getElementsByClassName('ng-binding'); - var matches = []; - forEach(bindings, function(binding) { - var dataBinding = angular.element(binding).data('$binding'); - if (dataBinding) { - forEach(dataBinding, function(bindingName) { - if (opt_exactMatch) { - var matcher = new RegExp('(^|\\s)' + escapeForRegexp(expression) + '(\\s|\\||$)'); - if (matcher.test(bindingName)) { - matches.push(binding); - } - } else { - if (bindingName.indexOf(expression) != -1) { - matches.push(binding); - } - } - }); - } - }); - return matches; - }; - - /** - * @name $$testability#findModels - * - * @description - * Returns an array of elements that are two-way found via ng-model to - * expressions matching the input. - * - * @param {Element} element The element root to search from. - * @param {string} expression The model expression to match. - * @param {boolean} opt_exactMatch If true, only returns exact matches - * for the expression. - */ - testability.findModels = function(element, expression, opt_exactMatch) { - var prefixes = ['ng-', 'data-ng-', 'ng\\:']; - for (var p = 0; p < prefixes.length; ++p) { - var attributeEquals = opt_exactMatch ? '=' : '*='; - var selector = '[' + prefixes[p] + 'model' + attributeEquals + '"' + expression + '"]'; - var elements = element.querySelectorAll(selector); - if (elements.length) { - return elements; - } - } - }; - - /** - * @name $$testability#getLocation - * - * @description - * Shortcut for getting the location in a browser agnostic way. Returns - * the path, search, and hash. (e.g. /path?a=b#hash) - */ - testability.getLocation = function() { - return $location.url(); - }; - - /** - * @name $$testability#setLocation - * - * @description - * Shortcut for navigating to a location without doing a full page reload. - * - * @param {string} url The location url (path, search and hash, - * e.g. /path?a=b#hash) to go to. - */ - testability.setLocation = function(url) { - if (url !== $location.url()) { - $location.url(url); - $rootScope.$digest(); - } - }; - - /** - * @name $$testability#whenStable - * - * @description - * Calls the callback when $timeout and $http requests are completed. - * - * @param {function} callback - */ - testability.whenStable = function(callback) { - $browser.notifyWhenNoOutstandingRequests(callback); - }; - - return testability; - }]; -} - -function $TimeoutProvider() { - this.$get = ['$rootScope', '$browser', '$q', '$$q', '$exceptionHandler', - function($rootScope, $browser, $q, $$q, $exceptionHandler) { - var deferreds = {}; - - - /** - * @ngdoc service - * @name $timeout - * - * @description - * Angular's wrapper for `window.setTimeout`. The `fn` function is wrapped into a try/catch - * block and delegates any exceptions to - * {@link ng.$exceptionHandler $exceptionHandler} service. - * - * The return value of registering a timeout function is a promise, which will be resolved when - * the timeout is reached and the timeout function is executed. - * - * To cancel a timeout request, call `$timeout.cancel(promise)`. - * - * In tests you can use {@link ngMock.$timeout `$timeout.flush()`} to - * synchronously flush the queue of deferred functions. - * - * @param {function()} fn A function, whose execution should be delayed. - * @param {number=} [delay=0] Delay in milliseconds. - * @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise - * will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block. - * @returns {Promise} Promise that will be resolved when the timeout is reached. The value this - * promise will be resolved with is the return value of the `fn` function. - * - */ - function timeout(fn, delay, invokeApply) { - var skipApply = (isDefined(invokeApply) && !invokeApply), - deferred = (skipApply ? $$q : $q).defer(), - promise = deferred.promise, - timeoutId; - - timeoutId = $browser.defer(function() { - try { - deferred.resolve(fn()); - } catch (e) { - deferred.reject(e); - $exceptionHandler(e); - } - finally { - delete deferreds[promise.$$timeoutId]; - } - - if (!skipApply) $rootScope.$apply(); - }, delay); - - promise.$$timeoutId = timeoutId; - deferreds[timeoutId] = deferred; - - return promise; - } - - - /** - * @ngdoc method - * @name $timeout#cancel - * - * @description - * Cancels a task associated with the `promise`. As a result of this, the promise will be - * resolved with a rejection. - * - * @param {Promise=} promise Promise returned by the `$timeout` function. - * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully - * canceled. - */ - timeout.cancel = function(promise) { - if (promise && promise.$$timeoutId in deferreds) { - deferreds[promise.$$timeoutId].reject('canceled'); - delete deferreds[promise.$$timeoutId]; - return $browser.defer.cancel(promise.$$timeoutId); - } - return false; - }; - - return timeout; - }]; -} - -// NOTE: The usage of window and document instead of $window and $document here is -// deliberate. This service depends on the specific behavior of anchor nodes created by the -// browser (resolving and parsing URLs) that is unlikely to be provided by mock objects and -// cause us to break tests. In addition, when the browser resolves a URL for XHR, it -// doesn't know about mocked locations and resolves URLs to the real document - which is -// exactly the behavior needed here. There is little value is mocking these out for this -// service. -var urlParsingNode = document.createElement("a"); -var originUrl = urlResolve(window.location.href); - - -/** - * - * Implementation Notes for non-IE browsers - * ---------------------------------------- - * Assigning a URL to the href property of an anchor DOM node, even one attached to the DOM, - * results both in the normalizing and parsing of the URL. Normalizing means that a relative - * URL will be resolved into an absolute URL in the context of the application document. - * Parsing means that the anchor node's host, hostname, protocol, port, pathname and related - * properties are all populated to reflect the normalized URL. This approach has wide - * compatibility - Safari 1+, Mozilla 1+, Opera 7+,e etc. See - * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html - * - * Implementation Notes for IE - * --------------------------- - * IE >= 8 and <= 10 normalizes the URL when assigned to the anchor node similar to the other - * browsers. However, the parsed components will not be set if the URL assigned did not specify - * them. (e.g. if you assign a.href = "foo", then a.protocol, a.host, etc. will be empty.) We - * work around that by performing the parsing in a 2nd step by taking a previously normalized - * URL (e.g. by assigning to a.href) and assigning it a.href again. This correctly populates the - * properties such as protocol, hostname, port, etc. - * - * IE7 does not normalize the URL when assigned to an anchor node. (Apparently, it does, if one - * uses the inner HTML approach to assign the URL as part of an HTML snippet - - * http://stackoverflow.com/a/472729) However, setting img[src] does normalize the URL. - * Unfortunately, setting img[src] to something like "javascript:foo" on IE throws an exception. - * Since the primary usage for normalizing URLs is to sanitize such URLs, we can't use that - * method and IE < 8 is unsupported. - * - * References: - * http://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement - * http://www.aptana.com/reference/html/api/HTMLAnchorElement.html - * http://url.spec.whatwg.org/#urlutils - * https://github.com/angular/angular.js/pull/2902 - * http://james.padolsey.com/javascript/parsing-urls-with-the-dom/ - * - * @kind function - * @param {string} url The URL to be parsed. - * @description Normalizes and parses a URL. - * @returns {object} Returns the normalized URL as a dictionary. - * - * | member name | Description | - * |---------------|----------------| - * | href | A normalized version of the provided URL if it was not an absolute URL | - * | protocol | The protocol including the trailing colon | - * | host | The host and port (if the port is non-default) of the normalizedUrl | - * | search | The search params, minus the question mark | - * | hash | The hash string, minus the hash symbol - * | hostname | The hostname - * | port | The port, without ":" - * | pathname | The pathname, beginning with "/" - * - */ -function urlResolve(url) { - var href = url; - - if (msie) { - // Normalize before parse. Refer Implementation Notes on why this is - // done in two steps on IE. - urlParsingNode.setAttribute("href", href); - href = urlParsingNode.href; - } - - urlParsingNode.setAttribute('href', href); - - // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils - return { - href: urlParsingNode.href, - protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '', - host: urlParsingNode.host, - search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '', - hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '', - hostname: urlParsingNode.hostname, - port: urlParsingNode.port, - pathname: (urlParsingNode.pathname.charAt(0) === '/') - ? urlParsingNode.pathname - : '/' + urlParsingNode.pathname - }; -} - -/** - * Parse a request URL and determine whether this is a same-origin request as the application document. - * - * @param {string|object} requestUrl The url of the request as a string that will be resolved - * or a parsed URL object. - * @returns {boolean} Whether the request is for the same origin as the application document. - */ -function urlIsSameOrigin(requestUrl) { - var parsed = (isString(requestUrl)) ? urlResolve(requestUrl) : requestUrl; - return (parsed.protocol === originUrl.protocol && - parsed.host === originUrl.host); -} - -/** - * @ngdoc service - * @name $window - * - * @description - * A reference to the browser's `window` object. While `window` - * is globally available in JavaScript, it causes testability problems, because - * it is a global variable. In angular we always refer to it through the - * `$window` service, so it may be overridden, removed or mocked for testing. - * - * Expressions, like the one defined for the `ngClick` directive in the example - * below, are evaluated with respect to the current scope. Therefore, there is - * no risk of inadvertently coding in a dependency on a global value in such an - * expression. - * - * @example - - - -
    - - -
    -
    - - it('should display the greeting in the input box', function() { - element(by.model('greeting')).sendKeys('Hello, E2E Tests'); - // If we click the button it will block the test runner - // element(':button').click(); - }); - -
    - */ -function $WindowProvider() { - this.$get = valueFn(window); -} - -/* global currencyFilter: true, - dateFilter: true, - filterFilter: true, - jsonFilter: true, - limitToFilter: true, - lowercaseFilter: true, - numberFilter: true, - orderByFilter: true, - uppercaseFilter: true, - */ - -/** - * @ngdoc provider - * @name $filterProvider - * @description - * - * Filters are just functions which transform input to an output. However filters need to be - * Dependency Injected. To achieve this a filter definition consists of a factory function which is - * annotated with dependencies and is responsible for creating a filter function. - * - * ```js - * // Filter registration - * function MyModule($provide, $filterProvider) { - * // create a service to demonstrate injection (not always needed) - * $provide.value('greet', function(name){ - * return 'Hello ' + name + '!'; - * }); - * - * // register a filter factory which uses the - * // greet service to demonstrate DI. - * $filterProvider.register('greet', function(greet){ - * // return the filter function which uses the greet service - * // to generate salutation - * return function(text) { - * // filters need to be forgiving so check input validity - * return text && greet(text) || text; - * }; - * }); - * } - * ``` - * - * The filter function is registered with the `$injector` under the filter name suffix with - * `Filter`. - * - * ```js - * it('should be the same instance', inject( - * function($filterProvider) { - * $filterProvider.register('reverse', function(){ - * return ...; - * }); - * }, - * function($filter, reverseFilter) { - * expect($filter('reverse')).toBe(reverseFilter); - * }); - * ``` - * - * - * For more information about how angular filters work, and how to create your own filters, see - * {@link guide/filter Filters} in the Angular Developer Guide. - */ - -/** - * @ngdoc service - * @name $filter - * @kind function - * @description - * Filters are used for formatting data displayed to the user. - * - * The general syntax in templates is as follows: - * - * {{ expression [| filter_name[:parameter_value] ... ] }} - * - * @param {String} name Name of the filter function to retrieve - * @return {Function} the filter function - * @example - - -
    -

    {{ originalText }}

    -

    {{ filteredText }}

    -
    -
    - - - angular.module('filterExample', []) - .controller('MainCtrl', function($scope, $filter) { - $scope.originalText = 'hello'; - $scope.filteredText = $filter('uppercase')($scope.originalText); - }); - -
    - */ -$FilterProvider.$inject = ['$provide']; -function $FilterProvider($provide) { - var suffix = 'Filter'; - - /** - * @ngdoc method - * @name $filterProvider#register - * @param {string|Object} name Name of the filter function, or an object map of filters where - * the keys are the filter names and the values are the filter factories. - * @returns {Object} Registered filter instance, or if a map of filters was provided then a map - * of the registered filter instances. - */ - function register(name, factory) { - if (isObject(name)) { - var filters = {}; - forEach(name, function(filter, key) { - filters[key] = register(key, filter); - }); - return filters; - } else { - return $provide.factory(name + suffix, factory); - } - } - this.register = register; - - this.$get = ['$injector', function($injector) { - return function(name) { - return $injector.get(name + suffix); - }; - }]; - - //////////////////////////////////////// - - /* global - currencyFilter: false, - dateFilter: false, - filterFilter: false, - jsonFilter: false, - limitToFilter: false, - lowercaseFilter: false, - numberFilter: false, - orderByFilter: false, - uppercaseFilter: false, - */ - - register('currency', currencyFilter); - register('date', dateFilter); - register('filter', filterFilter); - register('json', jsonFilter); - register('limitTo', limitToFilter); - register('lowercase', lowercaseFilter); - register('number', numberFilter); - register('orderBy', orderByFilter); - register('uppercase', uppercaseFilter); -} - -/** - * @ngdoc filter - * @name filter - * @kind function - * - * @description - * Selects a subset of items from `array` and returns it as a new array. - * - * @param {Array} array The source array. - * @param {string|Object|function()} expression The predicate to be used for selecting items from - * `array`. - * - * Can be one of: - * - * - `string`: The string is evaluated as an expression and the resulting value is used for substring match against - * the contents of the `array`. All strings or objects with string properties in `array` that contain this string - * will be returned. The predicate can be negated by prefixing the string with `!`. - * - * - `Object`: A pattern object can be used to filter specific properties on objects contained - * by `array`. For example `{name:"M", phone:"1"}` predicate will return an array of items - * which have property `name` containing "M" and property `phone` containing "1". A special - * property name `$` can be used (as in `{$:"text"}`) to accept a match against any - * property of the object. That's equivalent to the simple substring match with a `string` - * as described above. The predicate can be negated by prefixing the string with `!`. - * For Example `{name: "!M"}` predicate will return an array of items which have property `name` - * not containing "M". - * - * - `function(value, index)`: A predicate function can be used to write arbitrary filters. The - * function is called for each element of `array`. The final result is an array of those - * elements that the predicate returned true for. - * - * @param {function(actual, expected)|true|undefined} comparator Comparator which is used in - * determining if the expected value (from the filter expression) and actual value (from - * the object in the array) should be considered a match. - * - * Can be one of: - * - * - `function(actual, expected)`: - * The function will be given the object value and the predicate value to compare and - * should return true if the item should be included in filtered result. - * - * - `true`: A shorthand for `function(actual, expected) { return angular.equals(expected, actual)}`. - * this is essentially strict comparison of expected and actual. - * - * - `false|undefined`: A short hand for a function which will look for a substring match in case - * insensitive way. - * - * @example - - -
    - - Search: - - - - - - -
    NamePhone
    {{friend.name}}{{friend.phone}}
    -
    - Any:
    - Name only
    - Phone only
    - Equality
    - - - - - - -
    NamePhone
    {{friendObj.name}}{{friendObj.phone}}
    -
    - - var expectFriendNames = function(expectedNames, key) { - element.all(by.repeater(key + ' in friends').column(key + '.name')).then(function(arr) { - arr.forEach(function(wd, i) { - expect(wd.getText()).toMatch(expectedNames[i]); - }); - }); - }; - - it('should search across all fields when filtering with a string', function() { - var searchText = element(by.model('searchText')); - searchText.clear(); - searchText.sendKeys('m'); - expectFriendNames(['Mary', 'Mike', 'Adam'], 'friend'); - - searchText.clear(); - searchText.sendKeys('76'); - expectFriendNames(['John', 'Julie'], 'friend'); - }); - - it('should search in specific fields when filtering with a predicate object', function() { - var searchAny = element(by.model('search.$')); - searchAny.clear(); - searchAny.sendKeys('i'); - expectFriendNames(['Mary', 'Mike', 'Julie', 'Juliette'], 'friendObj'); - }); - it('should use a equal comparison when comparator is true', function() { - var searchName = element(by.model('search.name')); - var strict = element(by.model('strict')); - searchName.clear(); - searchName.sendKeys('Julie'); - strict.click(); - expectFriendNames(['Julie'], 'friendObj'); - }); - -
    - */ -function filterFilter() { - return function(array, expression, comparator) { - if (!isArray(array)) return array; - - var comparatorType = typeof(comparator), - predicates = []; - - predicates.check = function(value, index) { - for (var j = 0; j < predicates.length; j++) { - if (!predicates[j](value, index)) { - return false; - } - } - return true; - }; - - if (comparatorType !== 'function') { - if (comparatorType === 'boolean' && comparator) { - comparator = function(obj, text) { - return angular.equals(obj, text); - }; - } else { - comparator = function(obj, text) { - if (obj && text && typeof obj === 'object' && typeof text === 'object') { - for (var objKey in obj) { - if (objKey.charAt(0) !== '$' && hasOwnProperty.call(obj, objKey) && - comparator(obj[objKey], text[objKey])) { - return true; - } - } - return false; - } - text = ('' + text).toLowerCase(); - return ('' + obj).toLowerCase().indexOf(text) > -1; - }; - } - } - - var search = function(obj, text) { - if (typeof text === 'string' && text.charAt(0) === '!') { - return !search(obj, text.substr(1)); - } - switch (typeof obj) { - case 'boolean': - case 'number': - case 'string': - return comparator(obj, text); - case 'object': - switch (typeof text) { - case 'object': - return comparator(obj, text); - default: - for (var objKey in obj) { - if (objKey.charAt(0) !== '$' && search(obj[objKey], text)) { - return true; - } - } - break; - } - return false; - case 'array': - for (var i = 0; i < obj.length; i++) { - if (search(obj[i], text)) { - return true; - } - } - return false; - default: - return false; - } - }; - switch (typeof expression) { - case 'boolean': - case 'number': - case 'string': - // Set up expression object and fall through - expression = {$:expression}; - // jshint -W086 - case 'object': - // jshint +W086 - for (var key in expression) { - (function(path) { - if (typeof expression[path] === 'undefined') return; - predicates.push(function(value) { - return search(path == '$' ? value : (value && value[path]), expression[path]); - }); - })(key); - } - break; - case 'function': - predicates.push(expression); - break; - default: - return array; - } - var filtered = []; - for (var j = 0; j < array.length; j++) { - var value = array[j]; - if (predicates.check(value, j)) { - filtered.push(value); - } - } - return filtered; - }; -} - -/** - * @ngdoc filter - * @name currency - * @kind function - * - * @description - * Formats a number as a currency (ie $1,234.56). When no currency symbol is provided, default - * symbol for current locale is used. - * - * @param {number} amount Input to filter. - * @param {string=} symbol Currency symbol or identifier to be displayed. - * @param {number=} fractionSize Number of decimal places to round the amount to, defaults to default max fraction size for current locale - * @returns {string} Formatted number. - * - * - * @example - - - -
    -
    - default currency symbol ($): {{amount | currency}}
    - custom currency identifier (USD$): {{amount | currency:"USD$"}} - no fractions (0): {{amount | currency:"USD$":0}} -
    -
    - - it('should init with 1234.56', function() { - expect(element(by.id('currency-default')).getText()).toBe('$1,234.56'); - expect(element(by.id('currency-custom')).getText()).toBe('USD$1,234.56'); - expect(element(by.id('currency-no-fractions')).getText()).toBe('USD$1,235'); - }); - it('should update', function() { - if (browser.params.browser == 'safari') { - // Safari does not understand the minus key. See - // https://github.com/angular/protractor/issues/481 - return; - } - element(by.model('amount')).clear(); - element(by.model('amount')).sendKeys('-1234'); - expect(element(by.id('currency-default')).getText()).toBe('($1,234.00)'); - expect(element(by.id('currency-custom')).getText()).toBe('(USD$1,234.00)'); - expect(element(by.id('currency-no-fractions')).getText()).toBe('(USD$1,234)'); - }); - -
    - */ -currencyFilter.$inject = ['$locale']; -function currencyFilter($locale) { - var formats = $locale.NUMBER_FORMATS; - return function(amount, currencySymbol, fractionSize) { - if (isUndefined(currencySymbol)) { - currencySymbol = formats.CURRENCY_SYM; - } - - if (isUndefined(fractionSize)) { - fractionSize = formats.PATTERNS[1].maxFrac; - } - - // if null or undefined pass it through - return (amount == null) - ? amount - : formatNumber(amount, formats.PATTERNS[1], formats.GROUP_SEP, formats.DECIMAL_SEP, fractionSize). - replace(/\u00A4/g, currencySymbol); - }; -} - -/** - * @ngdoc filter - * @name number - * @kind function - * - * @description - * Formats a number as text. - * - * If the input is not a number an empty string is returned. - * - * @param {number|string} number Number to format. - * @param {(number|string)=} fractionSize Number of decimal places to round the number to. - * If this is not provided then the fraction size is computed from the current locale's number - * formatting pattern. In the case of the default locale, it will be 3. - * @returns {string} Number rounded to decimalPlaces and places a “,” after each third digit. - * - * @example - - - -
    - Enter number:
    - Default formatting: {{val | number}}
    - No fractions: {{val | number:0}}
    - Negative number: {{-val | number:4}} -
    -
    - - it('should format numbers', function() { - expect(element(by.id('number-default')).getText()).toBe('1,234.568'); - expect(element(by.binding('val | number:0')).getText()).toBe('1,235'); - expect(element(by.binding('-val | number:4')).getText()).toBe('-1,234.5679'); - }); - - it('should update', function() { - element(by.model('val')).clear(); - element(by.model('val')).sendKeys('3374.333'); - expect(element(by.id('number-default')).getText()).toBe('3,374.333'); - expect(element(by.binding('val | number:0')).getText()).toBe('3,374'); - expect(element(by.binding('-val | number:4')).getText()).toBe('-3,374.3330'); - }); - -
    - */ - - -numberFilter.$inject = ['$locale']; -function numberFilter($locale) { - var formats = $locale.NUMBER_FORMATS; - return function(number, fractionSize) { - - // if null or undefined pass it through - return (number == null) - ? number - : formatNumber(number, formats.PATTERNS[0], formats.GROUP_SEP, formats.DECIMAL_SEP, - fractionSize); - }; -} - -var DECIMAL_SEP = '.'; -function formatNumber(number, pattern, groupSep, decimalSep, fractionSize) { - if (!isFinite(number) || isObject(number)) return ''; - - var isNegative = number < 0; - number = Math.abs(number); - var numStr = number + '', - formatedText = '', - parts = []; - - var hasExponent = false; - if (numStr.indexOf('e') !== -1) { - var match = numStr.match(/([\d\.]+)e(-?)(\d+)/); - if (match && match[2] == '-' && match[3] > fractionSize + 1) { - numStr = '0'; - number = 0; - } else { - formatedText = numStr; - hasExponent = true; - } - } - - if (!hasExponent) { - var fractionLen = (numStr.split(DECIMAL_SEP)[1] || '').length; - - // determine fractionSize if it is not specified - if (isUndefined(fractionSize)) { - fractionSize = Math.min(Math.max(pattern.minFrac, fractionLen), pattern.maxFrac); - } - - // safely round numbers in JS without hitting imprecisions of floating-point arithmetics - // inspired by: - // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/round - number = +(Math.round(+(number.toString() + 'e' + fractionSize)).toString() + 'e' + -fractionSize); - - if (number === 0) { - isNegative = false; - } - - var fraction = ('' + number).split(DECIMAL_SEP); - var whole = fraction[0]; - fraction = fraction[1] || ''; - - var i, pos = 0, - lgroup = pattern.lgSize, - group = pattern.gSize; - - if (whole.length >= (lgroup + group)) { - pos = whole.length - lgroup; - for (i = 0; i < pos; i++) { - if ((pos - i) % group === 0 && i !== 0) { - formatedText += groupSep; - } - formatedText += whole.charAt(i); - } - } - - for (i = pos; i < whole.length; i++) { - if ((whole.length - i) % lgroup === 0 && i !== 0) { - formatedText += groupSep; - } - formatedText += whole.charAt(i); - } - - // format fraction part. - while (fraction.length < fractionSize) { - fraction += '0'; - } - - if (fractionSize && fractionSize !== "0") formatedText += decimalSep + fraction.substr(0, fractionSize); - } else { - - if (fractionSize > 0 && number > -1 && number < 1) { - formatedText = number.toFixed(fractionSize); - } - } - - parts.push(isNegative ? pattern.negPre : pattern.posPre, - formatedText, - isNegative ? pattern.negSuf : pattern.posSuf); - return parts.join(''); -} - -function padNumber(num, digits, trim) { - var neg = ''; - if (num < 0) { - neg = '-'; - num = -num; - } - num = '' + num; - while (num.length < digits) num = '0' + num; - if (trim) - num = num.substr(num.length - digits); - return neg + num; -} - - -function dateGetter(name, size, offset, trim) { - offset = offset || 0; - return function(date) { - var value = date['get' + name](); - if (offset > 0 || value > -offset) - value += offset; - if (value === 0 && offset == -12) value = 12; - return padNumber(value, size, trim); - }; -} - -function dateStrGetter(name, shortForm) { - return function(date, formats) { - var value = date['get' + name](); - var get = uppercase(shortForm ? ('SHORT' + name) : name); - - return formats[get][value]; - }; -} - -function timeZoneGetter(date) { - var zone = -1 * date.getTimezoneOffset(); - var paddedZone = (zone >= 0) ? "+" : ""; - - paddedZone += padNumber(Math[zone > 0 ? 'floor' : 'ceil'](zone / 60), 2) + - padNumber(Math.abs(zone % 60), 2); - - return paddedZone; -} - -function getFirstThursdayOfYear(year) { - // 0 = index of January - var dayOfWeekOnFirst = (new Date(year, 0, 1)).getDay(); - // 4 = index of Thursday (+1 to account for 1st = 5) - // 11 = index of *next* Thursday (+1 account for 1st = 12) - return new Date(year, 0, ((dayOfWeekOnFirst <= 4) ? 5 : 12) - dayOfWeekOnFirst); -} - -function getThursdayThisWeek(datetime) { - return new Date(datetime.getFullYear(), datetime.getMonth(), - // 4 = index of Thursday - datetime.getDate() + (4 - datetime.getDay())); -} - -function weekGetter(size) { - return function(date) { - var firstThurs = getFirstThursdayOfYear(date.getFullYear()), - thisThurs = getThursdayThisWeek(date); - - var diff = +thisThurs - +firstThurs, - result = 1 + Math.round(diff / 6.048e8); // 6.048e8 ms per week - - return padNumber(result, size); - }; -} - -function ampmGetter(date, formats) { - return date.getHours() < 12 ? formats.AMPMS[0] : formats.AMPMS[1]; -} - -var DATE_FORMATS = { - yyyy: dateGetter('FullYear', 4), - yy: dateGetter('FullYear', 2, 0, true), - y: dateGetter('FullYear', 1), - MMMM: dateStrGetter('Month'), - MMM: dateStrGetter('Month', true), - MM: dateGetter('Month', 2, 1), - M: dateGetter('Month', 1, 1), - dd: dateGetter('Date', 2), - d: dateGetter('Date', 1), - HH: dateGetter('Hours', 2), - H: dateGetter('Hours', 1), - hh: dateGetter('Hours', 2, -12), - h: dateGetter('Hours', 1, -12), - mm: dateGetter('Minutes', 2), - m: dateGetter('Minutes', 1), - ss: dateGetter('Seconds', 2), - s: dateGetter('Seconds', 1), - // while ISO 8601 requires fractions to be prefixed with `.` or `,` - // we can be just safely rely on using `sss` since we currently don't support single or two digit fractions - sss: dateGetter('Milliseconds', 3), - EEEE: dateStrGetter('Day'), - EEE: dateStrGetter('Day', true), - a: ampmGetter, - Z: timeZoneGetter, - ww: weekGetter(2), - w: weekGetter(1) -}; - -var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZEw']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+|H+|h+|m+|s+|a|Z|w+))(.*)/, - NUMBER_STRING = /^\-?\d+$/; - -/** - * @ngdoc filter - * @name date - * @kind function - * - * @description - * Formats `date` to a string based on the requested `format`. - * - * `format` string can be composed of the following elements: - * - * * `'yyyy'`: 4 digit representation of year (e.g. AD 1 => 0001, AD 2010 => 2010) - * * `'yy'`: 2 digit representation of year, padded (00-99). (e.g. AD 2001 => 01, AD 2010 => 10) - * * `'y'`: 1 digit representation of year, e.g. (AD 1 => 1, AD 199 => 199) - * * `'MMMM'`: Month in year (January-December) - * * `'MMM'`: Month in year (Jan-Dec) - * * `'MM'`: Month in year, padded (01-12) - * * `'M'`: Month in year (1-12) - * * `'dd'`: Day in month, padded (01-31) - * * `'d'`: Day in month (1-31) - * * `'EEEE'`: Day in Week,(Sunday-Saturday) - * * `'EEE'`: Day in Week, (Sun-Sat) - * * `'HH'`: Hour in day, padded (00-23) - * * `'H'`: Hour in day (0-23) - * * `'hh'`: Hour in AM/PM, padded (01-12) - * * `'h'`: Hour in AM/PM, (1-12) - * * `'mm'`: Minute in hour, padded (00-59) - * * `'m'`: Minute in hour (0-59) - * * `'ss'`: Second in minute, padded (00-59) - * * `'s'`: Second in minute (0-59) - * * `'.sss' or ',sss'`: Millisecond in second, padded (000-999) - * * `'a'`: AM/PM marker - * * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-+1200) - * * `'ww'`: ISO-8601 week of year (00-53) - * * `'w'`: ISO-8601 week of year (0-53) - * - * `format` string can also be one of the following predefined - * {@link guide/i18n localizable formats}: - * - * * `'medium'`: equivalent to `'MMM d, y h:mm:ss a'` for en_US locale - * (e.g. Sep 3, 2010 12:05:08 PM) - * * `'short'`: equivalent to `'M/d/yy h:mm a'` for en_US locale (e.g. 9/3/10 12:05 PM) - * * `'fullDate'`: equivalent to `'EEEE, MMMM d, y'` for en_US locale - * (e.g. Friday, September 3, 2010) - * * `'longDate'`: equivalent to `'MMMM d, y'` for en_US locale (e.g. September 3, 2010) - * * `'mediumDate'`: equivalent to `'MMM d, y'` for en_US locale (e.g. Sep 3, 2010) - * * `'shortDate'`: equivalent to `'M/d/yy'` for en_US locale (e.g. 9/3/10) - * * `'mediumTime'`: equivalent to `'h:mm:ss a'` for en_US locale (e.g. 12:05:08 PM) - * * `'shortTime'`: equivalent to `'h:mm a'` for en_US locale (e.g. 12:05 PM) - * - * `format` string can contain literal values. These need to be escaped by surrounding with single quotes (e.g. - * `"h 'in the morning'"`). In order to output a single quote, escape it - i.e., two single quotes in a sequence - * (e.g. `"h 'o''clock'"`). - * - * @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or - * number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.sssZ and its - * shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is - * specified in the string input, the time is considered to be in the local timezone. - * @param {string=} format Formatting rules (see Description). If not specified, - * `mediumDate` is used. - * @param {string=} timezone Timezone to be used for formatting. Right now, only `'UTC'` is supported. - * If not specified, the timezone of the browser will be used. - * @returns {string} Formatted string or the input if input is not recognized as date/millis. - * - * @example - - - {{1288323623006 | date:'medium'}}: - {{1288323623006 | date:'medium'}}
    - {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}: - {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}
    - {{1288323623006 | date:'MM/dd/yyyy @ h:mma'}}: - {{'1288323623006' | date:'MM/dd/yyyy @ h:mma'}}
    - {{1288323623006 | date:"MM/dd/yyyy 'at' h:mma"}}: - {{'1288323623006' | date:"MM/dd/yyyy 'at' h:mma"}}
    -
    - - it('should format date', function() { - expect(element(by.binding("1288323623006 | date:'medium'")).getText()). - toMatch(/Oct 2\d, 2010 \d{1,2}:\d{2}:\d{2} (AM|PM)/); - expect(element(by.binding("1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'")).getText()). - toMatch(/2010\-10\-2\d \d{2}:\d{2}:\d{2} (\-|\+)?\d{4}/); - expect(element(by.binding("'1288323623006' | date:'MM/dd/yyyy @ h:mma'")).getText()). - toMatch(/10\/2\d\/2010 @ \d{1,2}:\d{2}(AM|PM)/); - expect(element(by.binding("'1288323623006' | date:\"MM/dd/yyyy 'at' h:mma\"")).getText()). - toMatch(/10\/2\d\/2010 at \d{1,2}:\d{2}(AM|PM)/); - }); - -
    - */ -dateFilter.$inject = ['$locale']; -function dateFilter($locale) { - - - var R_ISO8601_STR = /^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/; - // 1 2 3 4 5 6 7 8 9 10 11 - function jsonStringToDate(string) { - var match; - if (match = string.match(R_ISO8601_STR)) { - var date = new Date(0), - tzHour = 0, - tzMin = 0, - dateSetter = match[8] ? date.setUTCFullYear : date.setFullYear, - timeSetter = match[8] ? date.setUTCHours : date.setHours; - - if (match[9]) { - tzHour = int(match[9] + match[10]); - tzMin = int(match[9] + match[11]); - } - dateSetter.call(date, int(match[1]), int(match[2]) - 1, int(match[3])); - var h = int(match[4] || 0) - tzHour; - var m = int(match[5] || 0) - tzMin; - var s = int(match[6] || 0); - var ms = Math.round(parseFloat('0.' + (match[7] || 0)) * 1000); - timeSetter.call(date, h, m, s, ms); - return date; - } - return string; - } - - - return function(date, format, timezone) { - var text = '', - parts = [], - fn, match; - - format = format || 'mediumDate'; - format = $locale.DATETIME_FORMATS[format] || format; - if (isString(date)) { - date = NUMBER_STRING.test(date) ? int(date) : jsonStringToDate(date); - } - - if (isNumber(date)) { - date = new Date(date); - } - - if (!isDate(date)) { - return date; - } - - while (format) { - match = DATE_FORMATS_SPLIT.exec(format); - if (match) { - parts = concat(parts, match, 1); - format = parts.pop(); - } else { - parts.push(format); - format = null; - } - } - - if (timezone && timezone === 'UTC') { - date = new Date(date.getTime()); - date.setMinutes(date.getMinutes() + date.getTimezoneOffset()); - } - forEach(parts, function(value) { - fn = DATE_FORMATS[value]; - text += fn ? fn(date, $locale.DATETIME_FORMATS) - : value.replace(/(^'|'$)/g, '').replace(/''/g, "'"); - }); - - return text; - }; -} - - -/** - * @ngdoc filter - * @name json - * @kind function - * - * @description - * Allows you to convert a JavaScript object into JSON string. - * - * This filter is mostly useful for debugging. When using the double curly {{value}} notation - * the binding is automatically converted to JSON. - * - * @param {*} object Any JavaScript object (including arrays and primitive types) to filter. - * @returns {string} JSON string. - * - * - * @example - - -
    {{ {'name':'value'} | json }}
    -
    - - it('should jsonify filtered objects', function() { - expect(element(by.binding("{'name':'value'}")).getText()).toMatch(/\{\n "name": ?"value"\n}/); - }); - -
    - * - */ -function jsonFilter() { - return function(object) { - return toJson(object, true); - }; -} - - -/** - * @ngdoc filter - * @name lowercase - * @kind function - * @description - * Converts string to lowercase. - * @see angular.lowercase - */ -var lowercaseFilter = valueFn(lowercase); - - -/** - * @ngdoc filter - * @name uppercase - * @kind function - * @description - * Converts string to uppercase. - * @see angular.uppercase - */ -var uppercaseFilter = valueFn(uppercase); - -/** - * @ngdoc filter - * @name limitTo - * @kind function - * - * @description - * Creates a new array or string containing only a specified number of elements. The elements - * are taken from either the beginning or the end of the source array, string or number, as specified by - * the value and sign (positive or negative) of `limit`. If a number is used as input, it is - * converted to a string. - * - * @param {Array|string|number} input Source array, string or number to be limited. - * @param {string|number} limit The length of the returned array or string. If the `limit` number - * is positive, `limit` number of items from the beginning of the source array/string are copied. - * If the number is negative, `limit` number of items from the end of the source array/string - * are copied. The `limit` will be trimmed if it exceeds `array.length` - * @returns {Array|string} A new sub-array or substring of length `limit` or less if input array - * had less than `limit` elements. - * - * @example - - - -
    - Limit {{numbers}} to: -

    Output numbers: {{ numbers | limitTo:numLimit }}

    - Limit {{letters}} to: -

    Output letters: {{ letters | limitTo:letterLimit }}

    - Limit {{longNumber}} to: -

    Output long number: {{ longNumber | limitTo:longNumberLimit }}

    -
    -
    - - var numLimitInput = element(by.model('numLimit')); - var letterLimitInput = element(by.model('letterLimit')); - var longNumberLimitInput = element(by.model('longNumberLimit')); - var limitedNumbers = element(by.binding('numbers | limitTo:numLimit')); - var limitedLetters = element(by.binding('letters | limitTo:letterLimit')); - var limitedLongNumber = element(by.binding('longNumber | limitTo:longNumberLimit')); - - it('should limit the number array to first three items', function() { - expect(numLimitInput.getAttribute('value')).toBe('3'); - expect(letterLimitInput.getAttribute('value')).toBe('3'); - expect(longNumberLimitInput.getAttribute('value')).toBe('3'); - expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3]'); - expect(limitedLetters.getText()).toEqual('Output letters: abc'); - expect(limitedLongNumber.getText()).toEqual('Output long number: 234'); - }); - - // There is a bug in safari and protractor that doesn't like the minus key - // it('should update the output when -3 is entered', function() { - // numLimitInput.clear(); - // numLimitInput.sendKeys('-3'); - // letterLimitInput.clear(); - // letterLimitInput.sendKeys('-3'); - // longNumberLimitInput.clear(); - // longNumberLimitInput.sendKeys('-3'); - // expect(limitedNumbers.getText()).toEqual('Output numbers: [7,8,9]'); - // expect(limitedLetters.getText()).toEqual('Output letters: ghi'); - // expect(limitedLongNumber.getText()).toEqual('Output long number: 342'); - // }); - - it('should not exceed the maximum size of input array', function() { - numLimitInput.clear(); - numLimitInput.sendKeys('100'); - letterLimitInput.clear(); - letterLimitInput.sendKeys('100'); - longNumberLimitInput.clear(); - longNumberLimitInput.sendKeys('100'); - expect(limitedNumbers.getText()).toEqual('Output numbers: [1,2,3,4,5,6,7,8,9]'); - expect(limitedLetters.getText()).toEqual('Output letters: abcdefghi'); - expect(limitedLongNumber.getText()).toEqual('Output long number: 2345432342'); - }); - -
    -*/ -function limitToFilter() { - return function(input, limit) { - if (isNumber(input)) input = input.toString(); - if (!isArray(input) && !isString(input)) return input; - - if (Math.abs(Number(limit)) === Infinity) { - limit = Number(limit); - } else { - limit = int(limit); - } - - if (isString(input)) { - //NaN check on limit - if (limit) { - return limit >= 0 ? input.slice(0, limit) : input.slice(limit, input.length); - } else { - return ""; - } - } - - var out = [], - i, n; - - // if abs(limit) exceeds maximum length, trim it - if (limit > input.length) - limit = input.length; - else if (limit < -input.length) - limit = -input.length; - - if (limit > 0) { - i = 0; - n = limit; - } else { - i = input.length + limit; - n = input.length; - } - - for (; i < n; i++) { - out.push(input[i]); - } - - return out; - }; -} - -/** - * @ngdoc filter - * @name orderBy - * @kind function - * - * @description - * Orders a specified `array` by the `expression` predicate. It is ordered alphabetically - * for strings and numerically for numbers. Note: if you notice numbers are not being sorted - * correctly, make sure they are actually being saved as numbers and not strings. - * - * @param {Array} array The array to sort. - * @param {function(*)|string|Array.<(function(*)|string)>=} expression A predicate to be - * used by the comparator to determine the order of elements. - * - * Can be one of: - * - * - `function`: Getter function. The result of this function will be sorted using the - * `<`, `=`, `>` operator. - * - `string`: An Angular expression. The result of this expression is used to compare elements - * (for example `name` to sort by a property called `name` or `name.substr(0, 3)` to sort by - * 3 first characters of a property called `name`). The result of a constant expression - * is interpreted as a property name to be used in comparisons (for example `"special name"` - * to sort object by the value of their `special name` property). An expression can be - * optionally prefixed with `+` or `-` to control ascending or descending sort order - * (for example, `+name` or `-name`). If no property is provided, (e.g. `'+'`) then the array - * element itself is used to compare where sorting. - * - `Array`: An array of function or string predicates. The first predicate in the array - * is used for sorting, but when two items are equivalent, the next predicate is used. - * - * If the predicate is missing or empty then it defaults to `'+'`. - * - * @param {boolean=} reverse Reverse the order of the array. - * @returns {Array} Sorted copy of the source array. - * - * @example - - - -
    -
    Sorting predicate = {{predicate}}; reverse = {{reverse}}
    -
    - [ unsorted ] - - - - - - - - - - - -
    Name - (^)Phone NumberAge
    {{friend.name}}{{friend.phone}}{{friend.age}}
    -
    -
    -
    - * - * It's also possible to call the orderBy filter manually, by injecting `$filter`, retrieving the - * filter routine with `$filter('orderBy')`, and calling the returned filter routine with the - * desired parameters. - * - * Example: - * - * @example - - -
    - - - - - - - - - - - -
    Name - (^)Phone NumberAge
    {{friend.name}}{{friend.phone}}{{friend.age}}
    -
    -
    - - - angular.module('orderByExample', []) - .controller('ExampleController', ['$scope', '$filter', function($scope, $filter) { - var orderBy = $filter('orderBy'); - $scope.friends = [ - { name: 'John', phone: '555-1212', age: 10 }, - { name: 'Mary', phone: '555-9876', age: 19 }, - { name: 'Mike', phone: '555-4321', age: 21 }, - { name: 'Adam', phone: '555-5678', age: 35 }, - { name: 'Julie', phone: '555-8765', age: 29 } - ]; - $scope.order = function(predicate, reverse) { - $scope.friends = orderBy($scope.friends, predicate, reverse); - }; - $scope.order('-age',false); - }]); - -
    - */ -orderByFilter.$inject = ['$parse']; -function orderByFilter($parse) { - return function(array, sortPredicate, reverseOrder) { - if (!(isArrayLike(array))) return array; - sortPredicate = isArray(sortPredicate) ? sortPredicate : [sortPredicate]; - if (sortPredicate.length === 0) { sortPredicate = ['+']; } - sortPredicate = sortPredicate.map(function(predicate) { - var descending = false, get = predicate || identity; - if (isString(predicate)) { - if ((predicate.charAt(0) == '+' || predicate.charAt(0) == '-')) { - descending = predicate.charAt(0) == '-'; - predicate = predicate.substring(1); - } - if (predicate === '') { - // Effectively no predicate was passed so we compare identity - return reverseComparator(function(a, b) { - return compare(a, b); - }, descending); - } - get = $parse(predicate); - if (get.constant) { - var key = get(); - return reverseComparator(function(a, b) { - return compare(a[key], b[key]); - }, descending); - } - } - return reverseComparator(function(a, b) { - return compare(get(a),get(b)); - }, descending); - }); - return slice.call(array).sort(reverseComparator(comparator, reverseOrder)); - - function comparator(o1, o2) { - for (var i = 0; i < sortPredicate.length; i++) { - var comp = sortPredicate[i](o1, o2); - if (comp !== 0) return comp; - } - return 0; - } - function reverseComparator(comp, descending) { - return descending - ? function(a, b) {return comp(b,a);} - : comp; - } - function compare(v1, v2) { - var t1 = typeof v1; - var t2 = typeof v2; - if (t1 == t2) { - if (isDate(v1) && isDate(v2)) { - v1 = v1.valueOf(); - v2 = v2.valueOf(); - } - if (t1 == "string") { - v1 = v1.toLowerCase(); - v2 = v2.toLowerCase(); - } - if (v1 === v2) return 0; - return v1 < v2 ? -1 : 1; - } else { - return t1 < t2 ? -1 : 1; - } - } - }; -} - -function ngDirective(directive) { - if (isFunction(directive)) { - directive = { - link: directive - }; - } - directive.restrict = directive.restrict || 'AC'; - return valueFn(directive); -} - -/** - * @ngdoc directive - * @name a - * @restrict E - * - * @description - * Modifies the default behavior of the html A tag so that the default action is prevented when - * the href attribute is empty. - * - * This change permits the easy creation of action links with the `ngClick` directive - * without changing the location or causing page reloads, e.g.: - * `Add Item` - */ -var htmlAnchorDirective = valueFn({ - restrict: 'E', - compile: function(element, attr) { - if (!attr.href && !attr.xlinkHref && !attr.name) { - return function(scope, element) { - // SVGAElement does not use the href attribute, but rather the 'xlinkHref' attribute. - var href = toString.call(element.prop('href')) === '[object SVGAnimatedString]' ? - 'xlink:href' : 'href'; - element.on('click', function(event) { - // if we have no href url, then don't navigate anywhere. - if (!element.attr(href)) { - event.preventDefault(); - } - }); - }; - } - } -}); - -/** - * @ngdoc directive - * @name ngHref - * @restrict A - * @priority 99 - * - * @description - * Using Angular markup like `{{hash}}` in an href attribute will - * make the link go to the wrong URL if the user clicks it before - * Angular has a chance to replace the `{{hash}}` markup with its - * value. Until Angular replaces the markup the link will be broken - * and will most likely return a 404 error. The `ngHref` directive - * solves this problem. - * - * The wrong way to write it: - * ```html - * link1 - * ``` - * - * The correct way to write it: - * ```html - * link1 - * ``` - * - * @element A - * @param {template} ngHref any string which can contain `{{}}` markup. - * - * @example - * This example shows various combinations of `href`, `ng-href` and `ng-click` attributes - * in links and their different behaviors: - - -
    - link 1 (link, don't reload)
    - link 2 (link, don't reload)
    - link 3 (link, reload!)
    - anchor (link, don't reload)
    - anchor (no link)
    - link (link, change location) -
    - - it('should execute ng-click but not reload when href without value', function() { - element(by.id('link-1')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('1'); - expect(element(by.id('link-1')).getAttribute('href')).toBe(''); - }); - - it('should execute ng-click but not reload when href empty string', function() { - element(by.id('link-2')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('2'); - expect(element(by.id('link-2')).getAttribute('href')).toBe(''); - }); - - it('should execute ng-click and change url when ng-href specified', function() { - expect(element(by.id('link-3')).getAttribute('href')).toMatch(/\/123$/); - - element(by.id('link-3')).click(); - - // At this point, we navigate away from an Angular page, so we need - // to use browser.driver to get the base webdriver. - - browser.wait(function() { - return browser.driver.getCurrentUrl().then(function(url) { - return url.match(/\/123$/); - }); - }, 5000, 'page should navigate to /123'); - }); - - xit('should execute ng-click but not reload when href empty string and name specified', function() { - element(by.id('link-4')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('4'); - expect(element(by.id('link-4')).getAttribute('href')).toBe(''); - }); - - it('should execute ng-click but not reload when no href but name specified', function() { - element(by.id('link-5')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('5'); - expect(element(by.id('link-5')).getAttribute('href')).toBe(null); - }); - - it('should only change url when only ng-href', function() { - element(by.model('value')).clear(); - element(by.model('value')).sendKeys('6'); - expect(element(by.id('link-6')).getAttribute('href')).toMatch(/\/6$/); - - element(by.id('link-6')).click(); - - // At this point, we navigate away from an Angular page, so we need - // to use browser.driver to get the base webdriver. - browser.wait(function() { - return browser.driver.getCurrentUrl().then(function(url) { - return url.match(/\/6$/); - }); - }, 5000, 'page should navigate to /6'); - }); - -
    - */ - -/** - * @ngdoc directive - * @name ngSrc - * @restrict A - * @priority 99 - * - * @description - * Using Angular markup like `{{hash}}` in a `src` attribute doesn't - * work right: The browser will fetch from the URL with the literal - * text `{{hash}}` until Angular replaces the expression inside - * `{{hash}}`. The `ngSrc` directive solves this problem. - * - * The buggy way to write it: - * ```html - * - * ``` - * - * The correct way to write it: - * ```html - * - * ``` - * - * @element IMG - * @param {template} ngSrc any string which can contain `{{}}` markup. - */ - -/** - * @ngdoc directive - * @name ngSrcset - * @restrict A - * @priority 99 - * - * @description - * Using Angular markup like `{{hash}}` in a `srcset` attribute doesn't - * work right: The browser will fetch from the URL with the literal - * text `{{hash}}` until Angular replaces the expression inside - * `{{hash}}`. The `ngSrcset` directive solves this problem. - * - * The buggy way to write it: - * ```html - * - * ``` - * - * The correct way to write it: - * ```html - * - * ``` - * - * @element IMG - * @param {template} ngSrcset any string which can contain `{{}}` markup. - */ - -/** - * @ngdoc directive - * @name ngDisabled - * @restrict A - * @priority 100 - * - * @description - * - * We shouldn't do this, because it will make the button enabled on Chrome/Firefox but not on IE8 and older IEs: - * ```html - *
    - * - *
    - * ``` - * - * The HTML specification does not require browsers to preserve the values of boolean attributes - * such as disabled. (Their presence means true and their absence means false.) - * If we put an Angular interpolation expression into such an attribute then the - * binding information would be lost when the browser removes the attribute. - * The `ngDisabled` directive solves this problem for the `disabled` attribute. - * This complementary directive is not removed by the browser and so provides - * a permanent reliable place to store the binding information. - * - * @example - - - Click me to toggle:
    - -
    - - it('should toggle button', function() { - expect(element(by.css('button')).getAttribute('disabled')).toBeFalsy(); - element(by.model('checked')).click(); - expect(element(by.css('button')).getAttribute('disabled')).toBeTruthy(); - }); - -
    - * - * @element INPUT - * @param {expression} ngDisabled If the {@link guide/expression expression} is truthy, - * then special attribute "disabled" will be set on the element - */ - - -/** - * @ngdoc directive - * @name ngChecked - * @restrict A - * @priority 100 - * - * @description - * The HTML specification does not require browsers to preserve the values of boolean attributes - * such as checked. (Their presence means true and their absence means false.) - * If we put an Angular interpolation expression into such an attribute then the - * binding information would be lost when the browser removes the attribute. - * The `ngChecked` directive solves this problem for the `checked` attribute. - * This complementary directive is not removed by the browser and so provides - * a permanent reliable place to store the binding information. - * @example - - - Check me to check both:
    - -
    - - it('should check both checkBoxes', function() { - expect(element(by.id('checkSlave')).getAttribute('checked')).toBeFalsy(); - element(by.model('master')).click(); - expect(element(by.id('checkSlave')).getAttribute('checked')).toBeTruthy(); - }); - -
    - * - * @element INPUT - * @param {expression} ngChecked If the {@link guide/expression expression} is truthy, - * then special attribute "checked" will be set on the element - */ - - -/** - * @ngdoc directive - * @name ngReadonly - * @restrict A - * @priority 100 - * - * @description - * The HTML specification does not require browsers to preserve the values of boolean attributes - * such as readonly. (Their presence means true and their absence means false.) - * If we put an Angular interpolation expression into such an attribute then the - * binding information would be lost when the browser removes the attribute. - * The `ngReadonly` directive solves this problem for the `readonly` attribute. - * This complementary directive is not removed by the browser and so provides - * a permanent reliable place to store the binding information. - * @example - - - Check me to make text readonly:
    - -
    - - it('should toggle readonly attr', function() { - expect(element(by.css('[type="text"]')).getAttribute('readonly')).toBeFalsy(); - element(by.model('checked')).click(); - expect(element(by.css('[type="text"]')).getAttribute('readonly')).toBeTruthy(); - }); - -
    - * - * @element INPUT - * @param {expression} ngReadonly If the {@link guide/expression expression} is truthy, - * then special attribute "readonly" will be set on the element - */ - - -/** - * @ngdoc directive - * @name ngSelected - * @restrict A - * @priority 100 - * - * @description - * The HTML specification does not require browsers to preserve the values of boolean attributes - * such as selected. (Their presence means true and their absence means false.) - * If we put an Angular interpolation expression into such an attribute then the - * binding information would be lost when the browser removes the attribute. - * The `ngSelected` directive solves this problem for the `selected` attribute. - * This complementary directive is not removed by the browser and so provides - * a permanent reliable place to store the binding information. - * - * @example - - - Check me to select:
    - -
    - - it('should select Greetings!', function() { - expect(element(by.id('greet')).getAttribute('selected')).toBeFalsy(); - element(by.model('selected')).click(); - expect(element(by.id('greet')).getAttribute('selected')).toBeTruthy(); - }); - -
    - * - * @element OPTION - * @param {expression} ngSelected If the {@link guide/expression expression} is truthy, - * then special attribute "selected" will be set on the element - */ - -/** - * @ngdoc directive - * @name ngOpen - * @restrict A - * @priority 100 - * - * @description - * The HTML specification does not require browsers to preserve the values of boolean attributes - * such as open. (Their presence means true and their absence means false.) - * If we put an Angular interpolation expression into such an attribute then the - * binding information would be lost when the browser removes the attribute. - * The `ngOpen` directive solves this problem for the `open` attribute. - * This complementary directive is not removed by the browser and so provides - * a permanent reliable place to store the binding information. - * @example - - - Check me check multiple:
    -
    - Show/Hide me -
    -
    - - it('should toggle open', function() { - expect(element(by.id('details')).getAttribute('open')).toBeFalsy(); - element(by.model('open')).click(); - expect(element(by.id('details')).getAttribute('open')).toBeTruthy(); - }); - -
    - * - * @element DETAILS - * @param {expression} ngOpen If the {@link guide/expression expression} is truthy, - * then special attribute "open" will be set on the element - */ - -var ngAttributeAliasDirectives = {}; - - -// boolean attrs are evaluated -forEach(BOOLEAN_ATTR, function(propName, attrName) { - // binding to multiple is not supported - if (propName == "multiple") return; - - var normalized = directiveNormalize('ng-' + attrName); - ngAttributeAliasDirectives[normalized] = function() { - return { - restrict: 'A', - priority: 100, - link: function(scope, element, attr) { - scope.$watch(attr[normalized], function ngBooleanAttrWatchAction(value) { - attr.$set(attrName, !!value); - }); - } - }; - }; -}); - -// aliased input attrs are evaluated -forEach(ALIASED_ATTR, function(htmlAttr, ngAttr) { - ngAttributeAliasDirectives[ngAttr] = function() { - return { - priority: 100, - link: function(scope, element, attr) { - //special case ngPattern when a literal regular expression value - //is used as the expression (this way we don't have to watch anything). - if (ngAttr === "ngPattern" && attr.ngPattern.charAt(0) == "/") { - var match = attr.ngPattern.match(REGEX_STRING_REGEXP); - if (match) { - attr.$set("ngPattern", new RegExp(match[1], match[2])); - return; - } - } - - scope.$watch(attr[ngAttr], function ngAttrAliasWatchAction(value) { - attr.$set(ngAttr, value); - }); - } - }; - }; -}); - -// ng-src, ng-srcset, ng-href are interpolated -forEach(['src', 'srcset', 'href'], function(attrName) { - var normalized = directiveNormalize('ng-' + attrName); - ngAttributeAliasDirectives[normalized] = function() { - return { - priority: 99, // it needs to run after the attributes are interpolated - link: function(scope, element, attr) { - var propName = attrName, - name = attrName; - - if (attrName === 'href' && - toString.call(element.prop('href')) === '[object SVGAnimatedString]') { - name = 'xlinkHref'; - attr.$attr[name] = 'xlink:href'; - propName = null; - } - - attr.$observe(normalized, function(value) { - if (!value) { - if (attrName === 'href') { - attr.$set(name, null); - } - return; - } - - attr.$set(name, value); - - // on IE, if "ng:src" directive declaration is used and "src" attribute doesn't exist - // then calling element.setAttribute('src', 'foo') doesn't do anything, so we need - // to set the property as well to achieve the desired effect. - // we use attr[attrName] value since $set can sanitize the url. - if (msie && propName) element.prop(propName, attr[name]); - }); - } - }; - }; -}); - -/* global -nullFormCtrl, -SUBMITTED_CLASS, addSetValidityMethod: true - */ -var nullFormCtrl = { - $addControl: noop, - $$renameControl: nullFormRenameControl, - $removeControl: noop, - $setValidity: noop, - $setDirty: noop, - $setPristine: noop, - $setSubmitted: noop -}, -SUBMITTED_CLASS = 'ng-submitted'; - -function nullFormRenameControl(control, name) { - control.$name = name; -} - -/** - * @ngdoc type - * @name form.FormController - * - * @property {boolean} $pristine True if user has not interacted with the form yet. - * @property {boolean} $dirty True if user has already interacted with the form. - * @property {boolean} $valid True if all of the containing forms and controls are valid. - * @property {boolean} $invalid True if at least one containing control or form is invalid. - * @property {boolean} $submitted True if user has submitted the form even if its invalid. - * - * @property {Object} $error Is an object hash, containing references to controls or - * forms with failing validators, where: - * - * - keys are validation tokens (error names), - * - values are arrays of controls or forms that have a failing validator for given error name. - * - * Built-in validation tokens: - * - * - `email` - * - `max` - * - `maxlength` - * - `min` - * - `minlength` - * - `number` - * - `pattern` - * - `required` - * - `url` - * - `date` - * - `datetimelocal` - * - `time` - * - `week` - * - `month` - * - * @description - * `FormController` keeps track of all its controls and nested forms as well as the state of them, - * such as being valid/invalid or dirty/pristine. - * - * Each {@link ng.directive:form form} directive creates an instance - * of `FormController`. - * - */ -//asks for $scope to fool the BC controller module -FormController.$inject = ['$element', '$attrs', '$scope', '$animate', '$interpolate']; -function FormController(element, attrs, $scope, $animate, $interpolate) { - var form = this, - controls = []; - - var parentForm = form.$$parentForm = element.parent().controller('form') || nullFormCtrl; - - // init state - form.$error = {}; - form.$$success = {}; - form.$pending = undefined; - form.$name = $interpolate(attrs.name || attrs.ngForm || '')($scope); - form.$dirty = false; - form.$pristine = true; - form.$valid = true; - form.$invalid = false; - form.$submitted = false; - - parentForm.$addControl(form); - - /** - * @ngdoc method - * @name form.FormController#$rollbackViewValue - * - * @description - * Rollback all form controls pending updates to the `$modelValue`. - * - * Updates may be pending by a debounced event or because the input is waiting for a some future - * event defined in `ng-model-options`. This method is typically needed by the reset button of - * a form that uses `ng-model-options` to pend updates. - */ - form.$rollbackViewValue = function() { - forEach(controls, function(control) { - control.$rollbackViewValue(); - }); - }; - - /** - * @ngdoc method - * @name form.FormController#$commitViewValue - * - * @description - * Commit all form controls pending updates to the `$modelValue`. - * - * Updates may be pending by a debounced event or because the input is waiting for a some future - * event defined in `ng-model-options`. This method is rarely needed as `NgModelController` - * usually handles calling this in response to input events. - */ - form.$commitViewValue = function() { - forEach(controls, function(control) { - control.$commitViewValue(); - }); - }; - - /** - * @ngdoc method - * @name form.FormController#$addControl - * - * @description - * Register a control with the form. - * - * Input elements using ngModelController do this automatically when they are linked. - */ - form.$addControl = function(control) { - // Breaking change - before, inputs whose name was "hasOwnProperty" were quietly ignored - // and not added to the scope. Now we throw an error. - assertNotHasOwnProperty(control.$name, 'input'); - controls.push(control); - - if (control.$name) { - form[control.$name] = control; - } - }; - - // Private API: rename a form control - form.$$renameControl = function(control, newName) { - var oldName = control.$name; - - if (form[oldName] === control) { - delete form[oldName]; - } - form[newName] = control; - control.$name = newName; - }; - - /** - * @ngdoc method - * @name form.FormController#$removeControl - * - * @description - * Deregister a control from the form. - * - * Input elements using ngModelController do this automatically when they are destroyed. - */ - form.$removeControl = function(control) { - if (control.$name && form[control.$name] === control) { - delete form[control.$name]; - } - forEach(form.$pending, function(value, name) { - form.$setValidity(name, null, control); - }); - forEach(form.$error, function(value, name) { - form.$setValidity(name, null, control); - }); - - arrayRemove(controls, control); - }; - - - /** - * @ngdoc method - * @name form.FormController#$setValidity - * - * @description - * Sets the validity of a form control. - * - * This method will also propagate to parent forms. - */ - addSetValidityMethod({ - ctrl: this, - $element: element, - set: function(object, property, control) { - var list = object[property]; - if (!list) { - object[property] = [control]; - } else { - var index = list.indexOf(control); - if (index === -1) { - list.push(control); - } - } - }, - unset: function(object, property, control) { - var list = object[property]; - if (!list) { - return; - } - arrayRemove(list, control); - if (list.length === 0) { - delete object[property]; - } - }, - parentForm: parentForm, - $animate: $animate - }); - - /** - * @ngdoc method - * @name form.FormController#$setDirty - * - * @description - * Sets the form to a dirty state. - * - * This method can be called to add the 'ng-dirty' class and set the form to a dirty - * state (ng-dirty class). This method will also propagate to parent forms. - */ - form.$setDirty = function() { - $animate.removeClass(element, PRISTINE_CLASS); - $animate.addClass(element, DIRTY_CLASS); - form.$dirty = true; - form.$pristine = false; - parentForm.$setDirty(); - }; - - /** - * @ngdoc method - * @name form.FormController#$setPristine - * - * @description - * Sets the form to its pristine state. - * - * This method can be called to remove the 'ng-dirty' class and set the form to its pristine - * state (ng-pristine class). This method will also propagate to all the controls contained - * in this form. - * - * Setting a form back to a pristine state is often useful when we want to 'reuse' a form after - * saving or resetting it. - */ - form.$setPristine = function() { - $animate.setClass(element, PRISTINE_CLASS, DIRTY_CLASS + ' ' + SUBMITTED_CLASS); - form.$dirty = false; - form.$pristine = true; - form.$submitted = false; - forEach(controls, function(control) { - control.$setPristine(); - }); - }; - - /** - * @ngdoc method - * @name form.FormController#$setUntouched - * - * @description - * Sets the form to its untouched state. - * - * This method can be called to remove the 'ng-touched' class and set the form controls to their - * untouched state (ng-untouched class). - * - * Setting a form controls back to their untouched state is often useful when setting the form - * back to its pristine state. - */ - form.$setUntouched = function() { - forEach(controls, function(control) { - control.$setUntouched(); - }); - }; - - /** - * @ngdoc method - * @name form.FormController#$setSubmitted - * - * @description - * Sets the form to its submitted state. - */ - form.$setSubmitted = function() { - $animate.addClass(element, SUBMITTED_CLASS); - form.$submitted = true; - parentForm.$setSubmitted(); - }; -} - -/** - * @ngdoc directive - * @name ngForm - * @restrict EAC - * - * @description - * Nestable alias of {@link ng.directive:form `form`} directive. HTML - * does not allow nesting of form elements. It is useful to nest forms, for example if the validity of a - * sub-group of controls needs to be determined. - * - * Note: the purpose of `ngForm` is to group controls, - * but not to be a replacement for the `
    ` tag with all of its capabilities - * (e.g. posting to the server, ...). - * - * @param {string=} ngForm|name Name of the form. If specified, the form controller will be published into - * related scope, under this name. - * - */ - - /** - * @ngdoc directive - * @name form - * @restrict E - * - * @description - * Directive that instantiates - * {@link form.FormController FormController}. - * - * If the `name` attribute is specified, the form controller is published onto the current scope under - * this name. - * - * # Alias: {@link ng.directive:ngForm `ngForm`} - * - * In Angular forms can be nested. This means that the outer form is valid when all of the child - * forms are valid as well. However, browsers do not allow nesting of `` elements, so - * Angular provides the {@link ng.directive:ngForm `ngForm`} directive which behaves identically to - * `` but can be nested. This allows you to have nested forms, which is very useful when - * using Angular validation directives in forms that are dynamically generated using the - * {@link ng.directive:ngRepeat `ngRepeat`} directive. Since you cannot dynamically generate the `name` - * attribute of input elements using interpolation, you have to wrap each set of repeated inputs in an - * `ngForm` directive and nest these in an outer `form` element. - * - * - * # CSS classes - * - `ng-valid` is set if the form is valid. - * - `ng-invalid` is set if the form is invalid. - * - `ng-pristine` is set if the form is pristine. - * - `ng-dirty` is set if the form is dirty. - * - `ng-submitted` is set if the form was submitted. - * - * Keep in mind that ngAnimate can detect each of these classes when added and removed. - * - * - * # Submitting a form and preventing the default action - * - * Since the role of forms in client-side Angular applications is different than in classical - * roundtrip apps, it is desirable for the browser not to translate the form submission into a full - * page reload that sends the data to the server. Instead some javascript logic should be triggered - * to handle the form submission in an application-specific way. - * - * For this reason, Angular prevents the default action (form submission to the server) unless the - * `` element has an `action` attribute specified. - * - * You can use one of the following two ways to specify what javascript method should be called when - * a form is submitted: - * - * - {@link ng.directive:ngSubmit ngSubmit} directive on the form element - * - {@link ng.directive:ngClick ngClick} directive on the first - * button or input field of type submit (input[type=submit]) - * - * To prevent double execution of the handler, use only one of the {@link ng.directive:ngSubmit ngSubmit} - * or {@link ng.directive:ngClick ngClick} directives. - * This is because of the following form submission rules in the HTML specification: - * - * - If a form has only one input field then hitting enter in this field triggers form submit - * (`ngSubmit`) - * - if a form has 2+ input fields and no buttons or input[type=submit] then hitting enter - * doesn't trigger submit - * - if a form has one or more input fields and one or more buttons or input[type=submit] then - * hitting enter in any of the input fields will trigger the click handler on the *first* button or - * input[type=submit] (`ngClick`) *and* a submit handler on the enclosing form (`ngSubmit`) - * - * Any pending `ngModelOptions` changes will take place immediately when an enclosing form is - * submitted. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit` - * to have access to the updated model. - * - * ## Animation Hooks - * - * Animations in ngForm are triggered when any of the associated CSS classes are added and removed. - * These classes are: `.ng-pristine`, `.ng-dirty`, `.ng-invalid` and `.ng-valid` as well as any - * other validations that are performed within the form. Animations in ngForm are similar to how - * they work in ngClass and animations can be hooked into using CSS transitions, keyframes as well - * as JS animations. - * - * The following example shows a simple way to utilize CSS transitions to style a form element - * that has been rendered as invalid after it has been validated: - * - *
    - * //be sure to include ngAnimate as a module to hook into more
    - * //advanced animations
    - * .my-form {
    - *   transition:0.5s linear all;
    - *   background: white;
    - * }
    - * .my-form.ng-invalid {
    - *   background: red;
    - *   color:white;
    - * }
    - * 
    - * - * @example - - - - - - userType: - Required!
    - userType = {{userType}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    - -
    - - it('should initialize to model', function() { - var userType = element(by.binding('userType')); - var valid = element(by.binding('myForm.input.$valid')); - - expect(userType.getText()).toContain('guest'); - expect(valid.getText()).toContain('true'); - }); - - it('should be invalid if empty', function() { - var userType = element(by.binding('userType')); - var valid = element(by.binding('myForm.input.$valid')); - var userInput = element(by.model('userType')); - - userInput.clear(); - userInput.sendKeys(''); - - expect(userType.getText()).toEqual('userType ='); - expect(valid.getText()).toContain('false'); - }); - -
    - * - * @param {string=} name Name of the form. If specified, the form controller will be published into - * related scope, under this name. - */ -var formDirectiveFactory = function(isNgForm) { - return ['$timeout', function($timeout) { - var formDirective = { - name: 'form', - restrict: isNgForm ? 'EAC' : 'E', - controller: FormController, - compile: function ngFormCompile(formElement) { - // Setup initial state of the control - formElement.addClass(PRISTINE_CLASS).addClass(VALID_CLASS); - - return { - pre: function ngFormPreLink(scope, formElement, attr, controller) { - // if `action` attr is not present on the form, prevent the default action (submission) - if (!('action' in attr)) { - // we can't use jq events because if a form is destroyed during submission the default - // action is not prevented. see #1238 - // - // IE 9 is not affected because it doesn't fire a submit event and try to do a full - // page reload if the form was destroyed by submission of the form via a click handler - // on a button in the form. Looks like an IE9 specific bug. - var handleFormSubmission = function(event) { - scope.$apply(function() { - controller.$commitViewValue(); - controller.$setSubmitted(); - }); - - event.preventDefault(); - }; - - addEventListenerFn(formElement[0], 'submit', handleFormSubmission); - - // unregister the preventDefault listener so that we don't not leak memory but in a - // way that will achieve the prevention of the default action. - formElement.on('$destroy', function() { - $timeout(function() { - removeEventListenerFn(formElement[0], 'submit', handleFormSubmission); - }, 0, false); - }); - } - - var parentFormCtrl = controller.$$parentForm, - alias = controller.$name; - - if (alias) { - setter(scope, alias, controller, alias); - attr.$observe(attr.name ? 'name' : 'ngForm', function(newValue) { - if (alias === newValue) return; - setter(scope, alias, undefined, alias); - alias = newValue; - setter(scope, alias, controller, alias); - parentFormCtrl.$$renameControl(controller, alias); - }); - } - formElement.on('$destroy', function() { - parentFormCtrl.$removeControl(controller); - if (alias) { - setter(scope, alias, undefined, alias); - } - extend(controller, nullFormCtrl); //stop propagating child destruction handlers upwards - }); - } - }; - } - }; - - return formDirective; - }]; -}; - -var formDirective = formDirectiveFactory(); -var ngFormDirective = formDirectiveFactory(true); - -/* global VALID_CLASS: true, - INVALID_CLASS: true, - PRISTINE_CLASS: true, - DIRTY_CLASS: true, - UNTOUCHED_CLASS: true, - TOUCHED_CLASS: true, -*/ - -// Regex code is obtained from SO: https://stackoverflow.com/questions/3143070/javascript-regex-iso-datetime#answer-3143231 -var ISO_DATE_REGEXP = /\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z)/; -var URL_REGEXP = /^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/; -var EMAIL_REGEXP = /^[a-z0-9!#$%&'*+\/=?^_`{|}~.-]+@[a-z0-9]([a-z0-9-]*[a-z0-9])?(\.[a-z0-9]([a-z0-9-]*[a-z0-9])?)*$/i; -var NUMBER_REGEXP = /^\s*(\-|\+)?(\d+|(\d*(\.\d*)))\s*$/; -var DATE_REGEXP = /^(\d{4})-(\d{2})-(\d{2})$/; -var DATETIMELOCAL_REGEXP = /^(\d{4})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; -var WEEK_REGEXP = /^(\d{4})-W(\d\d)$/; -var MONTH_REGEXP = /^(\d{4})-(\d\d)$/; -var TIME_REGEXP = /^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/; -var DEFAULT_REGEXP = /(\s+|^)default(\s+|$)/; - -var $ngModelMinErr = new minErr('ngModel'); - -var inputType = { - - /** - * @ngdoc input - * @name input[text] - * - * @description - * Standard HTML text input with angular data binding, inherited by most of the `input` elements. - * - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Adds `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel value does not match - * a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object then this is used directly. - * If the expression is a string then it will be converted to a RegExp after wrapping it in `^` and `$` - * characters. For instance, `"abc"` will be converted to `new RegExp('^abc$')`. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. - * This parameter is ignored for input[type=password] controls, which will never trim the - * input. - * - * @example - - - -
    - Single word: - - Required! - - Single word only! - - text = {{text}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var text = element(by.binding('text')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('text')); - - it('should initialize to model', function() { - expect(text.getText()).toContain('guest'); - expect(valid.getText()).toContain('true'); - }); - - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - - expect(text.getText()).toEqual('text ='); - expect(valid.getText()).toContain('false'); - }); - - it('should be invalid if multi word', function() { - input.clear(); - input.sendKeys('hello world'); - - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'text': textInputType, - - /** - * @ngdoc input - * @name input[date] - * - * @description - * Input with date validation and transformation. In browsers that do not yet support - * the HTML5 date input, a text element will be used. In that case, text must be entered in a valid ISO-8601 - * date format (yyyy-MM-dd), for example: `2009-01-06`. Since many - * modern browsers do not yet support this input type, it is important to provide cues to users on the - * expected input format via a placeholder or label. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. This must be a - * valid ISO date string (yyyy-MM-dd). - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. This must be - * a valid ISO date string (yyyy-MM-dd). - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - Pick a date in 2013: - - - Required! - - Not a valid date! - value = {{value | date: "yyyy-MM-dd"}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('value | date: "yyyy-MM-dd"')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('value')); - - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (see https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - - it('should initialize to model', function() { - expect(value.getText()).toContain('2013-10-22'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - - it('should be invalid if over max', function() { - setInput('2015-01-01'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - -
    - */ - 'date': createDateInputType('date', DATE_REGEXP, - createDateParser(DATE_REGEXP, ['yyyy', 'MM', 'dd']), - 'yyyy-MM-dd'), - - /** - * @ngdoc input - * @name input[datetime-local] - * - * @description - * Input with datetime validation and transformation. In browsers that do not yet support - * the HTML5 date input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * local datetime format (yyyy-MM-ddTHH:mm:ss), for example: `2010-12-28T14:57:00`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. This must be a - * valid ISO datetime format (yyyy-MM-ddTHH:mm:ss). - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. This must be - * a valid ISO datetime format (yyyy-MM-ddTHH:mm:ss). - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - Pick a date between in 2013: - - - Required! - - Not a valid date! - value = {{value | date: "yyyy-MM-ddTHH:mm:ss"}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('value | date: "yyyy-MM-ddTHH:mm:ss"')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('value')); - - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - - it('should initialize to model', function() { - expect(value.getText()).toContain('2010-12-28T14:57:00'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - - it('should be invalid if over max', function() { - setInput('2015-01-01T23:59:00'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - -
    - */ - 'datetime-local': createDateInputType('datetimelocal', DATETIMELOCAL_REGEXP, - createDateParser(DATETIMELOCAL_REGEXP, ['yyyy', 'MM', 'dd', 'HH', 'mm', 'ss', 'sss']), - 'yyyy-MM-ddTHH:mm:ss.sss'), - - /** - * @ngdoc input - * @name input[time] - * - * @description - * Input with time validation and transformation. In browsers that do not yet support - * the HTML5 date input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * local time format (HH:mm:ss), for example: `14:57:00`. Model must be a Date object. This binding will always output a - * Date object to the model of January 1, 1970, or local date `new Date(1970, 0, 1, HH, mm, ss)`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. This must be a - * valid ISO time format (HH:mm:ss). - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. This must be a - * valid ISO time format (HH:mm:ss). - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - Pick a between 8am and 5pm: - - - Required! - - Not a valid date! - value = {{value | date: "HH:mm:ss"}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('value | date: "HH:mm:ss"')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('value')); - - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - - it('should initialize to model', function() { - expect(value.getText()).toContain('14:57:00'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - - it('should be invalid if over max', function() { - setInput('23:59:00'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - -
    - */ - 'time': createDateInputType('time', TIME_REGEXP, - createDateParser(TIME_REGEXP, ['HH', 'mm', 'ss', 'sss']), - 'HH:mm:ss.sss'), - - /** - * @ngdoc input - * @name input[week] - * - * @description - * Input with week-of-the-year validation and transformation to Date. In browsers that do not yet support - * the HTML5 week input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * week format (yyyy-W##), for example: `2013-W02`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. This must be a - * valid ISO week format (yyyy-W##). - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. This must be - * a valid ISO week format (yyyy-W##). - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - Pick a date between in 2013: - - - Required! - - Not a valid date! - value = {{value | date: "yyyy-Www"}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('value | date: "yyyy-Www"')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('value')); - - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - - it('should initialize to model', function() { - expect(value.getText()).toContain('2013-W01'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - - it('should be invalid if over max', function() { - setInput('2015-W01'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - -
    - */ - 'week': createDateInputType('week', WEEK_REGEXP, weekParser, 'yyyy-Www'), - - /** - * @ngdoc input - * @name input[month] - * - * @description - * Input with month validation and transformation. In browsers that do not yet support - * the HTML5 month input, a text element will be used. In that case, the text must be entered in a valid ISO-8601 - * month format (yyyy-MM), for example: `2009-01`. - * - * The model must always be a Date object, otherwise Angular will throw an error. - * Invalid `Date` objects (dates whose `getTime()` is `NaN`) will be rendered as an empty string. - * If the model is not set to the first of the month, the next view to model update will set it - * to the first of the month. - * - * The timezone to be used to read/write the `Date` instance in the model can be defined using - * {@link ng.directive:ngModelOptions ngModelOptions}. By default, this is the timezone of the browser. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. This must be - * a valid ISO month format (yyyy-MM). - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. This must - * be a valid ISO month format (yyyy-MM). - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - Pick a month int 2013: - - - Required! - - Not a valid month! - value = {{value | date: "yyyy-MM"}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('value | date: "yyyy-MM"')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('value')); - - // currently protractor/webdriver does not support - // sending keys to all known HTML5 input controls - // for various browsers (https://github.com/angular/protractor/issues/562). - function setInput(val) { - // set the value of the element and force validation. - var scr = "var ipt = document.getElementById('exampleInput'); " + - "ipt.value = '" + val + "';" + - "angular.element(ipt).scope().$apply(function(s) { s.myForm[ipt.name].$setViewValue('" + val + "'); });"; - browser.executeScript(scr); - } - - it('should initialize to model', function() { - expect(value.getText()).toContain('2013-10'); - expect(valid.getText()).toContain('myForm.input.$valid = true'); - }); - - it('should be invalid if empty', function() { - setInput(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - - it('should be invalid if over max', function() { - setInput('2015-01'); - expect(value.getText()).toContain(''); - expect(valid.getText()).toContain('myForm.input.$valid = false'); - }); - -
    - */ - 'month': createDateInputType('month', MONTH_REGEXP, - createDateParser(MONTH_REGEXP, ['yyyy', 'MM']), - 'yyyy-MM'), - - /** - * @ngdoc input - * @name input[number] - * - * @description - * Text input with number validation and transformation. Sets the `number` validation - * error if not a valid number. - * - * The model must always be a number, otherwise Angular will throw an error. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} min Sets the `min` validation error key if the value entered is less than `min`. - * @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel value does not match - * a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object then this is used directly. - * If the expression is a string then it will be converted to a RegExp after wrapping it in `^` and `$` - * characters. For instance, `"abc"` will be converted to `new RegExp('^abc$')`. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - Number: - - Required! - - Not valid number! - value = {{value}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    -
    -
    - - var value = element(by.binding('value')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('value')); - - it('should initialize to model', function() { - expect(value.getText()).toContain('12'); - expect(valid.getText()).toContain('true'); - }); - - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('false'); - }); - - it('should be invalid if over max', function() { - input.clear(); - input.sendKeys('123'); - expect(value.getText()).toEqual('value ='); - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'number': numberInputType, - - - /** - * @ngdoc input - * @name input[url] - * - * @description - * Text input with URL validation. Sets the `url` validation error key if the content is not a - * valid URL. - * - *
    - * **Note:** `input[url]` uses a regex to validate urls that is derived from the regex - * used in Chromium. If you need stricter validation, you can use `ng-pattern` or modify - * the built-in validators (see the {@link guide/forms Forms guide}) - *
    - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel value does not match - * a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object then this is used directly. - * If the expression is a string then it will be converted to a RegExp after wrapping it in `^` and `$` - * characters. For instance, `"abc"` will be converted to `new RegExp('^abc$')`. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - URL: - - Required! - - Not valid url! - text = {{text}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    - myForm.$error.url = {{!!myForm.$error.url}}
    -
    -
    - - var text = element(by.binding('text')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('text')); - - it('should initialize to model', function() { - expect(text.getText()).toContain('http://google.com'); - expect(valid.getText()).toContain('true'); - }); - - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - - expect(text.getText()).toEqual('text ='); - expect(valid.getText()).toContain('false'); - }); - - it('should be invalid if not url', function() { - input.clear(); - input.sendKeys('box'); - - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'url': urlInputType, - - - /** - * @ngdoc input - * @name input[email] - * - * @description - * Text input with email validation. Sets the `email` validation error key if not a valid email - * address. - * - *
    - * **Note:** `input[email]` uses a regex to validate email addresses that is derived from the regex - * used in Chromium. If you need stricter validation (e.g. requiring a top-level domain), you can - * use `ng-pattern` or modify the built-in validators (see the {@link guide/forms Forms guide}) - *
    - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of - * any length. - * @param {string=} pattern Similar to `ngPattern` except that the attribute value is the actual string - * that contains the regular expression body that will be converted to a regular expression - * as in the ngPattern directive. - * @param {string=} ngPattern Sets `pattern` validation error key if the ngModel value does not match - * a RegExp found by evaluating the Angular expression given in the attribute value. - * If the expression evaluates to a RegExp object then this is used directly. - * If the expression is a string then it will be converted to a RegExp after wrapping it in `^` and `$` - * characters. For instance, `"abc"` will be converted to `new RegExp('^abc$')`. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - Email: - - Required! - - Not valid email! - text = {{text}}
    - myForm.input.$valid = {{myForm.input.$valid}}
    - myForm.input.$error = {{myForm.input.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    - myForm.$error.email = {{!!myForm.$error.email}}
    -
    -
    - - var text = element(by.binding('text')); - var valid = element(by.binding('myForm.input.$valid')); - var input = element(by.model('text')); - - it('should initialize to model', function() { - expect(text.getText()).toContain('me@example.com'); - expect(valid.getText()).toContain('true'); - }); - - it('should be invalid if empty', function() { - input.clear(); - input.sendKeys(''); - expect(text.getText()).toEqual('text ='); - expect(valid.getText()).toContain('false'); - }); - - it('should be invalid if not email', function() { - input.clear(); - input.sendKeys('xxx'); - - expect(valid.getText()).toContain('false'); - }); - -
    - */ - 'email': emailInputType, - - - /** - * @ngdoc input - * @name input[radio] - * - * @description - * HTML radio button. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string} value The value to which the expression should be set when selected. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * @param {string} ngValue Angular expression which sets the value to which the expression should - * be set when selected. - * - * @example - - - -
    - Red
    - Green
    - Blue
    - color = {{color | json}}
    -
    - Note that `ng-value="specialValue"` sets radio item's value to be the value of `$scope.specialValue`. -
    - - it('should change state', function() { - var color = element(by.binding('color')); - - expect(color.getText()).toContain('blue'); - - element.all(by.model('color')).get(0).click(); - - expect(color.getText()).toContain('red'); - }); - -
    - */ - 'radio': radioInputType, - - - /** - * @ngdoc input - * @name input[checkbox] - * - * @description - * HTML checkbox. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {expression=} ngTrueValue The value to which the expression should be set when selected. - * @param {expression=} ngFalseValue The value to which the expression should be set when not selected. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * - * @example - - - -
    - Value1:
    - Value2:
    - value1 = {{value1}}
    - value2 = {{value2}}
    -
    -
    - - it('should change state', function() { - var value1 = element(by.binding('value1')); - var value2 = element(by.binding('value2')); - - expect(value1.getText()).toContain('true'); - expect(value2.getText()).toContain('YES'); - - element(by.model('value1')).click(); - element(by.model('value2')).click(); - - expect(value1.getText()).toContain('false'); - expect(value2.getText()).toContain('NO'); - }); - -
    - */ - 'checkbox': checkboxInputType, - - 'hidden': noop, - 'button': noop, - 'submit': noop, - 'reset': noop, - 'file': noop -}; - -function stringBasedInputType(ctrl) { - ctrl.$formatters.push(function(value) { - return ctrl.$isEmpty(value) ? value : value.toString(); - }); -} - -function textInputType(scope, element, attr, ctrl, $sniffer, $browser) { - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - stringBasedInputType(ctrl); -} - -function baseInputType(scope, element, attr, ctrl, $sniffer, $browser) { - var placeholder = element[0].placeholder, noevent = {}; - var type = lowercase(element[0].type); - - // In composition mode, users are still inputing intermediate text buffer, - // hold the listener until composition is done. - // More about composition events: https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent - if (!$sniffer.android) { - var composing = false; - - element.on('compositionstart', function(data) { - composing = true; - }); - - element.on('compositionend', function() { - composing = false; - listener(); - }); - } - - var listener = function(ev) { - if (composing) return; - var value = element.val(), - event = ev && ev.type; - - // IE (11 and under) seem to emit an 'input' event if the placeholder value changes. - // We don't want to dirty the value when this happens, so we abort here. Unfortunately, - // IE also sends input events for other non-input-related things, (such as focusing on a - // form control), so this change is not entirely enough to solve this. - if (msie && (ev || noevent).type === 'input' && element[0].placeholder !== placeholder) { - placeholder = element[0].placeholder; - return; - } - - // By default we will trim the value - // If the attribute ng-trim exists we will avoid trimming - // If input type is 'password', the value is never trimmed - if (type !== 'password' && (!attr.ngTrim || attr.ngTrim !== 'false')) { - value = trim(value); - } - - // If a control is suffering from bad input (due to native validators), browsers discard its - // value, so it may be necessary to revalidate (by calling $setViewValue again) even if the - // control's value is the same empty value twice in a row. - if (ctrl.$viewValue !== value || (value === '' && ctrl.$$hasNativeValidators)) { - ctrl.$setViewValue(value, event); - } - }; - - // if the browser does support "input" event, we are fine - except on IE9 which doesn't fire the - // input event on backspace, delete or cut - if ($sniffer.hasEvent('input')) { - element.on('input', listener); - } else { - var timeout; - - var deferListener = function(ev) { - if (!timeout) { - timeout = $browser.defer(function() { - listener(ev); - timeout = null; - }); - } - }; - - element.on('keydown', function(event) { - var key = event.keyCode; - - // ignore - // command modifiers arrows - if (key === 91 || (15 < key && key < 19) || (37 <= key && key <= 40)) return; - - deferListener(event); - }); - - // if user modifies input value using context menu in IE, we need "paste" and "cut" events to catch it - if ($sniffer.hasEvent('paste')) { - element.on('paste cut', deferListener); - } - } - - // if user paste into input using mouse on older browser - // or form autocomplete on newer browser, we need "change" event to catch it - element.on('change', listener); - - ctrl.$render = function() { - element.val(ctrl.$isEmpty(ctrl.$viewValue) ? '' : ctrl.$viewValue); - }; -} - -function weekParser(isoWeek, existingDate) { - if (isDate(isoWeek)) { - return isoWeek; - } - - if (isString(isoWeek)) { - WEEK_REGEXP.lastIndex = 0; - var parts = WEEK_REGEXP.exec(isoWeek); - if (parts) { - var year = +parts[1], - week = +parts[2], - hours = 0, - minutes = 0, - seconds = 0, - milliseconds = 0, - firstThurs = getFirstThursdayOfYear(year), - addDays = (week - 1) * 7; - - if (existingDate) { - hours = existingDate.getHours(); - minutes = existingDate.getMinutes(); - seconds = existingDate.getSeconds(); - milliseconds = existingDate.getMilliseconds(); - } - - return new Date(year, 0, firstThurs.getDate() + addDays, hours, minutes, seconds, milliseconds); - } - } - - return NaN; -} - -function createDateParser(regexp, mapping) { - return function(iso, date) { - var parts, map; - - if (isDate(iso)) { - return iso; - } - - if (isString(iso)) { - // When a date is JSON'ified to wraps itself inside of an extra - // set of double quotes. This makes the date parsing code unable - // to match the date string and parse it as a date. - if (iso.charAt(0) == '"' && iso.charAt(iso.length - 1) == '"') { - iso = iso.substring(1, iso.length - 1); - } - if (ISO_DATE_REGEXP.test(iso)) { - return new Date(iso); - } - regexp.lastIndex = 0; - parts = regexp.exec(iso); - - if (parts) { - parts.shift(); - if (date) { - map = { - yyyy: date.getFullYear(), - MM: date.getMonth() + 1, - dd: date.getDate(), - HH: date.getHours(), - mm: date.getMinutes(), - ss: date.getSeconds(), - sss: date.getMilliseconds() / 1000 - }; - } else { - map = { yyyy: 1970, MM: 1, dd: 1, HH: 0, mm: 0, ss: 0, sss: 0 }; - } - - forEach(parts, function(part, index) { - if (index < mapping.length) { - map[mapping[index]] = +part; - } - }); - return new Date(map.yyyy, map.MM - 1, map.dd, map.HH, map.mm, map.ss || 0, map.sss * 1000 || 0); - } - } - - return NaN; - }; -} - -function createDateInputType(type, regexp, parseDate, format) { - return function dynamicDateInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter) { - badInputChecker(scope, element, attr, ctrl); - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - var timezone = ctrl && ctrl.$options && ctrl.$options.timezone; - var previousDate; - - ctrl.$$parserName = type; - ctrl.$parsers.push(function(value) { - if (ctrl.$isEmpty(value)) return null; - if (regexp.test(value)) { - // Note: We cannot read ctrl.$modelValue, as there might be a different - // parser/formatter in the processing chain so that the model - // contains some different data format! - var parsedDate = parseDate(value, previousDate); - if (timezone === 'UTC') { - parsedDate.setMinutes(parsedDate.getMinutes() - parsedDate.getTimezoneOffset()); - } - return parsedDate; - } - return undefined; - }); - - ctrl.$formatters.push(function(value) { - if (value && !isDate(value)) { - throw $ngModelMinErr('datefmt', 'Expected `{0}` to be a date', value); - } - if (isValidDate(value)) { - previousDate = value; - if (previousDate && timezone === 'UTC') { - var timezoneOffset = 60000 * previousDate.getTimezoneOffset(); - previousDate = new Date(previousDate.getTime() + timezoneOffset); - } - return $filter('date')(value, format, timezone); - } else { - previousDate = null; - return ''; - } - }); - - if (isDefined(attr.min) || attr.ngMin) { - var minVal; - ctrl.$validators.min = function(value) { - return !isValidDate(value) || isUndefined(minVal) || parseDate(value) >= minVal; - }; - attr.$observe('min', function(val) { - minVal = parseObservedDateValue(val); - ctrl.$validate(); - }); - } - - if (isDefined(attr.max) || attr.ngMax) { - var maxVal; - ctrl.$validators.max = function(value) { - return !isValidDate(value) || isUndefined(maxVal) || parseDate(value) <= maxVal; - }; - attr.$observe('max', function(val) { - maxVal = parseObservedDateValue(val); - ctrl.$validate(); - }); - } - - function isValidDate(value) { - // Invalid Date: getTime() returns NaN - return value && !(value.getTime && value.getTime() !== value.getTime()); - } - - function parseObservedDateValue(val) { - return isDefined(val) ? (isDate(val) ? val : parseDate(val)) : undefined; - } - }; -} - -function badInputChecker(scope, element, attr, ctrl) { - var node = element[0]; - var nativeValidation = ctrl.$$hasNativeValidators = isObject(node.validity); - if (nativeValidation) { - ctrl.$parsers.push(function(value) { - var validity = element.prop(VALIDITY_STATE_PROPERTY) || {}; - // Detect bug in FF35 for input[email] (https://bugzilla.mozilla.org/show_bug.cgi?id=1064430): - // - also sets validity.badInput (should only be validity.typeMismatch). - // - see http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#e-mail-state-(type=email) - // - can ignore this case as we can still read out the erroneous email... - return validity.badInput && !validity.typeMismatch ? undefined : value; - }); - } -} - -function numberInputType(scope, element, attr, ctrl, $sniffer, $browser) { - badInputChecker(scope, element, attr, ctrl); - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - - ctrl.$$parserName = 'number'; - ctrl.$parsers.push(function(value) { - if (ctrl.$isEmpty(value)) return null; - if (NUMBER_REGEXP.test(value)) return parseFloat(value); - return undefined; - }); - - ctrl.$formatters.push(function(value) { - if (!ctrl.$isEmpty(value)) { - if (!isNumber(value)) { - throw $ngModelMinErr('numfmt', 'Expected `{0}` to be a number', value); - } - value = value.toString(); - } - return value; - }); - - if (attr.min || attr.ngMin) { - var minVal; - ctrl.$validators.min = function(value) { - return ctrl.$isEmpty(value) || isUndefined(minVal) || value >= minVal; - }; - - attr.$observe('min', function(val) { - if (isDefined(val) && !isNumber(val)) { - val = parseFloat(val, 10); - } - minVal = isNumber(val) && !isNaN(val) ? val : undefined; - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); - }); - } - - if (attr.max || attr.ngMax) { - var maxVal; - ctrl.$validators.max = function(value) { - return ctrl.$isEmpty(value) || isUndefined(maxVal) || value <= maxVal; - }; - - attr.$observe('max', function(val) { - if (isDefined(val) && !isNumber(val)) { - val = parseFloat(val, 10); - } - maxVal = isNumber(val) && !isNaN(val) ? val : undefined; - // TODO(matsko): implement validateLater to reduce number of validations - ctrl.$validate(); - }); - } -} - -function urlInputType(scope, element, attr, ctrl, $sniffer, $browser) { - // Note: no badInputChecker here by purpose as `url` is only a validation - // in browsers, i.e. we can always read out input.value even if it is not valid! - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - stringBasedInputType(ctrl); - - ctrl.$$parserName = 'url'; - ctrl.$validators.url = function(modelValue, viewValue) { - var value = modelValue || viewValue; - return ctrl.$isEmpty(value) || URL_REGEXP.test(value); - }; -} - -function emailInputType(scope, element, attr, ctrl, $sniffer, $browser) { - // Note: no badInputChecker here by purpose as `url` is only a validation - // in browsers, i.e. we can always read out input.value even if it is not valid! - baseInputType(scope, element, attr, ctrl, $sniffer, $browser); - stringBasedInputType(ctrl); - - ctrl.$$parserName = 'email'; - ctrl.$validators.email = function(modelValue, viewValue) { - var value = modelValue || viewValue; - return ctrl.$isEmpty(value) || EMAIL_REGEXP.test(value); - }; -} - -function radioInputType(scope, element, attr, ctrl) { - // make the name unique, if not defined - if (isUndefined(attr.name)) { - element.attr('name', nextUid()); - } - - var listener = function(ev) { - if (element[0].checked) { - ctrl.$setViewValue(attr.value, ev && ev.type); - } - }; - - element.on('click', listener); - - ctrl.$render = function() { - var value = attr.value; - element[0].checked = (value == ctrl.$viewValue); - }; - - attr.$observe('value', ctrl.$render); -} - -function parseConstantExpr($parse, context, name, expression, fallback) { - var parseFn; - if (isDefined(expression)) { - parseFn = $parse(expression); - if (!parseFn.constant) { - throw minErr('ngModel')('constexpr', 'Expected constant expression for `{0}`, but saw ' + - '`{1}`.', name, expression); - } - return parseFn(context); - } - return fallback; -} - -function checkboxInputType(scope, element, attr, ctrl, $sniffer, $browser, $filter, $parse) { - var trueValue = parseConstantExpr($parse, scope, 'ngTrueValue', attr.ngTrueValue, true); - var falseValue = parseConstantExpr($parse, scope, 'ngFalseValue', attr.ngFalseValue, false); - - var listener = function(ev) { - ctrl.$setViewValue(element[0].checked, ev && ev.type); - }; - - element.on('click', listener); - - ctrl.$render = function() { - element[0].checked = ctrl.$viewValue; - }; - - // Override the standard `$isEmpty` because the $viewValue of an empty checkbox is always set to `false` - // This is because of the parser below, which compares the `$modelValue` with `trueValue` to convert - // it to a boolean. - ctrl.$isEmpty = function(value) { - return value === false; - }; - - ctrl.$formatters.push(function(value) { - return equals(value, trueValue); - }); - - ctrl.$parsers.push(function(value) { - return value ? trueValue : falseValue; - }); -} - - -/** - * @ngdoc directive - * @name textarea - * @restrict E - * - * @description - * HTML textarea element control with angular data-binding. The data-binding and validation - * properties of this element are exactly the same as those of the - * {@link ng.directive:input input element}. - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to - * the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of - * `required` when you want to data-bind to the `required` attribute. - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of any - * length. - * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the - * RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for - * patterns defined as scope expressions. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. - */ - - -/** - * @ngdoc directive - * @name input - * @restrict E - * - * @description - * HTML input element control. When used together with {@link ngModel `ngModel`}, it provides data-binding, - * input state control, and validation. - * Input control follows HTML5 input types and polyfills the HTML5 validation behavior for older browsers. - * - *
    - * **Note:** Not every feature offered is available for all input types. - * Specifically, data binding and event handling via `ng-model` is unsupported for `input[file]`. - *
    - * - * @param {string} ngModel Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the control is published. - * @param {string=} required Sets `required` validation error key if the value is not entered. - * @param {boolean=} ngRequired Sets `required` attribute if set to true - * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than - * minlength. - * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than - * maxlength. Setting the attribute to a negative or non-numeric value, allows view values of any - * length. - * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the - * RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for - * patterns defined as scope expressions. - * @param {string=} ngChange Angular expression to be executed when input changes due to user - * interaction with the input element. - * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. - * This parameter is ignored for input[type=password] controls, which will never trim the - * input. - * - * @example - - - -
    -
    - User name: - - Required!
    - Last name: - - Too short! - - Too long!
    -
    -
    - user = {{user}}
    - myForm.userName.$valid = {{myForm.userName.$valid}}
    - myForm.userName.$error = {{myForm.userName.$error}}
    - myForm.lastName.$valid = {{myForm.lastName.$valid}}
    - myForm.lastName.$error = {{myForm.lastName.$error}}
    - myForm.$valid = {{myForm.$valid}}
    - myForm.$error.required = {{!!myForm.$error.required}}
    - myForm.$error.minlength = {{!!myForm.$error.minlength}}
    - myForm.$error.maxlength = {{!!myForm.$error.maxlength}}
    -
    -
    - - var user = element(by.exactBinding('user')); - var userNameValid = element(by.binding('myForm.userName.$valid')); - var lastNameValid = element(by.binding('myForm.lastName.$valid')); - var lastNameError = element(by.binding('myForm.lastName.$error')); - var formValid = element(by.binding('myForm.$valid')); - var userNameInput = element(by.model('user.name')); - var userLastInput = element(by.model('user.last')); - - it('should initialize to model', function() { - expect(user.getText()).toContain('{"name":"guest","last":"visitor"}'); - expect(userNameValid.getText()).toContain('true'); - expect(formValid.getText()).toContain('true'); - }); - - it('should be invalid if empty when required', function() { - userNameInput.clear(); - userNameInput.sendKeys(''); - - expect(user.getText()).toContain('{"last":"visitor"}'); - expect(userNameValid.getText()).toContain('false'); - expect(formValid.getText()).toContain('false'); - }); - - it('should be valid if empty when min length is set', function() { - userLastInput.clear(); - userLastInput.sendKeys(''); - - expect(user.getText()).toContain('{"name":"guest","last":""}'); - expect(lastNameValid.getText()).toContain('true'); - expect(formValid.getText()).toContain('true'); - }); - - it('should be invalid if less than required min length', function() { - userLastInput.clear(); - userLastInput.sendKeys('xx'); - - expect(user.getText()).toContain('{"name":"guest"}'); - expect(lastNameValid.getText()).toContain('false'); - expect(lastNameError.getText()).toContain('minlength'); - expect(formValid.getText()).toContain('false'); - }); - - it('should be invalid if longer than max length', function() { - userLastInput.clear(); - userLastInput.sendKeys('some ridiculously long name'); - - expect(user.getText()).toContain('{"name":"guest"}'); - expect(lastNameValid.getText()).toContain('false'); - expect(lastNameError.getText()).toContain('maxlength'); - expect(formValid.getText()).toContain('false'); - }); - -
    - */ -var inputDirective = ['$browser', '$sniffer', '$filter', '$parse', - function($browser, $sniffer, $filter, $parse) { - return { - restrict: 'E', - require: ['?ngModel'], - link: { - pre: function(scope, element, attr, ctrls) { - if (ctrls[0]) { - (inputType[lowercase(attr.type)] || inputType.text)(scope, element, attr, ctrls[0], $sniffer, - $browser, $filter, $parse); - } - } - } - }; -}]; - -var VALID_CLASS = 'ng-valid', - INVALID_CLASS = 'ng-invalid', - PRISTINE_CLASS = 'ng-pristine', - DIRTY_CLASS = 'ng-dirty', - UNTOUCHED_CLASS = 'ng-untouched', - TOUCHED_CLASS = 'ng-touched', - PENDING_CLASS = 'ng-pending'; - -/** - * @ngdoc type - * @name ngModel.NgModelController - * - * @property {string} $viewValue Actual string value in the view. - * @property {*} $modelValue The value in the model that the control is bound to. - * @property {Array.} $parsers Array of functions to execute, as a pipeline, whenever - the control reads value from the DOM. The functions are called in array order, each passing - its return value through to the next. The last return value is forwarded to the - {@link ngModel.NgModelController#$validators `$validators`} collection. - -Parsers are used to sanitize / convert the {@link ngModel.NgModelController#$viewValue -`$viewValue`}. - -Returning `undefined` from a parser means a parse error occurred. In that case, -no {@link ngModel.NgModelController#$validators `$validators`} will run and the `ngModel` -will be set to `undefined` unless {@link ngModelOptions `ngModelOptions.allowInvalid`} -is set to `true`. The parse error is stored in `ngModel.$error.parse`. - - * - * @property {Array.} $formatters Array of functions to execute, as a pipeline, whenever - the model value changes. The functions are called in reverse array order, each passing the value through to the - next. The last return value is used as the actual DOM value. - Used to format / convert values for display in the control. - * ```js - * function formatter(value) { - * if (value) { - * return value.toUpperCase(); - * } - * } - * ngModel.$formatters.push(formatter); - * ``` - * - * @property {Object.} $validators A collection of validators that are applied - * whenever the model value changes. The key value within the object refers to the name of the - * validator while the function refers to the validation operation. The validation operation is - * provided with the model value as an argument and must return a true or false value depending - * on the response of that validation. - * - * ```js - * ngModel.$validators.validCharacters = function(modelValue, viewValue) { - * var value = modelValue || viewValue; - * return /[0-9]+/.test(value) && - * /[a-z]+/.test(value) && - * /[A-Z]+/.test(value) && - * /\W+/.test(value); - * }; - * ``` - * - * @property {Object.} $asyncValidators A collection of validations that are expected to - * perform an asynchronous validation (e.g. a HTTP request). The validation function that is provided - * is expected to return a promise when it is run during the model validation process. Once the promise - * is delivered then the validation status will be set to true when fulfilled and false when rejected. - * When the asynchronous validators are triggered, each of the validators will run in parallel and the model - * value will only be updated once all validators have been fulfilled. As long as an asynchronous validator - * is unfulfilled, its key will be added to the controllers `$pending` property. Also, all asynchronous validators - * will only run once all synchronous validators have passed. - * - * Please note that if $http is used then it is important that the server returns a success HTTP response code - * in order to fulfill the validation and a status level of `4xx` in order to reject the validation. - * - * ```js - * ngModel.$asyncValidators.uniqueUsername = function(modelValue, viewValue) { - * var value = modelValue || viewValue; - * - * // Lookup user by username - * return $http.get('/api/users/' + value). - * then(function resolved() { - * //username exists, this means validation fails - * return $q.reject('exists'); - * }, function rejected() { - * //username does not exist, therefore this validation passes - * return true; - * }); - * }; - * ``` - * - * @property {Array.} $viewChangeListeners Array of functions to execute whenever the - * view value has changed. It is called with no arguments, and its return value is ignored. - * This can be used in place of additional $watches against the model value. - * - * @property {Object} $error An object hash with all failing validator ids as keys. - * @property {Object} $pending An object hash with all pending validator ids as keys. - * - * @property {boolean} $untouched True if control has not lost focus yet. - * @property {boolean} $touched True if control has lost focus. - * @property {boolean} $pristine True if user has not interacted with the control yet. - * @property {boolean} $dirty True if user has already interacted with the control. - * @property {boolean} $valid True if there is no error. - * @property {boolean} $invalid True if at least one error on the control. - * @property {string} $name The name attribute of the control. - * - * @description - * - * `NgModelController` provides API for the {@link ngModel `ngModel`} directive. - * The controller contains services for data-binding, validation, CSS updates, and value formatting - * and parsing. It purposefully does not contain any logic which deals with DOM rendering or - * listening to DOM events. - * Such DOM related logic should be provided by other directives which make use of - * `NgModelController` for data-binding to control elements. - * Angular provides this DOM logic for most {@link input `input`} elements. - * At the end of this page you can find a {@link ngModel.NgModelController#custom-control-example - * custom control example} that uses `ngModelController` to bind to `contenteditable` elements. - * - * @example - * ### Custom Control Example - * This example shows how to use `NgModelController` with a custom control to achieve - * data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`) - * collaborate together to achieve the desired result. - * - * Note that `contenteditable` is an HTML5 attribute, which tells the browser to let the element - * contents be edited in place by the user. This will not work on older browsers. - * - * We are using the {@link ng.service:$sce $sce} service here and include the {@link ngSanitize $sanitize} - * module to automatically remove "bad" content like inline event listener (e.g. ``). - * However, as we are using `$sce` the model can still decide to provide unsafe content if it marks - * that content using the `$sce` service. - * - * - - [contenteditable] { - border: 1px solid black; - background-color: white; - min-height: 20px; - } - - .ng-invalid { - border: 1px solid red; - } - - - - angular.module('customControl', ['ngSanitize']). - directive('contenteditable', ['$sce', function($sce) { - return { - restrict: 'A', // only activate on element attribute - require: '?ngModel', // get a hold of NgModelController - link: function(scope, element, attrs, ngModel) { - if (!ngModel) return; // do nothing if no ng-model - - // Specify how UI should be updated - ngModel.$render = function() { - element.html($sce.getTrustedHtml(ngModel.$viewValue || '')); - }; - - // Listen for change events to enable binding - element.on('blur keyup change', function() { - scope.$evalAsync(read); - }); - read(); // initialize - - // Write data to the model - function read() { - var html = element.html(); - // When we clear the content editable the browser leaves a
    behind - // If strip-br attribute is provided then we strip this out - if ( attrs.stripBr && html == '
    ' ) { - html = ''; - } - ngModel.$setViewValue(html); - } - } - }; - }]); -
    - -
    -
    Change me!
    - Required! -
    - -
    -
    - - it('should data-bind and become invalid', function() { - if (browser.params.browser == 'safari' || browser.params.browser == 'firefox') { - // SafariDriver can't handle contenteditable - // and Firefox driver can't clear contenteditables very well - return; - } - var contentEditable = element(by.css('[contenteditable]')); - var content = 'Change me!'; - - expect(contentEditable.getText()).toEqual(content); - - contentEditable.clear(); - contentEditable.sendKeys(protractor.Key.BACK_SPACE); - expect(contentEditable.getText()).toEqual(''); - expect(contentEditable.getAttribute('class')).toMatch(/ng-invalid-required/); - }); - - *
    - * - * - */ -var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$parse', '$animate', '$timeout', '$rootScope', '$q', '$interpolate', - function($scope, $exceptionHandler, $attr, $element, $parse, $animate, $timeout, $rootScope, $q, $interpolate) { - this.$viewValue = Number.NaN; - this.$modelValue = Number.NaN; - this.$$rawModelValue = undefined; // stores the parsed modelValue / model set from scope regardless of validity. - this.$validators = {}; - this.$asyncValidators = {}; - this.$parsers = []; - this.$formatters = []; - this.$viewChangeListeners = []; - this.$untouched = true; - this.$touched = false; - this.$pristine = true; - this.$dirty = false; - this.$valid = true; - this.$invalid = false; - this.$error = {}; // keep invalid keys here - this.$$success = {}; // keep valid keys here - this.$pending = undefined; // keep pending keys here - this.$name = $interpolate($attr.name || '', false)($scope); - - - var parsedNgModel = $parse($attr.ngModel), - parsedNgModelAssign = parsedNgModel.assign, - ngModelGet = parsedNgModel, - ngModelSet = parsedNgModelAssign, - pendingDebounce = null, - ctrl = this; - - this.$$setOptions = function(options) { - ctrl.$options = options; - if (options && options.getterSetter) { - var invokeModelGetter = $parse($attr.ngModel + '()'), - invokeModelSetter = $parse($attr.ngModel + '($$$p)'); - - ngModelGet = function($scope) { - var modelValue = parsedNgModel($scope); - if (isFunction(modelValue)) { - modelValue = invokeModelGetter($scope); - } - return modelValue; - }; - ngModelSet = function($scope, newValue) { - if (isFunction(parsedNgModel($scope))) { - invokeModelSetter($scope, {$$$p: ctrl.$modelValue}); - } else { - parsedNgModelAssign($scope, ctrl.$modelValue); - } - }; - } else if (!parsedNgModel.assign) { - throw $ngModelMinErr('nonassign', "Expression '{0}' is non-assignable. Element: {1}", - $attr.ngModel, startingTag($element)); - } - }; - - /** - * @ngdoc method - * @name ngModel.NgModelController#$render - * - * @description - * Called when the view needs to be updated. It is expected that the user of the ng-model - * directive will implement this method. - * - * The `$render()` method is invoked in the following situations: - * - * * `$rollbackViewValue()` is called. If we are rolling back the view value to the last - * committed value then `$render()` is called to update the input control. - * * The value referenced by `ng-model` is changed programmatically and both the `$modelValue` and - * the `$viewValue` are different to last time. - * - * Since `ng-model` does not do a deep watch, `$render()` is only invoked if the values of - * `$modelValue` and `$viewValue` are actually different to their previous value. If `$modelValue` - * or `$viewValue` are objects (rather than a string or number) then `$render()` will not be - * invoked if you only change a property on the objects. - */ - this.$render = noop; - - /** - * @ngdoc method - * @name ngModel.NgModelController#$isEmpty - * - * @description - * This is called when we need to determine if the value of an input is empty. - * - * For instance, the required directive does this to work out if the input has data or not. - * - * The default `$isEmpty` function checks whether the value is `undefined`, `''`, `null` or `NaN`. - * - * You can override this for input directives whose concept of being empty is different to the - * default. The `checkboxInputType` directive does this because in its case a value of `false` - * implies empty. - * - * @param {*} value The value of the input to check for emptiness. - * @returns {boolean} True if `value` is "empty". - */ - this.$isEmpty = function(value) { - return isUndefined(value) || value === '' || value === null || value !== value; - }; - - var parentForm = $element.inheritedData('$formController') || nullFormCtrl, - currentValidationRunId = 0; - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setValidity - * - * @description - * Change the validity state, and notify the form. - * - * This method can be called within $parsers/$formatters or a custom validation implementation. - * However, in most cases it should be sufficient to use the `ngModel.$validators` and - * `ngModel.$asyncValidators` collections which will call `$setValidity` automatically. - * - * @param {string} validationErrorKey Name of the validator. The `validationErrorKey` will be assigned - * to either `$error[validationErrorKey]` or `$pending[validationErrorKey]` - * (for unfulfilled `$asyncValidators`), so that it is available for data-binding. - * The `validationErrorKey` should be in camelCase and will get converted into dash-case - * for class name. Example: `myError` will result in `ng-valid-my-error` and `ng-invalid-my-error` - * class and can be bound to as `{{someForm.someControl.$error.myError}}` . - * @param {boolean} isValid Whether the current state is valid (true), invalid (false), pending (undefined), - * or skipped (null). Pending is used for unfulfilled `$asyncValidators`. - * Skipped is used by Angular when validators do not run because of parse errors and - * when `$asyncValidators` do not run because any of the `$validators` failed. - */ - addSetValidityMethod({ - ctrl: this, - $element: $element, - set: function(object, property) { - object[property] = true; - }, - unset: function(object, property) { - delete object[property]; - }, - parentForm: parentForm, - $animate: $animate - }); - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setPristine - * - * @description - * Sets the control to its pristine state. - * - * This method can be called to remove the `ng-dirty` class and set the control to its pristine - * state (`ng-pristine` class). A model is considered to be pristine when the control - * has not been changed from when first compiled. - */ - this.$setPristine = function() { - ctrl.$dirty = false; - ctrl.$pristine = true; - $animate.removeClass($element, DIRTY_CLASS); - $animate.addClass($element, PRISTINE_CLASS); - }; - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setDirty - * - * @description - * Sets the control to its dirty state. - * - * This method can be called to remove the `ng-pristine` class and set the control to its dirty - * state (`ng-dirty` class). A model is considered to be dirty when the control has been changed - * from when first compiled. - */ - this.$setDirty = function() { - ctrl.$dirty = true; - ctrl.$pristine = false; - $animate.removeClass($element, PRISTINE_CLASS); - $animate.addClass($element, DIRTY_CLASS); - parentForm.$setDirty(); - }; - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setUntouched - * - * @description - * Sets the control to its untouched state. - * - * This method can be called to remove the `ng-touched` class and set the control to its - * untouched state (`ng-untouched` class). Upon compilation, a model is set as untouched - * by default, however this function can be used to restore that state if the model has - * already been touched by the user. - */ - this.$setUntouched = function() { - ctrl.$touched = false; - ctrl.$untouched = true; - $animate.setClass($element, UNTOUCHED_CLASS, TOUCHED_CLASS); - }; - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setTouched - * - * @description - * Sets the control to its touched state. - * - * This method can be called to remove the `ng-untouched` class and set the control to its - * touched state (`ng-touched` class). A model is considered to be touched when the user has - * first focused the control element and then shifted focus away from the control (blur event). - */ - this.$setTouched = function() { - ctrl.$touched = true; - ctrl.$untouched = false; - $animate.setClass($element, TOUCHED_CLASS, UNTOUCHED_CLASS); - }; - - /** - * @ngdoc method - * @name ngModel.NgModelController#$rollbackViewValue - * - * @description - * Cancel an update and reset the input element's value to prevent an update to the `$modelValue`, - * which may be caused by a pending debounced event or because the input is waiting for a some - * future event. - * - * If you have an input that uses `ng-model-options` to set up debounced events or events such - * as blur you can have a situation where there is a period when the `$viewValue` - * is out of synch with the ngModel's `$modelValue`. - * - * In this case, you can run into difficulties if you try to update the ngModel's `$modelValue` - * programmatically before these debounced/future events have resolved/occurred, because Angular's - * dirty checking mechanism is not able to tell whether the model has actually changed or not. - * - * The `$rollbackViewValue()` method should be called before programmatically changing the model of an - * input which may have such events pending. This is important in order to make sure that the - * input field will be updated with the new model value and any pending operations are cancelled. - * - * - * - * angular.module('cancel-update-example', []) - * - * .controller('CancelUpdateController', ['$scope', function($scope) { - * $scope.resetWithCancel = function(e) { - * if (e.keyCode == 27) { - * $scope.myForm.myInput1.$rollbackViewValue(); - * $scope.myValue = ''; - * } - * }; - * $scope.resetWithoutCancel = function(e) { - * if (e.keyCode == 27) { - * $scope.myValue = ''; - * } - * }; - * }]); - * - * - *
    - *

    Try typing something in each input. See that the model only updates when you - * blur off the input. - *

    - *

    Now see what happens if you start typing then press the Escape key

    - * - *
    - *

    With $rollbackViewValue()

    - *
    - * myValue: "{{ myValue }}" - * - *

    Without $rollbackViewValue()

    - *
    - * myValue: "{{ myValue }}" - *
    - *
    - *
    - *
    - */ - this.$rollbackViewValue = function() { - $timeout.cancel(pendingDebounce); - ctrl.$viewValue = ctrl.$$lastCommittedViewValue; - ctrl.$render(); - }; - - /** - * @ngdoc method - * @name ngModel.NgModelController#$validate - * - * @description - * Runs each of the registered validators (first synchronous validators and then - * asynchronous validators). - * If the validity changes to invalid, the model will be set to `undefined`, - * unless {@link ngModelOptions `ngModelOptions.allowInvalid`} is `true`. - * If the validity changes to valid, it will set the model to the last available valid - * modelValue, i.e. either the last parsed value or the last value set from the scope. - */ - this.$validate = function() { - // ignore $validate before model is initialized - if (isNumber(ctrl.$modelValue) && isNaN(ctrl.$modelValue)) { - return; - } - - var viewValue = ctrl.$$lastCommittedViewValue; - // Note: we use the $$rawModelValue as $modelValue might have been - // set to undefined during a view -> model update that found validation - // errors. We can't parse the view here, since that could change - // the model although neither viewValue nor the model on the scope changed - var modelValue = ctrl.$$rawModelValue; - - // Check if the there's a parse error, so we don't unset it accidentially - var parserName = ctrl.$$parserName || 'parse'; - var parserValid = ctrl.$error[parserName] ? false : undefined; - - var prevValid = ctrl.$valid; - var prevModelValue = ctrl.$modelValue; - - var allowInvalid = ctrl.$options && ctrl.$options.allowInvalid; - - ctrl.$$runValidators(parserValid, modelValue, viewValue, function(allValid) { - // If there was no change in validity, don't update the model - // This prevents changing an invalid modelValue to undefined - if (!allowInvalid && prevValid !== allValid) { - // Note: Don't check ctrl.$valid here, as we could have - // external validators (e.g. calculated on the server), - // that just call $setValidity and need the model value - // to calculate their validity. - ctrl.$modelValue = allValid ? modelValue : undefined; - - if (ctrl.$modelValue !== prevModelValue) { - ctrl.$$writeModelToScope(); - } - } - }); - - }; - - this.$$runValidators = function(parseValid, modelValue, viewValue, doneCallback) { - currentValidationRunId++; - var localValidationRunId = currentValidationRunId; - - // check parser error - if (!processParseErrors(parseValid)) { - validationDone(false); - return; - } - if (!processSyncValidators()) { - validationDone(false); - return; - } - processAsyncValidators(); - - function processParseErrors(parseValid) { - var errorKey = ctrl.$$parserName || 'parse'; - if (parseValid === undefined) { - setValidity(errorKey, null); - } else { - setValidity(errorKey, parseValid); - if (!parseValid) { - forEach(ctrl.$validators, function(v, name) { - setValidity(name, null); - }); - forEach(ctrl.$asyncValidators, function(v, name) { - setValidity(name, null); - }); - return false; - } - } - return true; - } - - function processSyncValidators() { - var syncValidatorsValid = true; - forEach(ctrl.$validators, function(validator, name) { - var result = validator(modelValue, viewValue); - syncValidatorsValid = syncValidatorsValid && result; - setValidity(name, result); - }); - if (!syncValidatorsValid) { - forEach(ctrl.$asyncValidators, function(v, name) { - setValidity(name, null); - }); - return false; - } - return true; - } - - function processAsyncValidators() { - var validatorPromises = []; - var allValid = true; - forEach(ctrl.$asyncValidators, function(validator, name) { - var promise = validator(modelValue, viewValue); - if (!isPromiseLike(promise)) { - throw $ngModelMinErr("$asyncValidators", - "Expected asynchronous validator to return a promise but got '{0}' instead.", promise); - } - setValidity(name, undefined); - validatorPromises.push(promise.then(function() { - setValidity(name, true); - }, function(error) { - allValid = false; - setValidity(name, false); - })); - }); - if (!validatorPromises.length) { - validationDone(true); - } else { - $q.all(validatorPromises).then(function() { - validationDone(allValid); - }, noop); - } - } - - function setValidity(name, isValid) { - if (localValidationRunId === currentValidationRunId) { - ctrl.$setValidity(name, isValid); - } - } - - function validationDone(allValid) { - if (localValidationRunId === currentValidationRunId) { - - doneCallback(allValid); - } - } - }; - - /** - * @ngdoc method - * @name ngModel.NgModelController#$commitViewValue - * - * @description - * Commit a pending update to the `$modelValue`. - * - * Updates may be pending by a debounced event or because the input is waiting for a some future - * event defined in `ng-model-options`. this method is rarely needed as `NgModelController` - * usually handles calling this in response to input events. - */ - this.$commitViewValue = function() { - var viewValue = ctrl.$viewValue; - - $timeout.cancel(pendingDebounce); - - // If the view value has not changed then we should just exit, except in the case where there is - // a native validator on the element. In this case the validation state may have changed even though - // the viewValue has stayed empty. - if (ctrl.$$lastCommittedViewValue === viewValue && (viewValue !== '' || !ctrl.$$hasNativeValidators)) { - return; - } - ctrl.$$lastCommittedViewValue = viewValue; - - // change to dirty - if (ctrl.$pristine) { - this.$setDirty(); - } - this.$$parseAndValidate(); - }; - - this.$$parseAndValidate = function() { - var viewValue = ctrl.$$lastCommittedViewValue; - var modelValue = viewValue; - var parserValid = isUndefined(modelValue) ? undefined : true; - - if (parserValid) { - for (var i = 0; i < ctrl.$parsers.length; i++) { - modelValue = ctrl.$parsers[i](modelValue); - if (isUndefined(modelValue)) { - parserValid = false; - break; - } - } - } - if (isNumber(ctrl.$modelValue) && isNaN(ctrl.$modelValue)) { - // ctrl.$modelValue has not been touched yet... - ctrl.$modelValue = ngModelGet($scope); - } - var prevModelValue = ctrl.$modelValue; - var allowInvalid = ctrl.$options && ctrl.$options.allowInvalid; - ctrl.$$rawModelValue = modelValue; - if (allowInvalid) { - ctrl.$modelValue = modelValue; - writeToModelIfNeeded(); - } - ctrl.$$runValidators(parserValid, modelValue, viewValue, function(allValid) { - if (!allowInvalid) { - // Note: Don't check ctrl.$valid here, as we could have - // external validators (e.g. calculated on the server), - // that just call $setValidity and need the model value - // to calculate their validity. - ctrl.$modelValue = allValid ? modelValue : undefined; - writeToModelIfNeeded(); - } - }); - - function writeToModelIfNeeded() { - if (ctrl.$modelValue !== prevModelValue) { - ctrl.$$writeModelToScope(); - } - } - }; - - this.$$writeModelToScope = function() { - ngModelSet($scope, ctrl.$modelValue); - forEach(ctrl.$viewChangeListeners, function(listener) { - try { - listener(); - } catch (e) { - $exceptionHandler(e); - } - }); - }; - - /** - * @ngdoc method - * @name ngModel.NgModelController#$setViewValue - * - * @description - * Update the view value. - * - * This method should be called when an input directive want to change the view value; typically, - * this is done from within a DOM event handler. - * - * For example {@link ng.directive:input input} calls it when the value of the input changes and - * {@link ng.directive:select select} calls it when an option is selected. - * - * If the new `value` is an object (rather than a string or a number), we should make a copy of the - * object before passing it to `$setViewValue`. This is because `ngModel` does not perform a deep - * watch of objects, it only looks for a change of identity. If you only change the property of - * the object then ngModel will not realise that the object has changed and will not invoke the - * `$parsers` and `$validators` pipelines. - * - * For this reason, you should not change properties of the copy once it has been passed to - * `$setViewValue`. Otherwise you may cause the model value on the scope to change incorrectly. - * - * When this method is called, the new `value` will be staged for committing through the `$parsers` - * and `$validators` pipelines. If there are no special {@link ngModelOptions} specified then the staged - * value sent directly for processing, finally to be applied to `$modelValue` and then the - * **expression** specified in the `ng-model` attribute. - * - * Lastly, all the registered change listeners, in the `$viewChangeListeners` list, are called. - * - * In case the {@link ng.directive:ngModelOptions ngModelOptions} directive is used with `updateOn` - * and the `default` trigger is not listed, all those actions will remain pending until one of the - * `updateOn` events is triggered on the DOM element. - * All these actions will be debounced if the {@link ng.directive:ngModelOptions ngModelOptions} - * directive is used with a custom debounce for this particular event. - * - * Note that calling this function does not trigger a `$digest`. - * - * @param {string} value Value from the view. - * @param {string} trigger Event that triggered the update. - */ - this.$setViewValue = function(value, trigger) { - ctrl.$viewValue = value; - if (!ctrl.$options || ctrl.$options.updateOnDefault) { - ctrl.$$debounceViewValueCommit(trigger); - } - }; - - this.$$debounceViewValueCommit = function(trigger) { - var debounceDelay = 0, - options = ctrl.$options, - debounce; - - if (options && isDefined(options.debounce)) { - debounce = options.debounce; - if (isNumber(debounce)) { - debounceDelay = debounce; - } else if (isNumber(debounce[trigger])) { - debounceDelay = debounce[trigger]; - } else if (isNumber(debounce['default'])) { - debounceDelay = debounce['default']; - } - } - - $timeout.cancel(pendingDebounce); - if (debounceDelay) { - pendingDebounce = $timeout(function() { - ctrl.$commitViewValue(); - }, debounceDelay); - } else if ($rootScope.$$phase) { - ctrl.$commitViewValue(); - } else { - $scope.$apply(function() { - ctrl.$commitViewValue(); - }); - } - }; - - // model -> value - // Note: we cannot use a normal scope.$watch as we want to detect the following: - // 1. scope value is 'a' - // 2. user enters 'b' - // 3. ng-change kicks in and reverts scope value to 'a' - // -> scope value did not change since the last digest as - // ng-change executes in apply phase - // 4. view should be changed back to 'a' - $scope.$watch(function ngModelWatch() { - var modelValue = ngModelGet($scope); - - // if scope model value and ngModel value are out of sync - // TODO(perf): why not move this to the action fn? - if (modelValue !== ctrl.$modelValue) { - ctrl.$modelValue = ctrl.$$rawModelValue = modelValue; - - var formatters = ctrl.$formatters, - idx = formatters.length; - - var viewValue = modelValue; - while (idx--) { - viewValue = formatters[idx](viewValue); - } - if (ctrl.$viewValue !== viewValue) { - ctrl.$viewValue = ctrl.$$lastCommittedViewValue = viewValue; - ctrl.$render(); - - ctrl.$$runValidators(undefined, modelValue, viewValue, noop); - } - } - - return modelValue; - }); -}]; - - -/** - * @ngdoc directive - * @name ngModel - * - * @element input - * @priority 1 - * - * @description - * The `ngModel` directive binds an `input`,`select`, `textarea` (or custom form control) to a - * property on the scope using {@link ngModel.NgModelController NgModelController}, - * which is created and exposed by this directive. - * - * `ngModel` is responsible for: - * - * - Binding the view into the model, which other directives such as `input`, `textarea` or `select` - * require. - * - Providing validation behavior (i.e. required, number, email, url). - * - Keeping the state of the control (valid/invalid, dirty/pristine, touched/untouched, validation errors). - * - Setting related css classes on the element (`ng-valid`, `ng-invalid`, `ng-dirty`, `ng-pristine`, `ng-touched`, `ng-untouched`) including animations. - * - Registering the control with its parent {@link ng.directive:form form}. - * - * Note: `ngModel` will try to bind to the property given by evaluating the expression on the - * current scope. If the property doesn't already exist on this scope, it will be created - * implicitly and added to the scope. - * - * For best practices on using `ngModel`, see: - * - * - [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes) - * - * For basic examples, how to use `ngModel`, see: - * - * - {@link ng.directive:input input} - * - {@link input[text] text} - * - {@link input[checkbox] checkbox} - * - {@link input[radio] radio} - * - {@link input[number] number} - * - {@link input[email] email} - * - {@link input[url] url} - * - {@link input[date] date} - * - {@link input[datetime-local] datetime-local} - * - {@link input[time] time} - * - {@link input[month] month} - * - {@link input[week] week} - * - {@link ng.directive:select select} - * - {@link ng.directive:textarea textarea} - * - * # CSS classes - * The following CSS classes are added and removed on the associated input/select/textarea element - * depending on the validity of the model. - * - * - `ng-valid`: the model is valid - * - `ng-invalid`: the model is invalid - * - `ng-valid-[key]`: for each valid key added by `$setValidity` - * - `ng-invalid-[key]`: for each invalid key added by `$setValidity` - * - `ng-pristine`: the control hasn't been interacted with yet - * - `ng-dirty`: the control has been interacted with - * - `ng-touched`: the control has been blurred - * - `ng-untouched`: the control hasn't been blurred - * - `ng-pending`: any `$asyncValidators` are unfulfilled - * - * Keep in mind that ngAnimate can detect each of these classes when added and removed. - * - * ## Animation Hooks - * - * Animations within models are triggered when any of the associated CSS classes are added and removed - * on the input element which is attached to the model. These classes are: `.ng-pristine`, `.ng-dirty`, - * `.ng-invalid` and `.ng-valid` as well as any other validations that are performed on the model itself. - * The animations that are triggered within ngModel are similar to how they work in ngClass and - * animations can be hooked into using CSS transitions, keyframes as well as JS animations. - * - * The following example shows a simple way to utilize CSS transitions to style an input element - * that has been rendered as invalid after it has been validated: - * - *
    - * //be sure to include ngAnimate as a module to hook into more
    - * //advanced animations
    - * .my-input {
    - *   transition:0.5s linear all;
    - *   background: white;
    - * }
    - * .my-input.ng-invalid {
    - *   background: red;
    - *   color:white;
    - * }
    - * 
    - * - * @example - * - - - - Update input to see transitions when valid/invalid. - Integer is a valid value. -
    - -
    -
    - *
    - * - * ## Binding to a getter/setter - * - * Sometimes it's helpful to bind `ngModel` to a getter/setter function. A getter/setter is a - * function that returns a representation of the model when called with zero arguments, and sets - * the internal state of a model when called with an argument. It's sometimes useful to use this - * for models that have an internal representation that's different than what the model exposes - * to the view. - * - *
    - * **Best Practice:** It's best to keep getters fast because Angular is likely to call them more - * frequently than other parts of your code. - *
    - * - * You use this behavior by adding `ng-model-options="{ getterSetter: true }"` to an element that - * has `ng-model` attached to it. You can also add `ng-model-options="{ getterSetter: true }"` to - * a `
    `, which will enable this behavior for all ``s within it. See - * {@link ng.directive:ngModelOptions `ngModelOptions`} for more. - * - * The following example shows how to use `ngModel` with a getter/setter: - * - * @example - * - -
    - - Name: - - -
    user.name = 
    -
    -
    - - angular.module('getterSetterExample', []) - .controller('ExampleController', ['$scope', function($scope) { - var _name = 'Brian'; - $scope.user = { - name: function(newName) { - if (angular.isDefined(newName)) { - _name = newName; - } - return _name; - } - }; - }]); - - *
    - */ -var ngModelDirective = ['$rootScope', function($rootScope) { - return { - restrict: 'A', - require: ['ngModel', '^?form', '^?ngModelOptions'], - controller: NgModelController, - // Prelink needs to run before any input directive - // so that we can set the NgModelOptions in NgModelController - // before anyone else uses it. - priority: 1, - compile: function ngModelCompile(element) { - // Setup initial state of the control - element.addClass(PRISTINE_CLASS).addClass(UNTOUCHED_CLASS).addClass(VALID_CLASS); - - return { - pre: function ngModelPreLink(scope, element, attr, ctrls) { - var modelCtrl = ctrls[0], - formCtrl = ctrls[1] || nullFormCtrl; - - modelCtrl.$$setOptions(ctrls[2] && ctrls[2].$options); - - // notify others, especially parent forms - formCtrl.$addControl(modelCtrl); - - attr.$observe('name', function(newValue) { - if (modelCtrl.$name !== newValue) { - formCtrl.$$renameControl(modelCtrl, newValue); - } - }); - - scope.$on('$destroy', function() { - formCtrl.$removeControl(modelCtrl); - }); - }, - post: function ngModelPostLink(scope, element, attr, ctrls) { - var modelCtrl = ctrls[0]; - if (modelCtrl.$options && modelCtrl.$options.updateOn) { - element.on(modelCtrl.$options.updateOn, function(ev) { - modelCtrl.$$debounceViewValueCommit(ev && ev.type); - }); - } - - element.on('blur', function(ev) { - if (modelCtrl.$touched) return; - - if ($rootScope.$$phase) { - scope.$evalAsync(modelCtrl.$setTouched); - } else { - scope.$apply(modelCtrl.$setTouched); - } - }); - } - }; - } - }; -}]; - - -/** - * @ngdoc directive - * @name ngChange - * - * @description - * Evaluate the given expression when the user changes the input. - * The expression is evaluated immediately, unlike the JavaScript onchange event - * which only triggers at the end of a change (usually, when the user leaves the - * form element or presses the return key). - * - * The `ngChange` expression is only evaluated when a change in the input value causes - * a new value to be committed to the model. - * - * It will not be evaluated: - * * if the value returned from the `$parsers` transformation pipeline has not changed - * * if the input has continued to be invalid since the model will stay `null` - * * if the model is changed programmatically and not by a change to the input value - * - * - * Note, this directive requires `ngModel` to be present. - * - * @element input - * @param {expression} ngChange {@link guide/expression Expression} to evaluate upon change - * in input value. - * - * @example - * - * - * - *
    - * - * - *
    - * debug = {{confirmed}}
    - * counter = {{counter}}
    - *
    - *
    - * - * var counter = element(by.binding('counter')); - * var debug = element(by.binding('confirmed')); - * - * it('should evaluate the expression if changing from view', function() { - * expect(counter.getText()).toContain('0'); - * - * element(by.id('ng-change-example1')).click(); - * - * expect(counter.getText()).toContain('1'); - * expect(debug.getText()).toContain('true'); - * }); - * - * it('should not evaluate the expression if changing from model', function() { - * element(by.id('ng-change-example2')).click(); - - * expect(counter.getText()).toContain('0'); - * expect(debug.getText()).toContain('true'); - * }); - * - *
    - */ -var ngChangeDirective = valueFn({ - restrict: 'A', - require: 'ngModel', - link: function(scope, element, attr, ctrl) { - ctrl.$viewChangeListeners.push(function() { - scope.$eval(attr.ngChange); - }); - } -}); - - -var requiredDirective = function() { - return { - restrict: 'A', - require: '?ngModel', - link: function(scope, elm, attr, ctrl) { - if (!ctrl) return; - attr.required = true; // force truthy in case we are on non input element - - ctrl.$validators.required = function(modelValue, viewValue) { - return !attr.required || !ctrl.$isEmpty(viewValue); - }; - - attr.$observe('required', function() { - ctrl.$validate(); - }); - } - }; -}; - - -var patternDirective = function() { - return { - restrict: 'A', - require: '?ngModel', - link: function(scope, elm, attr, ctrl) { - if (!ctrl) return; - - var regexp, patternExp = attr.ngPattern || attr.pattern; - attr.$observe('pattern', function(regex) { - if (isString(regex) && regex.length > 0) { - regex = new RegExp('^' + regex + '$'); - } - - if (regex && !regex.test) { - throw minErr('ngPattern')('noregexp', - 'Expected {0} to be a RegExp but was {1}. Element: {2}', patternExp, - regex, startingTag(elm)); - } - - regexp = regex || undefined; - ctrl.$validate(); - }); - - ctrl.$validators.pattern = function(value) { - return ctrl.$isEmpty(value) || isUndefined(regexp) || regexp.test(value); - }; - } - }; -}; - - -var maxlengthDirective = function() { - return { - restrict: 'A', - require: '?ngModel', - link: function(scope, elm, attr, ctrl) { - if (!ctrl) return; - - var maxlength = -1; - attr.$observe('maxlength', function(value) { - var intVal = int(value); - maxlength = isNaN(intVal) ? -1 : intVal; - ctrl.$validate(); - }); - ctrl.$validators.maxlength = function(modelValue, viewValue) { - return (maxlength < 0) || ctrl.$isEmpty(modelValue) || (viewValue.length <= maxlength); - }; - } - }; -}; - -var minlengthDirective = function() { - return { - restrict: 'A', - require: '?ngModel', - link: function(scope, elm, attr, ctrl) { - if (!ctrl) return; - - var minlength = 0; - attr.$observe('minlength', function(value) { - minlength = int(value) || 0; - ctrl.$validate(); - }); - ctrl.$validators.minlength = function(modelValue, viewValue) { - return ctrl.$isEmpty(viewValue) || viewValue.length >= minlength; - }; - } - }; -}; - - -/** - * @ngdoc directive - * @name ngList - * - * @description - * Text input that converts between a delimited string and an array of strings. The default - * delimiter is a comma followed by a space - equivalent to `ng-list=", "`. You can specify a custom - * delimiter as the value of the `ngList` attribute - for example, `ng-list=" | "`. - * - * The behaviour of the directive is affected by the use of the `ngTrim` attribute. - * * If `ngTrim` is set to `"false"` then whitespace around both the separator and each - * list item is respected. This implies that the user of the directive is responsible for - * dealing with whitespace but also allows you to use whitespace as a delimiter, such as a - * tab or newline character. - * * Otherwise whitespace around the delimiter is ignored when splitting (although it is respected - * when joining the list items back together) and whitespace around each list item is stripped - * before it is added to the model. - * - * ### Example with Validation - * - * - * - * angular.module('listExample', []) - * .controller('ExampleController', ['$scope', function($scope) { - * $scope.names = ['morpheus', 'neo', 'trinity']; - * }]); - * - * - *
    - * List: - * - * Required! - *
    - * names = {{names}}
    - * myForm.namesInput.$valid = {{myForm.namesInput.$valid}}
    - * myForm.namesInput.$error = {{myForm.namesInput.$error}}
    - * myForm.$valid = {{myForm.$valid}}
    - * myForm.$error.required = {{!!myForm.$error.required}}
    - *
    - *
    - * - * var listInput = element(by.model('names')); - * var names = element(by.exactBinding('names')); - * var valid = element(by.binding('myForm.namesInput.$valid')); - * var error = element(by.css('span.error')); - * - * it('should initialize to model', function() { - * expect(names.getText()).toContain('["morpheus","neo","trinity"]'); - * expect(valid.getText()).toContain('true'); - * expect(error.getCssValue('display')).toBe('none'); - * }); - * - * it('should be invalid if empty', function() { - * listInput.clear(); - * listInput.sendKeys(''); - * - * expect(names.getText()).toContain(''); - * expect(valid.getText()).toContain('false'); - * expect(error.getCssValue('display')).not.toBe('none'); - * }); - * - *
    - * - * ### Example - splitting on whitespace - * - * - * - *
    {{ list | json }}
    - *
    - * - * it("should split the text by newlines", function() { - * var listInput = element(by.model('list')); - * var output = element(by.binding('list | json')); - * listInput.sendKeys('abc\ndef\nghi'); - * expect(output.getText()).toContain('[\n "abc",\n "def",\n "ghi"\n]'); - * }); - * - *
    - * - * @element input - * @param {string=} ngList optional delimiter that should be used to split the value. - */ -var ngListDirective = function() { - return { - restrict: 'A', - priority: 100, - require: 'ngModel', - link: function(scope, element, attr, ctrl) { - // We want to control whitespace trimming so we use this convoluted approach - // to access the ngList attribute, which doesn't pre-trim the attribute - var ngList = element.attr(attr.$attr.ngList) || ', '; - var trimValues = attr.ngTrim !== 'false'; - var separator = trimValues ? trim(ngList) : ngList; - - var parse = function(viewValue) { - // If the viewValue is invalid (say required but empty) it will be `undefined` - if (isUndefined(viewValue)) return; - - var list = []; - - if (viewValue) { - forEach(viewValue.split(separator), function(value) { - if (value) list.push(trimValues ? trim(value) : value); - }); - } - - return list; - }; - - ctrl.$parsers.push(parse); - ctrl.$formatters.push(function(value) { - if (isArray(value)) { - return value.join(ngList); - } - - return undefined; - }); - - // Override the standard $isEmpty because an empty array means the input is empty. - ctrl.$isEmpty = function(value) { - return !value || !value.length; - }; - } - }; -}; - - -var CONSTANT_VALUE_REGEXP = /^(true|false|\d+)$/; -/** - * @ngdoc directive - * @name ngValue - * - * @description - * Binds the given expression to the value of `
    - - it('should load template defined inside script tag', function() { - element(by.css('#tpl-link')).click(); - expect(element(by.css('#tpl-content')).getText()).toMatch(/Content of the template/); - }); - - - */ -var scriptDirective = ['$templateCache', function($templateCache) { - return { - restrict: 'E', - terminal: true, - compile: function(element, attr) { - if (attr.type == 'text/ng-template') { - var templateUrl = attr.id, - text = element[0].text; - - $templateCache.put(templateUrl, text); - } - } - }; -}]; - -var ngOptionsMinErr = minErr('ngOptions'); -/** - * @ngdoc directive - * @name select - * @restrict E - * - * @description - * HTML `SELECT` element with angular data-binding. - * - * # `ngOptions` - * - * The `ngOptions` attribute can be used to dynamically generate a list of `