From c145b840cef1e80f80e6c34048ca2603d341a1e7 Mon Sep 17 00:00:00 2001 From: gdi2290 Date: Wed, 20 Nov 2013 14:17:11 -0800 Subject: [PATCH] docs(faq): update compressed and minified file size --- docs/content/misc/faq.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/misc/faq.ngdoc b/docs/content/misc/faq.ngdoc index 93e18daae05d..bfa2616c500a 100644 --- a/docs/content/misc/faq.ngdoc +++ b/docs/content/misc/faq.ngdoc @@ -67,7 +67,7 @@ illustration we typically build snappy apps with hundreds or thousands of active ### How big is the angular.js file that I need to include? -The size of the file is < 29KB compressed and minified. +The size of the file is < 36KB compressed and minified. ### Can I use the open-source Closure Library with Angular?