ng-templates-brunch
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "ng-templates-brunch", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Wrap templates in an AngularJS module for Brunch.IO", | ||
@@ -5,0 +5,0 @@ "author": { |
# Wrap templates in an AngularJS module for Brunch.IO<br/>[![Dependency Status](https://david-dm.org/kenhkan/ng-templates-brunch.png)](https://david-dm.org/kenhkan/ng-templates-brunch) [![Stories in Ready](https://badge.waffle.io/kenhkan/ng-templates-brunch.png)](http://waffle.io/kenhkan/ng-templates-brunch) | ||
For each template, wrap around in a shared AngularJS module called | ||
`app.templates` by default with each template file's path as the template URL. | ||
`templates` by default with each template file's path as the template URL. | ||
See [$templateCache](http://docs.angularjs.org/api/ng.$templateCache) for more | ||
@@ -30,3 +30,3 @@ information. | ||
3. Your app module must require an `app.templates` module: | ||
3. Your app module must require an `templates` module: | ||
@@ -36,3 +36,3 @@ ```coffee | ||
... | ||
'app.templates' | ||
'templates' | ||
... | ||
@@ -57,3 +57,3 @@ ]); | ||
Default: `app.templates` | ||
Default: `templates` | ||
@@ -60,0 +60,0 @@ ```coffee |
Sorry, the diff of this file is not supported yet
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
4413
6
20
0