I am building a Chrome Packaged App, where according to CSP I am not allowed to use eval() method. Now since I'm using JQuery (version 1.10.2) and AngularJS (version 1.0.6), one of the library method calls JQuery globalEval internally. (globalEval calls eval internally, which can not be used in this context)I am building a Chrome Packaged App, where acco