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

generator-cg-angular

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-cg-angular - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

todo.txt

0

app/index.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ angular.module('<%= _.camelize(appname) %>', ['ui.bootstrap','ui.utils','<%= routerModuleName %>','ngAnimate']);

@@ -0,0 +0,0 @@ /*jslint node: true */

@@ -0,0 +0,0 @@ //Experimental

@@ -0,0 +0,0 @@ Customizing the Subgenerators

2

directive/index.js

@@ -47,3 +47,3 @@ 'use strict';

this.htmlPath = path.join(this.dir,this.name + '.html');
this.htmlPath = path.join(this.dir,this.name + '.html').replace(/\\/g,'/');;

@@ -50,0 +50,0 @@ cgUtils.processTemplates(this.name,this.dir,'directive',this,defaultDir,configName,this.module);

@@ -0,0 +0,0 @@ describe('<%= _.camelize(name) %>', function() {

@@ -0,0 +0,0 @@ angular.module('<%= appname %>').directive('<%= _.camelize(name) %>', function() {

@@ -0,0 +0,0 @@ describe('<%= _.camelize(name) %>', function() {

@@ -0,0 +0,0 @@ angular.module('<%= appname %>').directive('<%= _.camelize(name) %>', function() {

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ describe('<%= _.camelize(name) %>', function() {

@@ -0,0 +0,0 @@ angular.module('<%= appname %>').filter('<%= _.camelize(name) %>', function() {

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ describe('<%= ctrlname %>', function() {

@@ -0,0 +0,0 @@ angular.module('<%= appname %>').controller('<%= ctrlname %>',function($scope){

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ angular.module('<%= _.camelize(name) %>', ['ui.bootstrap','ui.utils','<%= routerModuleName %>','ngAnimate']);

{
"name": "generator-cg-angular",
"version": "3.1.1",
"version": "3.1.2",
"description": "Yeoman Generator for Enterprise Angular projects.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ describe('<%= ctrlname %>', function() {

@@ -0,0 +0,0 @@ angular.module('<%= appname %>').controller('<%= ctrlname %>',function($scope){

@@ -157,2 +157,3 @@ #generator-cg-angular

-------------
* 7/6/2014 - v3.1.2 - Fix for directive template URLs with backslashes on Windows.
* 6/10/2014 - v3.1.1 - Fix for backslashes being used in injected routes/tags on subgenerators.

@@ -159,0 +160,0 @@ * 5/1/2014 - v3.1.0 - New subgenerators for modules and modals. Replaced grunt-contrib-jasmine with grunt-karma. Karma allows us to test against actual browsers other than PhantomJS.

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ describe('<%= _.camelize(name) %>', function() {

@@ -0,0 +0,0 @@ angular.module('<%= appname %>').factory('<%= _.camelize(name) %>',function() {

@@ -0,0 +0,0 @@ /*global describe, beforeEach, it*/

@@ -0,0 +0,0 @@ /*global describe, beforeEach, it*/

@@ -0,0 +0,0 @@ Upgrading Projects from v2.x to v3.0

@@ -0,0 +0,0 @@ var path = require('path');

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

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

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