FIX: Add bootstrap model for reset option.
This commit is contained in:
parent
4107e96fd6
commit
f52dbb5163
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -6,9 +6,6 @@ var app = new EmberApp({
|
||||||
fingerprint: {
|
fingerprint: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
'ember-cli-bootstrap': {
|
|
||||||
'importBootstrapJS': true
|
|
||||||
},
|
|
||||||
vendorFiles: {
|
vendorFiles: {
|
||||||
'handlebars.js': null
|
'handlebars.js': null
|
||||||
}
|
}
|
||||||
|
|
@ -17,6 +14,7 @@ var app = new EmberApp({
|
||||||
app.import("bower_components/bootbox/bootbox.js");
|
app.import("bower_components/bootbox/bootbox.js");
|
||||||
app.import("bower_components/message-bus/assets/message-bus.js");
|
app.import("bower_components/message-bus/assets/message-bus.js");
|
||||||
app.import("bower_components/momentjs/moment.js");
|
app.import("bower_components/momentjs/moment.js");
|
||||||
|
app.import("bower_components/bootstrap/js/modal.js");
|
||||||
|
|
||||||
// Use `app.import` to add additional libraries to the generated
|
// Use `app.import` to add additional libraries to the generated
|
||||||
// output files.
|
// output files.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue