John Rix
John Rix
Yep, I did confirm that works at least. For some reason though, the column headings were not aligning for me, so I since gave up on using the directive. I...
Ah good point, you're more than likely right there!
Seeing a similar error, having upgraded to latest drafts of VuexORM and this plugin: ``` "@vuex-orm/core": "^1.0.0-draft.9", "@vuex-orm/plugin-axios": "^1.0.0-draft.2", ``` Here's my store setup: ``` // import Vuex from 'vuex'...
> This plugin is still under development and does not contain any functionality found in the current stable release as of yet (hence `this.api` does not exist). > > I...
@entermix, yep, that is pretty much what cuebit explained above. You're not missing anything. Charl13 is using the older line-up at present, according to his dependency versions. I am proceeding...
Best guess is this is down to 3rd party cookies being blocked in browser settings. For me (using Chredge on Windows), the pop-up appears but is blank (aside from the...
Would be great to get this merged!
Steps also appear out of order if the conditional step is not the last when using ng-if. EDIT: In fact, step numbering also gets messed up if using ng-repeat as...
Suggest try using https://github.com/dpoetzsch/md-pickers instead, as it is being actively updated, whereas this project appears to be dead. Also note the following lines in mdpDatePicker.js and mdpTimePicker.js respectively, that govern...
`bower install mdPickers`