Angularjs Introductory Course Cookies read-write operation example _angularjs

Source: Internet
Author: User

This article describes the Angularjs cookies read and write operation. Share to everyone for your reference, specific as follows:

Although it is easy to create and get cookies using JavaScript, ANGULARJS is encapsulated as a separate module, with the module named Ngcookies, as in the previous tutorial, First introduce angular-cookies.js:

<script type= "Text/javascript" src= "Angular-1.3.0.14/angular-cookies.js" ></script>

Then inject the Ngcookies module into our custom module:

var cookiesmod = angular.module ("Cookiesmod", [' ngcookies ']);

Here we need to inject the cookies read and write related service $cookiestore into the controller. Read and write operations through $cookiestore get and put methods .

Let's look at a complete case:

<! DOCTYPE html>  

We write cookies when the page is loaded, the cookie name is person, the value is {name: "Rongbo_j", age:23}, click the button to get the cookie information and pop it in the form of a dialog box.

Next look at the effect:

Angularjs Source can click here to download the site .

I hope this article will help you to Angularjs program design.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.