From 4f724333923c7eb46dbef595b2fd9ccf86b8db39 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 17 Dec 2013 11:59:29 +0000 Subject: 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 --- src/ng/directive/ngIf.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ng/directive/ngIf.js') 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; -- cgit v1.2.3