winjs / angular-winjs

Project to smooth the AngularJS/WinJS interaction
Other
126 stars 46 forks source link

Filtering listView issue #95

Open ArvidHamersma opened 8 years ago

ArvidHamersma commented 8 years ago

When I want to filter a listview I get an error in the log console. I made an example in JSFiddle

Odonno commented 8 years ago

@ArvidHamersma Your example works for me.

ArvidHamersma commented 8 years ago

In Chrome I receive this error. With IE there is no error.

The error in the consol in Chrome is Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!

Odonno commented 8 years ago

Weird, it works for me on both Firefox and Chrome.

ArvidHamersma commented 8 years ago

Strange... The version of Chrome is 47.0.2526.106 m (64-bit). Java is version 8 update 66 (build 1.8.0_66-b18) OS is Windows 10 Enterprise Angular.winJS 4.4.0 Angularjs 1.4.8 WinJS 4.4.0

Odonno commented 8 years ago

Oh, yes. Now I have this error on my W8.1 device on both IE and Chrome. It seems like there is a $apply somewhere that should be removed.

Chrome : 47.0.2526.106 m IE: 11.0.9600.18125 OS is Windows 8.1 Pro

ArvidHamersma commented 8 years ago

With ordering I get the same error the same error

humale commented 8 years ago

@ArvidHamersma Any updates on this issue? Did you end up finding the problem?

ArvidHamersma commented 8 years ago

I didn't look in to it. I did the filtering in the the angular controller as work around.