diff options
| author | Di Peng | 2011-07-19 11:45:34 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-07-26 14:21:13 -0700 |
| commit | f3e04fbd6a3ce9d84dec5052233a0712c2273859 (patch) | |
| tree | 48c26325987846bc8931a490193ae82687d4ffa4 /src/Angular.js | |
| parent | 00ea08e0ab2a0154e168e63f2505d885bbca9096 (diff) | |
| download | angular.js-f3e04fbd6a3ce9d84dec5052233a0712c2273859.tar.bz2 | |
fix(ng:show/ng:hide): use jqLite.show/jqLite.hide
The previous implementation didn't handle situation when in css
something was hidden with a cascaded display:none rule and then we
wanted to show it.
Unfortunatelly our test doesn't test this scenario because it's too
complicated. :-/
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js index 28ece3d1..aeb1db4f 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -69,7 +69,6 @@ var _undefined = undefined, $function = 'function', $length = 'length', $name = 'name', - $none = 'none', $noop = 'noop', $null = 'null', $number = 'number', |
