Nicola Peduzzi

Results 40 comments of Nicola Peduzzi

thanks @marksy, removing the bindonce fixed this for me too. from: ``` ``` to (notice there is no `::` before `images`) ``` ```

I was almost able to install with npm using `npm i --save-dev doshprompt/angular-localization#1.5.0` but the `main` configuration in `package.json` [here](https://github.com/doshprompt/angular-localization/blob/master/package.json#L5) is wrong, it should just be ``` "main": "dist/angular-localization.js" ```...

What I do for the moment is something like: ``` ``` Which works just fine for a single/plural case avoiding filters.

some context / example code would be helpful!

Yep it freezes, I'm trying to understand if it is a directive problem or a flexslider one. Did you find out anything?

Hi there, could you give us a code snippet to explain the use case? thanks!

From that example I'd try to have the expression like so: ``` flex-slide="item in collection | filter:mySearch track by $index" ``` That said a `$watchColleciton` is used to track changes...

That should occur. could you provide a code example please?

could you upload the code not working for you in a [plunkr](http://plnkr.co/edit/w3sryy)