Click here to Skip to main content
16,004,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am moving my code into AngularJs. i use SignalR to "lock" records in my kendo table. usually the server pushes notification to the clients but on startup I need it to check for any existing locks. I used to do this within the $connection.start().done(function(){}); but now that I am using AngularJs I don't think I can still use that (can I? maybe I'm wrong from the start).

I have seen some examples of using factories, but being a n00b with AngularJs I don't see how to perform these "on connection start" function.

Could someone help me with examples or an easy tutorial link, please ^_^


If you would like to see my old js or new angular code, just ask if you think it's relevant.

Thanks ^_^
Andy

PS: I am using web forms so no MVC, please. I haven't got to grips with that yet either, but I guess Angular is similar?
Posted
Updated 1-Sep-15 5:47am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900