gulp-ng-html2js
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -20,2 +20,5 @@ var util = require("util"); | ||
/** | ||
* Converts HTML files into Javascript files which contain an AngularJS module which automatically pre-loads the HTML | ||
* file into the [$templateCache](http://docs.angularjs.org/api/ng.$templateCache). This way AngularJS doens't need to | ||
* request the actual HTML file anymore. | ||
* @param [options] - The plugin options | ||
@@ -22,0 +25,0 @@ * @param [options.moduleName] - The name of the module which will be generated. When omitted the fileUrl will be used. |
{ | ||
"name": "gulp-ng-html2js", | ||
"version": "0.1.1", | ||
"description": "A Gulp plugin which generates Javascript code which loads the HTML files of your AngularJS app into the $templateCache.", | ||
"version": "0.1.2", | ||
"description": "A Gulp plugin which generates AngularJS modules, which pre-load your HTML code into the $templateCache. This way AngularJS doens't need to request the actual HTML files anymore.", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "gulpplugin", |
17722
340