Hi All, 

Angularjs UI tree filtering feature is not working at child level however 
it is working fine at group level. For example if we type node1 or node2 
filtering works fine, but if we type node1.2 or node2.1, filtering won't 
work properly. Please find 
http://plnkr.co/edit/paTTL33sOffTGJJxC3j5?p=preview.

If I add the following code to my script.js file everything is scrapping 
out. So I have commented that part. 

angular.module('folderApp', ['ui.tree',  'ui.tree-filter',  'ui.highlight'])
 .filter('trust', function ($sce) {
            return function (val) {
                return $sce.trustAsHtml(val);
            };
        });


     I am using angularjs ui tree filter from 
github.com/EE/angular-ui-tree-filter

Any help please. Thanks in advance. 

Regards, 


-- 
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