summaryrefslogtreecommitdiff
path: root/www/lib/angular-animate/README.md
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-09-17 12:32:47 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-09-17 12:32:47 -0400
commit7c385a7877aa4b0163dda6206f656846db2cf039 (patch)
tree0dd09ef3261f0eca43cda22d27ab3a431ad1cd2f /www/lib/angular-animate/README.md
parenta0b74399c4f1a7754029e1fd7f4be3b20836404a (diff)
iOS9 fixes (which includes ionic updates to 1.1.0)
Diffstat (limited to 'www/lib/angular-animate/README.md')
-rw-r--r--www/lib/angular-animate/README.md13
1 files changed, 2 insertions, 11 deletions
diff --git a/www/lib/angular-animate/README.md b/www/lib/angular-animate/README.md
index 930b5dcc..8313da67 100644
--- a/www/lib/angular-animate/README.md
+++ b/www/lib/angular-animate/README.md
@@ -14,21 +14,12 @@ You can install this package either with `npm` or with `bower`.
npm install angular-animate
```
-Add a `<script>` to your `index.html`:
-
-```html
-<script src="/node_modules/angular-animate/angular-animate.js"></script>
-```
-
Then add `ngAnimate` as a dependency for your app:
```javascript
-angular.module('myApp', ['ngAnimate']);
+angular.module('myApp', [require('angular-animate')]);
```
-Note that this package is not in CommonJS format, so doing `require('angular-animate')` will
-return `undefined`.
-
### bower
```shell
@@ -56,7 +47,7 @@ Documentation is available on the
The MIT License
-Copyright (c) 2010-2012 Google, Inc. http://angularjs.org
+Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal