navigation - Durandal local caching -
i building spa using durandal , asp.net web api.
i retrieve dictionary table (lookup table) , cache on client side.. have viewmodel
dictionary: ko.observablearray([])
and access in other module when needed.
the goal avoid reading of list server during application's lifetime.
any ideas (examples welcome)
ladies , gentlemen, answer simple , staring me in face : arm modules singletons , live lifetime of application. http://durandaljs.com/documentation/creating-a-module.html
Comments
Post a Comment