summaryrefslogtreecommitdiffstats
path: root/js/vendor
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 03:00:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 03:00:53 +0200
commit3ce894af1e72c9488b8cb3340fd61656122f7d50 (patch)
treea603121e8b1e860201370399f8095121cd9c6bf7 /js/vendor
parent10d76fff64363ea59d916b550854cf3540dadfbc (diff)
use markdown, refactor js
Diffstat (limited to 'js/vendor')
-rw-r--r--js/vendor/angular-mocks/.bower.json18
-rw-r--r--js/vendor/angular-mocks/README.md42
-rw-r--r--js/vendor/angular-mocks/angular-mocks.js2160
-rw-r--r--js/vendor/angular-mocks/bower.json8
-rw-r--r--js/vendor/angular-ui/.bower.json14
-rw-r--r--js/vendor/angular-ui/.gitignore2
-rw-r--r--js/vendor/angular-ui/.travis.yml10
-rw-r--r--js/vendor/angular-ui/CHANGELOG.md60
-rw-r--r--js/vendor/angular-ui/LICENSE21
-rw-r--r--js/vendor/angular-ui/README.md73
-rw-r--r--js/vendor/angular-ui/build/angular-ui-ieshiv.js59
-rw-r--r--js/vendor/angular-ui/build/angular-ui-ieshiv.min.js7
-rw-r--r--js/vendor/angular-ui/build/angular-ui.css50
-rw-r--r--js/vendor/angular-ui/build/angular-ui.js1461
-rw-r--r--js/vendor/angular-ui/build/angular-ui.min.css1
-rw-r--r--js/vendor/angular-ui/build/angular-ui.min.js7
-rw-r--r--js/vendor/angular-ui/common/ieshiv/README.md47
-rw-r--r--js/vendor/angular-ui/common/ieshiv/ieshiv.js52
-rw-r--r--js/vendor/angular-ui/common/module.js5
-rw-r--r--js/vendor/angular-ui/common/stylesheets/angular-ui.less7
-rw-r--r--js/vendor/angular-ui/common/stylesheets/mixins.less11
-rw-r--r--js/vendor/angular-ui/grunt.js124
-rw-r--r--js/vendor/angular-ui/modules/directives/animate/animate.js36
-rw-r--r--js/vendor/angular-ui/modules/directives/animate/test/animateSpec.js71
-rw-r--r--js/vendor/angular-ui/modules/directives/calendar/calendar.js66
-rw-r--r--js/vendor/angular-ui/modules/directives/calendar/dependencies.json8
-rw-r--r--js/vendor/angular-ui/modules/directives/calendar/test/calendarSpec.js216
-rw-r--r--js/vendor/angular-ui/modules/directives/codemirror/codemirror.js77
-rw-r--r--js/vendor/angular-ui/modules/directives/codemirror/dependencies.json8
-rw-r--r--js/vendor/angular-ui/modules/directives/codemirror/test/codemirrorSpec.js160
-rw-r--r--js/vendor/angular-ui/modules/directives/currency/README.md46
-rw-r--r--js/vendor/angular-ui/modules/directives/currency/currency.js45
-rw-r--r--js/vendor/angular-ui/modules/directives/currency/stylesheets/currency.less14
-rw-r--r--js/vendor/angular-ui/modules/directives/currency/test/currencySpec.js95
-rw-r--r--js/vendor/angular-ui/modules/directives/date/README.md73
-rw-r--r--js/vendor/angular-ui/modules/directives/date/date.js111
-rw-r--r--js/vendor/angular-ui/modules/directives/date/dependencies.json5
-rw-r--r--js/vendor/angular-ui/modules/directives/date/test/dateSpec.js354
-rw-r--r--js/vendor/angular-ui/modules/directives/event/event.js27
-rw-r--r--js/vendor/angular-ui/modules/directives/event/test/eventSpec.js79
-rw-r--r--js/vendor/angular-ui/modules/directives/if/if.js39
-rw-r--r--js/vendor/angular-ui/modules/directives/if/test/ifSpec.js57
-rw-r--r--js/vendor/angular-ui/modules/directives/jq/README.md112
-rw-r--r--js/vendor/angular-ui/modules/directives/jq/jq.js64
-rw-r--r--js/vendor/angular-ui/modules/directives/jq/test/jqSpec.js111
-rw-r--r--js/vendor/angular-ui/modules/directives/keypress/keypress.js110
-rw-r--r--js/vendor/angular-ui/modules/directives/keypress/test/keydownSpec.js67
-rw-r--r--js/vendor/angular-ui/modules/directives/keypress/test/keypressSpec.js67
-rw-r--r--js/vendor/angular-ui/modules/directives/keypress/test/keyupSpec.js67
-rw-r--r--js/vendor/angular-ui/modules/directives/map/map.js125
-rw-r--r--js/vendor/angular-ui/modules/directives/map/test/mapSpec.js102
-rw-r--r--js/vendor/angular-ui/modules/directives/mask/dependencies.json5
-rw-r--r--js/vendor/angular-ui/modules/directives/mask/mask.js38
-rw-r--r--js/vendor/angular-ui/modules/directives/mask/test/maskSpec.js47
-rwxr-xr-xjs/vendor/angular-ui/modules/directives/reset/reset.js26
-rw-r--r--js/vendor/angular-ui/modules/directives/reset/stylesheets/reset.less18
-rwxr-xr-xjs/vendor/angular-ui/modules/directives/reset/test/resetSpec.js55
-rw-r--r--js/vendor/angular-ui/modules/directives/route/route.js68
-rw-r--r--js/vendor/angular-ui/modules/directives/route/test/routeSpec.js98
-rw-r--r--js/vendor/angular-ui/modules/directives/scrollfix/scrollfix.js39
-rw-r--r--js/vendor/angular-ui/modules/directives/scrollfix/test/scrollfixSpec.js39
-rw-r--r--js/vendor/angular-ui/modules/directives/select2/dependencies.json8
-rw-r--r--js/vendor/angular-ui/modules/directives/select2/select2.js124
-rw-r--r--js/vendor/angular-ui/modules/directives/select2/test/select2Spec.js144
-rw-r--r--js/vendor/angular-ui/modules/directives/showhide/showhide.js60
-rw-r--r--js/vendor/angular-ui/modules/directives/showhide/test/showhideSpec.js104
-rw-r--r--js/vendor/angular-ui/modules/directives/sortable/REDME.md54
-rw-r--r--js/vendor/angular-ui/modules/directives/sortable/sortable.js112
-rw-r--r--js/vendor/angular-ui/modules/directives/sortable/test/sortableSpec.js40
-rw-r--r--js/vendor/angular-ui/modules/directives/tinymce/dependencies.json8
-rw-r--r--js/vendor/angular-ui/modules/directives/tinymce/test/tinymceSpec.js90
-rw-r--r--js/vendor/angular-ui/modules/directives/tinymce/tinymce.js53
-rw-r--r--js/vendor/angular-ui/modules/directives/validate/test/validateSpec.js164
-rw-r--r--js/vendor/angular-ui/modules/directives/validate/validate.js66
-rw-r--r--js/vendor/angular-ui/modules/filters/format/format.js34
-rw-r--r--js/vendor/angular-ui/modules/filters/format/test/formatSpec.js21
-rw-r--r--js/vendor/angular-ui/modules/filters/highlight/highlight.js21
-rw-r--r--js/vendor/angular-ui/modules/filters/highlight/highlight.less5
-rw-r--r--js/vendor/angular-ui/modules/filters/highlight/test/highlightSpec.js48
-rw-r--r--js/vendor/angular-ui/modules/filters/inflector/inflector.js44
-rw-r--r--js/vendor/angular-ui/modules/filters/inflector/test/inflectorSpec.js39
-rw-r--r--js/vendor/angular-ui/modules/filters/unique/test/uniqueSpec.js81
-rw-r--r--js/vendor/angular-ui/modules/filters/unique/unique.js45
-rw-r--r--js/vendor/angular-ui/package.json20
-rw-r--r--js/vendor/angular-ui/templates/README.md48
-rw-r--r--js/vendor/angular-ui/templates/dependencies.json8
-rw-r--r--js/vendor/angular-ui/templates/stylesheets/template.less2
-rw-r--r--js/vendor/angular-ui/templates/template.js21
-rw-r--r--js/vendor/angular-ui/templates/test/templateSpec.js58
-rw-r--r--js/vendor/angular/.bower.json16
-rw-r--r--js/vendor/angular/README.md48
-rw-r--r--js/vendor/angular/angular-csp.css18
-rw-r--r--js/vendor/angular/angular.js21053
-rw-r--r--js/vendor/angular/angular.min.js206
-rw-r--r--js/vendor/angular/angular.min.js.gzipbin37841 -> 0 bytes
-rw-r--r--js/vendor/angular/angular.min.js.map8
-rw-r--r--js/vendor/angular/bower.json7
-rw-r--r--js/vendor/bootstrap/tooltip.js361
-rw-r--r--js/vendor/jquery-ui/.bower.json20
-rw-r--r--js/vendor/jquery-ui/.gitignore3
-rw-r--r--js/vendor/jquery-ui/AUTHORS.txt260
-rw-r--r--js/vendor/jquery-ui/MIT-LICENSE.txt26
-rw-r--r--js/vendor/jquery-ui/README.md11
-rw-r--r--js/vendor/jquery-ui/bower.json10
-rw-r--r--js/vendor/jquery-ui/component.json13
-rw-r--r--js/vendor/jquery-ui/composer.json63
-rw-r--r--js/vendor/jquery-ui/package.json66
-rw-r--r--js/vendor/jquery-ui/ui/.jshintrc22
-rw-r--r--js/vendor/jquery-ui/ui/i18n/jquery-ui-i18n.js1645
-rw-r--r--js/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-af.js23
-rw-r--r--js/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ar-DZ.js23
-rw-r--r--js/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ar.js23
-rw-r--r--js/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-az.js23
-rw-r--r--js/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-be.js23
-rw-r--r--js/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-bg.js24
-rw-r--r--js/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-bs.js23
-rw-r--r--js/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ca.js23
-rw-r--r--js/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-cs.js23
-rw-r--r--js/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-cy-GB.js