aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error
diff options
context:
space:
mode:
authorMatias Niemelàˆ2013-08-01 22:17:10 -0400
committerMisko Hevery2013-08-03 00:46:17 -0700
commit6e8bd786ba853613472f3864e48048a425c46823 (patch)
treef341aea0ca016d63f657ce64fda72cd9f6339d33 /docs/content/error
parent4ed5fc90b984bb704da8cb66dffab43cf78abefa (diff)
downloadangular.js-6e8bd786ba853613472f3864e48048a425c46823.tar.bz2
fix(ngAnimate): remove compound JS selector animations
Diffstat (limited to 'docs/content/error')
-rw-r--r--docs/content/error/animate/notcsel.ngdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/content/error/animate/notcsel.ngdoc b/docs/content/error/animate/notcsel.ngdoc
new file mode 100644
index 00000000..d8ceaa0e
--- /dev/null
+++ b/docs/content/error/animate/notcsel.ngdoc
@@ -0,0 +1,6 @@
+@ngdoc error
+@name $animate:notcsel
+@fullName Not class CSS selector
+@description
+
+Expecting a CSS selector for class. Class selectors must start with `.`, for example: `.my-class-name`.