From 9e9bdbdc405b6afecd2e536e375c9d8fe40f110b Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 15 Oct 2010 15:28:58 -0700 Subject: JSON parser is now strict (ie, expressions are not allowed for security) Close #57 --- src/angular-bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/angular-bootstrap.js') diff --git a/src/angular-bootstrap.js b/src/angular-bootstrap.js index 581f4ff9..4c95e8b0 100644 --- a/src/angular-bootstrap.js +++ b/src/angular-bootstrap.js @@ -43,7 +43,7 @@ addScript("/Scope.js"); addScript("/Injector.js"); addScript("/jqLite.js"); - addScript("/Parser.js"); + addScript("/parser.js"); addScript("/Resource.js"); addScript("/Browser.js"); addScript("/AngularPublic.js"); -- cgit v1.2.3