Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4f72433

Browse files
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
1 parent 2f91cfd commit 4f72433

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ng/directive/ngIf.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
padding:10px;
6060
}
6161
62-
/*
63-
The transition styles can also be placed on the CSS base class above
64-
*/
6562
.animate-if.ng-enter, .animate-if.ng-leave {
6663
-webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
6764
transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;

0 commit comments

Comments
 (0)