Adam Bradley
1a8f6d745d
test(header): update header markup
2016-06-17 11:43:30 -05:00
Adam Bradley
d13fa4e2cf
refactor(structure): allow content to scroll under headers/footers
2016-06-16 11:28:02 -05:00
Justin Willis
9315c68c89
fix(decorators): changes to match angular style guide
2016-06-10 14:43:19 -05:00
Adam Bradley
e5522d2de8
chore(generators): remove use of custom decorators
2016-05-31 15:42:54 -05:00
Jad Salhani
9f2721709e
Removed redundant this.nav declaration ( #6244 )
...
`this.nav = nav` is already present due to the `public nav: NavController` declaration, having it in the constructor as well is redundant
2016-04-20 15:05:06 -05:00
andrewmcgivery
f61a57b9ee
Typescript generators
...
* @Inject to parameters()
Changed injection of Http to use parameters() instead of @Inject
* import map operator
Added import of map operator from rxjs
* Typescript Generator Support
Support for typescript generators
* Tabs -> spaces
* Changes From Tim's Feedback
2016-04-04 09:30:55 -05:00
Tim Lancina
1473011a89
chore(generators): remove constructor parameter decorators
...
Addresses #5671 .
2016-03-01 18:23:43 -06:00
Tim Lancina
3784f47cfa
fix(generate): output correct Sass import for pages
...
Closes #5641 .
2016-02-29 08:54:15 -06:00
Tim Lancina
1495a1353e
chore(generators): update Ionic imports
...
To be in line with 1cfca53f9 .
2016-02-22 16:47:47 -06:00
Tim Lancina
fa7d3bcb68
chore(generators): use @Inject for constructor params
...
Addresses https://github.com/driftyco/ionic/issues/5544 .
2016-02-22 09:49:10 -06:00
Tim Lancina
b22b5ff9c5
feat(generators): add Sass import reminder to page generator
...
Addresses https://github.com/driftyco/ionic/issues/5467
https://github.com/driftyco/ionic-cli/issues/773 .
2016-02-16 09:59:59 -06:00
Tim Lancina
d7b639e13b
chore(generators): remove templateVars, pass 'this' instead
2016-01-07 19:04:01 -06:00
Tim Lancina
44be634997
chore(): update generator directories
2016-01-07 19:04:01 -06:00
Tim Lancina
d8db91f8fd
fix(generators): update provider template name
2016-01-07 19:04:00 -06:00
Tim Lancina
10e0558cd1
chore(generators): update page generator
2016-01-07 19:04:00 -06:00
Eddie Lau 3dd13
65851c4404
update component, directive, injectable and page generator to work with latest folder structure
2015-12-29 16:35:16 +08:00
jbavari
b5b8294c79
Refactor(generate): Rename all instances of javascriptClassName to jsClassName, and the instances fileAndClassName to be fileName and cssClassName. Refactor generate have a defaultTemplates method that renders those options into the generator blueprint folder. Closes #410 .
2015-11-02 12:40:26 -07:00
jbavari
9205f400eb
Feature(generate): Add generate feature for tabs. Inquire each tab name, and generate the tabs therein
2015-10-30 16:35:28 -06:00
jbavari
219fb2c6e7
Refactor(generate): Remove comments and logging
2015-10-30 14:44:41 -06:00
jbavari
01fbaede20
Feature(generate): Add generators into the tooling/generators folder. Add in main file into package.json. Bump lodash to 3.10.1 for template and camelCase methods. Move lodash to dependencies from devDependencies. Have index.js require in the generate module.
2015-10-30 12:15:12 -06:00