EmberJS

Last week, I gave a talk about EmberJS. As a long time user of AngularJS 1.x some people were expecting a comparaison between these two frameworks. My point was more about what is Ember, what is the good and the bad with this framework. I was hoping to give to people the envy of trying it. And after the talk some of them told me that they will try. I am currently working on a simple hands-on training on EmberJS. I will probably provide it in few weeks in Paris. Let me know in the comments if you are interested. ...

February 9, 2016 · 1 min · 107 words · Sylvain Cau

ngMockStorage

Hi guys, I just released a first version of a new library for AngularJS. The idea is to have a mock in your AngularJS application, but not deployed on the back side. With this kind of mock you are able to deploy an offline sandbox version of your website. The library decorates the $http service and uses the localStorage or sessionStorage to store your data. You will find the library there : github / npm ...

December 21, 2015 · 2 min · 297 words · Sylvain Cau