Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-templates-brunch

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-templates-brunch - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/index.js

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc