CRUD with Angularjs

Asked

Viewed 2,250 times

3

I have a single-page and I need to save the value of a variable in the database. How to do this using angular js?

This variable gets the title of my single-page. This title will be customized by the customer.

Someone would have a tip on how to do this just using client-side technologies?

2 answers

3


1

Unfortunately I believe this is not possible using only technologies client-side (using file:// as repository) - Angularjs will need valid Urls.

Establish a local HTTP service (Nodejs, IIS and Apache are some candidates) and serve your files from them.

As for client-side databases, one suggestion is Indexeddb.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.