generator-cg-angular
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -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 |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -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.0", | ||
"version": "3.1.1", | ||
"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 | ||
------------- | ||
* 6/10/2014 - v3.1.1 - Fix for backslashes being used in injected routes/tags on subgenerators. | ||
* 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. | ||
@@ -159,0 +160,0 @@ * 3/10/2014 - v3.0.2 - Fix for directive files not being named correctly. Fix for htmlmin from affecting some Bootstrap styles. |
@@ -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 |
@@ -80,2 +80,3 @@ var path = require('path'); | ||
} | ||
injectFileRef = injectFileRef.replace(/\\/g,'/'); | ||
var lineTemplate = _.template(config.template)({filename:injectFileRef}); | ||
@@ -89,2 +90,4 @@ exports.addToFile(configFile,lineTemplate,config.marker); | ||
routeUrl = routeUrl.replace(/\\/g,'/'); | ||
if (uirouter){ | ||
@@ -91,0 +94,0 @@ var code = '$stateProvider.state(\''+name+'\', {\n url: \''+route+'\',\n templateUrl: \''+routeUrl+'\'\n });'; |
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
64473
1005
169