Muhammed Athimannil

Results 8 issues of Muhammed Athimannil

Is there any option in **angular-moment** to show the user age Here is the current one ``{{'1980-05-15'| amDifference : null : 'years'}}`` which show **-37** Looking for solution without minus.

I have been testing for barchart border which is failed :( please any one help me to make border for the barchart ``` efficiency.barchart(0, 0, 150, 100, [ [55, 20,...

Import new styles and details through. ```appStyles: ./src/scss/app.scss``` but unfortunately `autoprefix` or any css fix not working from the webpack 😞 **webpack.config.js** ``` const webpack = require('webpack'); const path =...

question

A function needs to execute before move to the next page. The issue might some javascript conflict with push.js not calling the function before move to the page :( ```...

js

@scheffield Could you help me to fix this please ? https://stackoverflow.com/questions/34613948/angularjs-ng-bind-html-not-working-with-twimoji

Is there any option to fill column background color with `fillColor: '#dedede'` ? **fillColor** works in tablecell very well at the same time it doesn't work for column :( ```...

feature request
column

I am writing Unit Test for openseadragon react component in Cypress. Is there option in opneseadragon to know the image is loaded. React component is ``` const { DEV }...

question

There is option to disable specific dates ``` ``` Is there option to disable all the weekends (Saturday and Sunday) ? With like `Date.getDay() === 0 || Date.getDay() === 6)`