Trevor Casey
Trevor Casey
After some investigation I found that updating the `currentDate` from within the `PickerCtrl.prototype.configureNgModel` allowed me to update the `date-time-header` however I'm still having issues with updating the `sm-calender`. From what...
No, this is a different issue with the date picker. I have made a fix for it and will make a pull request.
@ddgrimmson418 You can change the the last part of the for loop for the `TimePickerCtrl.prototype.buildMinuteCells` That's where it creates the minute cells so if you want every 5 minutes for...
I'm running into a similar issue. When I run `yarn build` my components seem to propagate correctly into `./lib` & `./src`.But what I'm seeing is something that prevents multiple components...
I'm also running into this issue without the `--watch` flag