Olivier Jacquemart

Results 13 comments of Olivier Jacquemart

Here is my solution using a directive. It uses the [MutationObserver](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) api to detect attributes changes on the scroll view port wrapper and then update the header top position. directive:...

+1 for a more specific task name.

There is a PR for validating html snippets, #14.

See https://github.com/ReactiveMongo/Play-ReactiveMongo/issues/43

Thanks @RomuloOliveira ! :)

I managed to get it work with a state reload: `$state.go($state.current.name, $stateParams, {reload: true});` But it is maybe not the most elegant situation?

I mean exiting a sticky state. I do a `$state.go('panel')` which is a sticky state. I just want to exit that sticky state by clicking on a button, for example....

I confirm. jsdom is missing. ``` "js-dom": "^0.0.1", "jsdom": "^9.9.1", ``` After cleaning node_modules & running npm install again, I have ``` TypeError: Unable to require `.d.ts` file. This is...

@rajinder-yadav I am on linux too. No probs with jsdom. If I switch to jsdom-no-contextify in the mocha-shim file, I got the following error: ``` 1) TodoListComponent calls service to...