I've created a model called "cliente" and then created a local storage "objCliente" of type "cliente"
when I run the code
alert(Apperyio.storage.objCliente.get());
it returns a message "undefined"
Is it mandatory to bind any local storage to a db service?
I didn't do it!
Is it necessary to initialize before use a storage variable based on a Model?