kotmatpockuh
kotmatpockuh
``` function encodeUriQuery(val, pctEncodeSpaces?) { return encodeURIComponent(val).replace(/%40/gi, '@').replace(/%3A/gi, ':').replace(/%24/g, '$').replace(/%2C/gi, ',').replace(/%20/g, (pctEncodeSpaces ? '%20' : '+')); } ``` it's impossible to specify anywhere: whether I want to EncodeSpaces or not
I have an error about using `'in' intlTelInputUtilsis undefined` in utils.js `this` is undefined... `Uncaught TypeError: Cannot use 'in' operator to search for 'intlTelInputUtils' in undefined`
If i set title like this: **title="{{ 'NAME' | translate }}"** i'll get errors in console... Please add support of this translation plugin: https://github.com/angular-translate/angular-translate
Is it possible to highlight icon when calendar is active (opened)? http://prntscr.com/ga1uh0
https://wpml.org/forums/topic/wpml-and-portfolio-blog-or-other-taxonomy-in-aqua-page-builder/
Is it possible (if yes then how?) to use this library with v1.0?
Is it real to use this module to replace default scrollbar in textarea? if yes then how?
For example in css i set min-height for tile, but when i load page - height is calculated with a little bit of "magic". And it cause some "bad" .top...
If i set such code in .php template: ``` ``` first 7 look normally. But! if i click load more, i get: http://i.imgur.com/sklg9DT.png why? also if i set (for example)...
For example how to generate new components etc...