Sorry, nothing.
I've just googled some ways to implement javascript function in controller 
but nothing found that would explain.
Plus as I understood your solution would make sense If I had an array like 
here  http://jsfiddle.net/gFGFN/7/ 
<http://www.google.com/url?q=http%3A%2F%2Fjsfiddle.net%2FgFGFN%2F7%2F&sa=D&sntz=1&usg=AFQjCNHTzjQlx6Zp-w7jFOuI5dp0vC3qBQ>
 for 
example. But in my own test project I have something like that:  *<td 
ng-bind-html="name.surname | highlight:search.$"></td> *That is using for 
highlight text that is in "input element". 
Is there a much more simple way to make that I want? 

On Wednesday, June 18, 2014 3:10:28 PM UTC+4, Sander Elias wrote:
>
> Hi Nomore,
>
> You need to make an lookuptable and replace all the characters in the 
> string with versions without diacritics. then you can do the filtering on 
> the strings without those. Keeping both versions of the sting enables you 
> to display with, and search without them.
>
> Does that make sense?
>
> Regards
> Sander
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to