We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting the above error after upgrading to version 5.2.10.
My bower.json is as follows:
{ "name": "ng-amrs", "version": "0.5.0", "dependencies": { "angular": "^1.3.0", "bootstrap": "^3.2.0", "angular-animate": "^1.3.0", "angular-cookies": "^1.3.0", "angular-resource": "^1.3.0", "angular-route": "^1.3.0", "angular-sanitize": "^1.3.0", "angular-touch": "^1.3.0", "angular-ui-router": "~0.2.15", "angular-base64": "~2.0.5", "angular-bootstrap": "~0.14.3", "bootstrap-vertical-tabs": "~1.2.1", "api-check": "~7.5.0", "angular-formly": "~7.1.2", "angular-formly-templates-bootstrap": "6.1.4", "underscore": "~1.8.3", "underscore.string": "~3.1.1", "angular-messages": "^1.3.0", "restangular": "~1.5.1", "angular-ui-select": "~0.12.1", "datejs": "~1.0.0-rc3", "angular-moment": "~0.10.2", "angular-dialog-service": "~5.2.8", "bootstrap-ui-datetime-picker": "~1.2.5", "angular-loading": "~0.1.4", "ui-router-extras": "~0.1.0", "karma-read-json": "~1.1.0", "pivottable": "~1.6.3", "d3": "~3.5.9", "c3": "~0.4.10", "jsnlog.js": "~2.12.0", "angular-environment": "~1.0.3", "bootstrap-table": "~1.9.1", "tableExport.jquery.plugin": "https://github.com/hhurz/tableExport.jquery.plugin.git#~1.2.4", "angular-strap": "~2.3.6", "bootstrap-additions": "~0.3.1" }, "devDependencies": { "angular-mocks": "^1.3.0" }, "appPath": "app", "moduleName": "ngAmrsApp", "resolutions": { "angular-bootstrap": "~0.13.3", "angular": "^1.3.0", "d3": "~3.5.9" }, "overrides": { "angular-dialog-service": { "main": [ "dist/dialogs.css", "dist/dialogs.js", "dist/dialogs-default-translations.js" ] }, "pivottable": { "main": [ "dist/pivot.js", "dist/pivot.css", "dist/c3_renderers.min.js", "dist/s3_renderers.min.js", "dist/gchart_renderers.min.js", "dist/export_renderers.min.js" ] }, "bootstrap-table": { "main": [ "dist/bootstrap-table.min.css", "dist/bootstrap-table.min.js", "dist/extensions/angular/bootstrap-table-angular.min.js", "dist/extensions/export/bootstrap-table-export.js", "dist/extensions/multiple-sort/bootstrap-table-multiple-sort.js" ] }, "tableExport.jquery.plugin": { "main": [ "./file-saver.js/FileSaver.min.js", "./jspdf/dist/jspdf.min.js", "./jspdf-autotable/dist/jspdf.plugin.autotable.js", "./html2canvas/build/html2canvas.min.js", "tableExport.min.js" ] } } }
The text was updated successfully, but these errors were encountered:
Can you try upgrading to the latest version of angular and angular bootstrap. We require the latest version of angular bootstrap.
Sorry, something went wrong.
Did you solve your problem?
No I didn't. I had to downgrade to a version that I was using prior because upgrading led to other conflicts within my project.
On Wed, Jan 27, 2016 at 12:48 AM, omarcarreon [email protected] wrote:
Did you solve your problem? — Reply to this email directly or view it on GitHub #157 (comment) .
— Reply to this email directly or view it on GitHub #157 (comment) .
No branches or pull requests
I am getting the above error after upgrading to version 5.2.10.
My bower.json is as follows:
{
"name": "ng-amrs",
"version": "0.5.0",
"dependencies": {
"angular": "^1.3.0",
"bootstrap": "^3.2.0",
"angular-animate": "^1.3.0",
"angular-cookies": "^1.3.0",
"angular-resource": "^1.3.0",
"angular-route": "^1.3.0",
"angular-sanitize": "^1.3.0",
"angular-touch": "^1.3.0",
"angular-ui-router": "~0.2.15",
"angular-base64": "~2.0.5",
"angular-bootstrap": "~0.14.3",
"bootstrap-vertical-tabs": "~1.2.1",
"api-check": "~7.5.0",
"angular-formly": "~7.1.2",
"angular-formly-templates-bootstrap": "6.1.4",
"underscore": "~1.8.3",
"underscore.string": "~3.1.1",
"angular-messages": "^1.3.0",
"restangular": "~1.5.1",
"angular-ui-select": "~0.12.1",
"datejs": "~1.0.0-rc3",
"angular-moment": "~0.10.2",
"angular-dialog-service": "~5.2.8",
"bootstrap-ui-datetime-picker": "~1.2.5",
"angular-loading": "~0.1.4",
"ui-router-extras": "~0.1.0",
"karma-read-json": "~1.1.0",
"pivottable": "~1.6.3",
"d3": "~3.5.9",
"c3": "~0.4.10",
"jsnlog.js": "~2.12.0",
"angular-environment": "~1.0.3",
"bootstrap-table": "~1.9.1",
"tableExport.jquery.plugin": "https://github.com/hhurz/tableExport.jquery.plugin.git#~1.2.4",
"angular-strap": "~2.3.6",
"bootstrap-additions": "~0.3.1"
},
"devDependencies": {
"angular-mocks": "^1.3.0"
},
"appPath": "app",
"moduleName": "ngAmrsApp",
"resolutions": {
"angular-bootstrap": "~0.13.3",
"angular": "^1.3.0",
"d3": "~3.5.9"
},
"overrides": {
"angular-dialog-service": {
"main": [
"dist/dialogs.css",
"dist/dialogs.js",
"dist/dialogs-default-translations.js"
]
},
"pivottable": {
"main": [
"dist/pivot.js",
"dist/pivot.css",
"dist/c3_renderers.min.js",
"dist/s3_renderers.min.js",
"dist/gchart_renderers.min.js",
"dist/export_renderers.min.js"
]
},
"bootstrap-table": {
"main": [
"dist/bootstrap-table.min.css",
"dist/bootstrap-table.min.js",
"dist/extensions/angular/bootstrap-table-angular.min.js",
"dist/extensions/export/bootstrap-table-export.js",
"dist/extensions/multiple-sort/bootstrap-table-multiple-sort.js"
]
},
"tableExport.jquery.plugin": {
"main": [
"./file-saver.js/FileSaver.min.js",
"./jspdf/dist/jspdf.min.js",
"./jspdf-autotable/dist/jspdf.plugin.autotable.js",
"./html2canvas/build/html2canvas.min.js",
"tableExport.min.js"
]
}
}
}
The text was updated successfully, but these errors were encountered: