aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-12-17 11:59:29 +0000
committerPete Bacon Darwin2013-12-17 11:59:29 +0000
commit4f724333923c7eb46dbef595b2fd9ccf86b8db39 (patch)
tree479b400415b31d62b6004a9f474ae1b2261b7177 /src/ng/directive
parent2f91cfd0d2986899c38641100c1851b2f9d3888a (diff)
downloadangular.js-4f724333923c7eb46dbef595b2fd9ccf86b8db39.tar.bz2
docs(ngIf): remove invalid comment from CSS
We cannot use valid /* ... */ CSS comments in examples because they break the parsing of the ngdoc comments. We can't use inline // comments because these are not valid in CSS. We could use the //!annotate extension to the ngdoc parser but this does not seem to be working. It is best to simply remove this line. Closes #5234
Diffstat (limited to 'src/ng/directive')
-rw-r--r--src/ng/directive/ngIf.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js
index a05d30d0..e132f13b 100644
--- a/src/ng/directive/ngIf.js
+++ b/src/ng/directive/ngIf.js
@@ -59,9 +59,6 @@
padding:10px;
}
- /*
- The transition styles can also be placed on the CSS base class above
- */
.animate-if.ng-enter, .animate-if.ng-leave {
-webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;