diff options
| author | Matias Niemelä | 2013-05-13 14:06:50 +0100 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-05-13 14:09:03 +0100 |
| commit | 3e4d43b42c37b589eb75c740998b671de8a5f263 (patch) | |
| tree | 560d4b25ff3821b09fe12509160ef96de6ab34a0 /src/ng/directive/ngInclude.js | |
| parent | 3952d35abe334a0e6afd1f6e34a74d984d1e9d24 (diff) | |
| download | angular.js-3e4d43b42c37b589eb75c740998b671de8a5f263.tar.bz2 | |
docs(animation): fix code example to work with most recent ngAnimate
ngAnimate: Rename CSS classes in example code to work with new ngAnimate naming conventions
ngInclude: Include animations toggle in ngInclude example code
ngAnimate: Remove ms- prefix and fix up CSS animation example code
Diffstat (limited to 'src/ng/directive/ngInclude.js')
| -rw-r--r-- | src/ng/directive/ngInclude.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngInclude.js b/src/ng/directive/ngInclude.js index 1187c733..adcc46e5 100644 --- a/src/ng/directive/ngInclude.js +++ b/src/ng/directive/ngInclude.js @@ -33,7 +33,7 @@ * - Otherwise enable scrolling only if the expression evaluates to truthy value. * * @example - <example> + <example animations="true"> <file name="index.html"> <div ng-controller="Ctrl"> <select ng-model="template" ng-options="t.name for t in templates"> |
