summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-09 15:57:10 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-09 15:57:18 +0200
commit2824b43b7332e847810f042c4183ce95ee90e852 (patch)
tree9a10f31c8acbf01d72336d3d065f8c8fda4b83c5 /js
parentf0abeddd07fcf21e30c95d58885416ef40d65391 (diff)
use bower for managing deps
Diffstat (limited to 'js')
-rw-r--r--js/.bowerrc4
-rw-r--r--js/Makefile5
-rw-r--r--js/bower.json12
-rw-r--r--js/config/karma.js6
-rw-r--r--js/package.json1
-rw-r--r--js/vendor/angular-mocks/.bower.json18
-rw-r--r--js/vendor/angular-mocks/README.md4
-rwxr-xr-xjs/vendor/angular-mocks/angular-mocks.js1805
-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/.gitignore1
-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/angular-ui.js1316
-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-ui/test/lib/angular-1.0.1/angular-mocks.js (renamed from js/vendor/angular/angular-mocks.js)63
-rw-r--r--js/vendor/angular-ui/test/lib/angular-1.0.1/angular.js14326