mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(generators): remove cssClassName template var
This commit is contained in:
@ -56,7 +56,6 @@ Generator.prototype.renderTemplate = function(template) {
|
||||
var templateVars = {
|
||||
fileName: _.kebabCase(this.name),
|
||||
directory: this.directory,
|
||||
cssClassName: _.kebabCase(this.name),
|
||||
jsClassName: _.capitalize(_.camelCase(this.name))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user