by Alex Shapovalov | Aug 29, 2021 | JavaScript
There are a number of DateTime pickers that work with AngularJs and Bootstrap, but the best I have found so far is Bootstrap 3 Datepicker Bootstrap 3 DateTimePicker. The only issue with this DateTimePicker does not work with AngularJs out of the box, but it’s...
by Alex Shapovalov | Aug 25, 2021 | JavaScript
It is a very common task to open a popup window in the browser to show some extra information to the user or, in my case, is to open a print-friendly version of the page. However, you need to be careful when implementing such a feature because if you do it...