John O'Connor

Results 27 comments of John O'Connor
trafficstars

No, sorry. The directive passes a set list of parameters (callback function, search text and item offset). You could set a value on the scope, though, and pick that up...

I am starting to move over to the "controller as" syntax, so will look into it soon.

OK, I'll see if I can do something to correct that. John

I've not seen this error before, but when I google it, it I can see that it's thrown by angular itself if it doesn't find a single div (or other...

Yes, good point. It may need a new option, or perhaps the flag just shouldn't get set to false. I'll look into it. John

It's not something I'm planning to add at the moment, as I think it would involve a lot of rework.

Yes, OK, I'll add to my to do list.

Hi Parteek, I know it works with IE8 onwards, but I don't have access to any machines with IE7, so it's not something I can easily address. I know that...

I have IE10, but if I switch the Browser Mode to IE7 in the debugger tools, I can get it to work with angular 1.2.7. With angular 1.2.26 it fails...

If IE7 works in quirks mode, this article may solve your problem:- http://www.charliecochran.com/blog/index.php/how-to-force-quirks-mode-in-ie7-but-keep-to-standards-mode-in-ie8-and-other-browsers/ Alternatively, you may be able fix it with the x-ua-compatible http header, depending on which other IE...