alain ibrahim

Results 72 comments of alain ibrahim

Your help is very appreciated thanks I tried your fix but it doesn't work for me. function calculateTimeUnits() { var timeUnits = {}; //will contains time with units console.log("calculateTimeUnits"+$attrs.startTime); //...

happy new year @scofield-ua thanks for taking time to make the codepen I try your code and work, in fact i use end-time option and still doesn't work http://codepen.io/anon/pen/rjBQWO?editors=1010 thanks

My solution, adding an id : `{{hours}}:{{minutes}}:{{seconds}}` And a service ``` vm.getTimer = function(duree){ var input = angular.element('#timer')[0]['innerText']; input = input.toLowerCase(); var elements = input.split(":"); return res = { "h":parseInt(elements[0]),...

wrapping with Touchable didn't work for me inside modal ? any update since ? thank you

i still have the 30 warning like this one `WARNING in ./node_modules/react-zoom-pan-pinch/dist/index.esm.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/.../node_modules/react-zoom-pan-pinch/src/utils/styles.utils.ts' file: Error: ENOENT: no such file or...

> > > > > even after installing `@kokarn/react-zoom-pan-pinch` > > what version? @kokarn/react-zoom-pan-pinch @ 2.1.15 it work now thanks :) I removed yarn cache completly and run `yarn install`...

when i use this option with number > 12 Gallery freeze and not open the right element. For example i have a list of 30 thumbnails, on click on thumbnail...

thanks vbuch. yes 2.1.4 work well, i fixed version to this ;)

how to get this fix please ? with npm the code don't have the "return String(index);"

edit: i ended with this function created based on your code, work for me ``` import smoothscroll from 'smoothscroll-polyfill'; smoothscroll.polyfill(); export function scrollToAnchor(id, offset = 0) { try { const...