Manjunath DR

Results 3 issues of Manjunath DR

```js var templatePath = require('../templatePath'); var controllerPath = require('../ControllerPath'); $scope.loadNgModules = function(templatePath, controllerPath) { var files = []; if (templatePath) files.push({ type: 'html', path: templatePath }); if (controllerPath) files.push({ type:...

![image](https://user-images.githubusercontent.com/16288575/29122312-82a16ae0-7d2f-11e7-9ddf-f1d08f34ac78.png) Error message: ```js VM291:712 Refused to load the script 'https://www.youtube.com/iframe_api' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval'". ```

We have encountered an issue with the schema validation where it does not correctly enforce the schema structure, specifically for cases where the type of certain properties is incorrect. For...