Михаил Че (Mikhail Che)
Михаил Че (Mikhail Che)
> How does this interact with the template cache? Is it protected from accessing files outside of registered template directories? Template cache names would be an full_path_to_template_file instead of file...
> > Template cache names would be an **full_path_to_template_file** instead of file name currently. There are many things from old times that need requirements to rewrite template cache names. >...
> PR does not change that And would change that.
Sorry for PR #299 there is incorrect response_type=code. Now works response_type=token. Im recheck api and had tests works fine for this PR.
Ok, I had inspected the recomendations.
Does my comments in [README.md](https://github.com/nraboy/ng-cordova-oauth/pull/301/files#diff-04c6e90faac2675aa89e2176d2eec7d8) are clean? Or may be remove them?
@matheusrocha89 Im sorry but comments in code does needs like for me.
At now I only known with option **mode** ``` var editor = CodeMirror.fromTextArea(textarea, { mode: 'text/x-ini' }); ``` But how to pass mode option to the react-codemirror?