From 6741b361f6cc4eb016537f2521203ad1f4f04171 Mon Sep 17 00:00:00 2001 From: glenr4 Date: Thu, 7 Apr 2016 10:34:25 +1000 Subject: [PATCH] docs(ngAnimate): Fix for toggle button The toggle button code on line 153 only sets bool to true, rather than toggling it. The proposed change fixes this. --- src/ngAnimate/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngAnimate/module.js b/src/ngAnimate/module.js index 8e6d356afaa0..61144b1a9026 100644 --- a/src/ngAnimate/module.js +++ b/src/ngAnimate/module.js @@ -130,7 +130,7 @@ *
* Show and hide me *
- * + * * *