angular-jsdoc
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -7,2 +7,3 @@ /*global env: true */ | ||
var jsTemplate = require('js-template'); | ||
var marked = require('marked'); | ||
@@ -95,2 +96,3 @@ var helper = require('jsdoc/util/templateHelper'); | ||
data.basePath = __dirname; | ||
data.marked = marked; | ||
@@ -97,0 +99,0 @@ var layoutPath = path.join(templatePath, 'html', 'layout.html'); |
{ | ||
"name": "angular-jsdoc", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "JsDoc Plugin and Template for AngularJs", | ||
@@ -21,2 +21,3 @@ "main": "index.js", | ||
"jsdoc": "3.3.2", | ||
"marked": "^0.3.5", | ||
"q": "^1.4.1" | ||
@@ -23,0 +24,0 @@ }, |
@@ -31,7 +31,5 @@ (function () { | ||
* To invoke the event, use $scope.$emit or $scope.$broacast. | ||
* i.e. <map init-event="init-map" ng-click="$emit('init-map')" center=... ></map> | ||
* @attr {String} <MapOption> Any Google map options, | ||
* https://developers.google.com/maps/documentation/javascript/reference?csw=1#MapOptions | ||
* @attr {String} <MapEvent> Any Google map events, | ||
* https://rawgit.com/allenhwkim/angularjs-google-maps/master/build/map_events.html | ||
* i.e. `<map init-event="init-map" ng-click="$emit('init-map')" center=... ></map>` | ||
* @attr {String} <MapOption> [Any Google map options](https://developers.google.com/maps/documentation/javascript/reference?csw=1#MapOptions) | ||
* @attr {String} <MapEvent> [Any Google map events](https://rawgit.com/allenhwkim/angularjs-google-maps/master/build/map_events.html) | ||
* @example | ||
@@ -38,0 +36,0 @@ * Usage: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2202796
4500
4
+ Addedmarked@^0.3.5