diff options
Diffstat (limited to 'src/ng/directive/ngShowHide.js')
| -rw-r--r-- | src/ng/directive/ngShowHide.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ng/directive/ngShowHide.js b/src/ng/directive/ngShowHide.js index c22708c5..303db9c4 100644 --- a/src/ng/directive/ngShowHide.js +++ b/src/ng/directive/ngShowHide.js @@ -88,7 +88,7 @@   *     then the element is shown or hidden respectively.   *   * @example -  <example animations="true"> +  <example module="ngAnimate" deps="angular-animate.js" animations="true">      <file name="index.html">        Click me: <input type="checkbox" ng-model="checked"><br/>        <div> @@ -245,7 +245,7 @@ var ngShowDirective = ['$animate', function($animate) {   *     the element is shown or hidden respectively.   *   * @example -  <example animations="true"> +  <example module="ngAnimate" deps="angular-animate.js" animations="true">      <file name="index.html">        Click me: <input type="checkbox" ng-model="checked"><br/>        <div> | 
