generator-cg-angular
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ angular.module('<%= _.camelize(appname) %>', ['ui.bootstrap','ui.utils','<%= routerModuleName %>','ngAnimate']); |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ /*jslint node: true */ |
@@ -0,0 +0,0 @@ //Experimental |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ Customizing the Subgenerators |
@@ -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
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
52
170
62874