UNPKG
generator-ionicgenerator
Version:
latest (0.0.0)
0.0.0
An Ionic app, custom with gulp and sass
generator-ionicgenerator
/
generators
/
app
/
templates
/
www
/
js
/
controllers.js
6 lines
(4 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
angular.module(
'<%= name %>.controllers'
, []) .controller(
'HomeController'
,
function
(
$scope
) { //code });