Order of jquery and angular in bower.json is important (Fixes #2064).
jquery has to load *before* angular! Otherwise ng-model and ng-change doesn't work with angular-chosen select elements.
This commit is contained in:
parent
cb605d619e
commit
642650781c
@ -2,11 +2,12 @@
|
||||
"name": "OpenSlides",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"jquery": "~2.2.3",
|
||||
"angular": "~1.4.9",
|
||||
"angular-animate": "~1.4.9",
|
||||
"angular-bootstrap": "~0.14.3",
|
||||
"angular-bootstrap-colorpicker": "~3.0.24",
|
||||
"angular-chosen-localytics": "~1.3.0",
|
||||
"angular-chosen-localytics": "~1.4.0",
|
||||
"angular-csv-import": "~0.0.27",
|
||||
"angular-formly": "~7.3.9",
|
||||
"angular-formly-templates-bootstrap": "~6.2.0",
|
||||
@ -21,7 +22,6 @@
|
||||
"angular-ui-tree": "~2.5.0",
|
||||
"bootstrap-css-only": "~3.3.6",
|
||||
"font-awesome-bower": "~4.5.0",
|
||||
"jquery": "~2.2.0",
|
||||
"jquery.cookie": "~1.4.1",
|
||||
"js-data": "~2.8.2",
|
||||
"js-data-angular": "~3.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user