Rémi Alvergnat
Rémi Alvergnat
@mark-gerarts I'll be happy to help. I think i'll have some spare time during the following weeks, so I would be happy to help you maintaining this project and performing...
When I say a table of content, I mean the list of pages, like the left part of the material theme (see https://squidfunk.github.io/mkdocs-material/). the TOC markdown extension display the table...
https://github.com/mysticatea/cpx/blob/692b67bf129e3a70c00f6e1129b9c04e018cfb90/lib/utils/apply-action.js#L49-L54 https://github.com/isaacs/node-glob/blob/master/README.md#dots Sadly there's no option to pass `dot: true` to glob.
Replacing `disabled` property with `data-disabled` fix the issue. I'm not sure it's a good idea to use the HTML5 `disabled` attribute as a property for angularJS directive, as it may...
I'm not sure it is that hard. It seems to be possible by creating a new `angular-material` [theme](https://github.com/vitalets/angular-xeditable/blob/master/src/js/themes.js).
@seiyria, this seems to work nicely, without any change to sources. ``` js angular.module('myApp').run(function(editableOptions, editableThemes) { editableThemes['angular-material'] = { formTpl: '', noformTpl: '', controlsTpl: '', inputTpl: '', errorTpl: '{{$error}}', buttonsTpl:...
Problem is that there's no maintainer ... @vitalets @assisrafael Could you give some people access rights to maintain this repo ? There are many PRs pending ...
Yes, with the snippet i've pasted, but I don't use it now. Don't know if it still works.
1 hour later, TravisCI is still pending :(