Nick Swinford
Nick Swinford
If someone visits the site on http and the img link is https, (like if its hosted at imgur.com which defaults to https) I wouldn't want that downgraded to http....
Update doesn't seem to be working for me at all. When you subscribe to the `sticky-update` event, it's never fired.
You could try using the action helper like this: `{{bootstrap-datepicker changeDate=(action 'calculateNextAppt' 'parameter')}}` Then the action function would be like this: ``` actions: { calculateNextAppt(date, parameter) { // do sth...
I'm having the same issue when globally or locally installed. ember-cli: 3.15.2 node: 12.16.2 os: win32 x64 (Windows 10) npm: 6.9.0