Skip to content

Articles from Marc Perrin-Pelletier

Stateful modals with Angular UI router

July 03, 2015Marc 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 UI router and…

Continue reading →

Third-party proxy redirections in Angular app

March 17, 2015Marc 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 like: The proxy is the door to your…

Continue reading →