diff options
| author | Peter Bacon Darwin | 2014-02-13 23:22:02 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:43 +0000 |
| commit | 457cf0a702d0af897e80c7bc6c196431c73fad8a (patch) | |
| tree | d6cd25608adaced93e935f901de7ecd811b5346f /src/ng/directive/ngSwitch.js | |
| parent | 8c121b94e7cfe9fd3e0f0acfb238a23156ea4093 (diff) | |
| download | angular.js-457cf0a702d0af897e80c7bc6c196431c73fad8a.tar.bz2 | |
docs(examples): fix example dependencies
Diffstat (limited to 'src/ng/directive/ngSwitch.js')
| -rw-r--r-- | src/ng/directive/ngSwitch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js index 59cef79b..92594978 100644 --- a/src/ng/directive/ngSwitch.js +++ b/src/ng/directive/ngSwitch.js @@ -53,7 +53,7 @@ * * * @example - <example animations="true"> + <example module="ngAnimate" deps="angular-animate.js" animations="true"> <file name="index.html"> <div ng-controller="Ctrl"> <select ng-model="selection" ng-options="item for item in items"> |
