diff options
Diffstat (limited to 'src/ng/animate.js')
| -rw-r--r-- | src/ng/animate.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/animate.js b/src/ng/animate.js index 11a287e6..55eb0a3f 100644 --- a/src/ng/animate.js +++ b/src/ng/animate.js @@ -36,7 +36,7 @@ var $AnimateProvider = ['$provide', function($provide) { * triggered. * * - *<pre> + * ```js * return { * eventFn : function(element, done) { * //code to run the animation @@ -46,7 +46,7 @@ var $AnimateProvider = ['$provide', function($provide) { * } * } * } - *</pre> + * ``` * * @param {string} name The name of the animation. * @param {function} factory The factory function that will be executed to return the animation |
