Suhard Damien

Results 8 comments of Suhard Damien

Clone https://github.com/abhisekp/yup-phone/issues/718

I have the problem on my project but it is available onto the tutorial (screenshot below) ![capture du 2019-02-05 11-33-23](https://user-images.githubusercontent.com/3070661/52267867-6fad9680-293a-11e9-807a-842ed1be0bad.png) that error is upcoming when I click on one selection...

It looks like good!

Hi, I'm just testing 1.6.6 version using webpack. It is OK when you do a `require('ng-material-datetimepicker');` but in general when you use require, it returns the name of module. For...

Hi, For ng-annotate-loader + latest babel loader gives : ` Module build failed (from ./node_modules/ng-annotate-loader/loader.js): NonErrorEmittedError: (Emitted value instead of an instance of Error) error: couldn't process source due to...

Yes I resolved it, I remove ng-annotate-loader from the webpack configuration and I use babel-plugin-angularjs-annotate. In my .babelrc ``` { "presets": [ // "env", "@babel/preset-env" ], "plugins": [ "angularjs-annotate" ]...