angular-jsdoc
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -26,3 +26,3 @@ /*global env: true */ | ||
caption: caption || '', | ||
code: code || example | ||
code: (code || example).replace(/</g,'<') | ||
}; | ||
@@ -29,0 +29,0 @@ }); |
{ | ||
"name": "angular-jsdoc", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "JsDoc Plugin and Template for AngularJs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4412055