Coming back to a side project after a year can be pretty painful. I actually wanted to see how it goes with Typolino. Is the CI/CD pipeline still working? Can I easily upgrade my dependencies and add new features? A product should grow with your clients and Typolino is no different. My kids get older… Continue reading Typolino – Adding Features (one year later)
Category: AngularJS
AngularJS allow invalid values to be set on the model
The default behavior of AngularJS when you have a validator on an input field is to set the model to undefined if the validation failed. This might be convenient for most cases, but sometimes you want to have the invalid value in your model. It is really easy to tell Angular to allow invalid values on your… Continue reading AngularJS allow invalid values to be set on the model
Docker
Lately I had a short presentation about Docker for which I created some slides. The idea was to run the presentation (AngularJS, HTML, CSS) inside a container. You can find the presentation here. Maybe you find it useful.