<https://lh6.googleusercontent.com/-CL47T2gp414/VL8WcepREXI/AAAAAAAAAAM/WrTdc9wZfN4/s1600/piccc.png>
Hi boys:

          The version of angular that  i used is v1.3.4.The code i used 
like this .
<script src="angular.js"></script>
<script src="angular-cookies.js"></script>

<script>

angular.module('validateApp', ['ngCookies'])
.controller('validateCtrl', ['$cookies', function($cookies) {
  // Retrieving a cookie
  var favoriteCookie = $cookies.myFavorite;
  // Setting a cookie
  $cookies.myFavorite = 'oatmeal';
}]);
</script>

                 but ,when i press F12 in the chrome browser,i can not find 
the result in the browser.

<https://lh6.googleusercontent.com/-CL47T2gp414/VL8WcepREXI/AAAAAAAAAAM/WrTdc9wZfN4/s1600/piccc.png>

Who can help me ??



 

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to