Skip to content
Logo Theodo

Articles from Marc Perrin-Pelletier

Stateful modals with Angular UI router

Marc Perrin-Pelletier3 min read

Stateful modals with Angular UI router Modals are very useful to capture user focus, thus enhancing user experience.Their use was largely popularized by Twitter Bootstrap and now by its Angular-equivalent: Angular UI Bootstrap. This article assumes you are familiar with the Angular…

Continue reading →

Third-party proxy redirections in Angular app

Marc Perrin-Pelletier4 min read

If you've ever developed web applications for a large company, you must be familiar with having authentication done by a third-party proxy. And by third-party I mean handled by another team. This is what our full stack javascript app architecture looks…

Continue reading →