angular-cookies
Advanced tools
Comparing version 1.4.0-beta.4 to 1.4.0-beta.5
/** | ||
* @license AngularJS v1.4.0-beta.4 | ||
* @license AngularJS v1.4.0-beta.5 | ||
* (c) 2010-2015 Google, Inc. http://angularjs.org | ||
@@ -4,0 +4,0 @@ * License: MIT |
/* | ||
AngularJS v1.4.0-beta.4 | ||
AngularJS v1.4.0-beta.5 | ||
(c) 2010-2015 Google, Inc. http://angularjs.org | ||
@@ -4,0 +4,0 @@ License: MIT |
{ | ||
"name": "angular-cookies", | ||
"version": "1.4.0-beta.4", | ||
"version": "1.4.0-beta.5", | ||
"main": "./angular-cookies.js", | ||
"ignore": [], | ||
"dependencies": { | ||
"angular": "1.4.0-beta.4" | ||
"angular": "1.4.0-beta.5" | ||
} | ||
} |
{ | ||
"name": "angular-cookies", | ||
"version": "1.4.0-beta.4", | ||
"version": "1.4.0-beta.5", | ||
"description": "AngularJS module for cookies", | ||
"main": "angular-cookies.js", | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -17,17 +17,8 @@ # packaged angular-cookies | ||
Add a `<script>` to your `index.html`: | ||
```html | ||
<script src="/node_modules/angular-cookies/angular-cookies.js"></script> | ||
``` | ||
Then add `ngCookies` as a dependency for your app: | ||
```javascript | ||
angular.module('myApp', ['ngCookies']); | ||
angular.module('myApp', [require('angular-cookies')]); | ||
``` | ||
Note that this package is not in CommonJS format, so doing `require('angular-cookies')` will | ||
return `undefined`. | ||
### bower | ||
@@ -60,3 +51,3 @@ | ||
Copyright (c) 2010-2012 Google, Inc. http://angularjs.org | ||
Copyright (c) 2010-2015 Google, Inc. http://angularjs.org | ||
@@ -63,0 +54,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
205
11843
69