From d6b82f1996dbf2eef9d28a0029960b6ad0f23473 Mon Sep 17 00:00:00 2001 From: amagee Date: Sat, 1 Mar 2014 14:53:06 +1100 Subject: [PATCH] Update btstrpd.ngdoc Ran into this error and the documentation wasn't helpful, ended up finding I'd loaded AngularJS scripts twice. This addition would have solved my problem. --- docs/content/error/ng/btstrpd.ngdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/error/ng/btstrpd.ngdoc b/docs/content/error/ng/btstrpd.ngdoc index 401e276720fa..d79fc8a290d2 100644 --- a/docs/content/error/ng/btstrpd.ngdoc +++ b/docs/content/error/ng/btstrpd.ngdoc @@ -27,3 +27,5 @@ Note that for bootrapping purposes, the `` element is the same as `documen ``` + +You can also get this error if you accidentally load AngularJS itself more than once.