Skip to content

Commit 0f505e6

Browse files
committed
style(js): fixed formatting
1 parent 0ede1af commit 0f505e6

6 files changed

Lines changed: 6 additions & 18 deletions

File tree

src/app/about/about.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ angular.module('ngDevstack.about')
1515
pageTitle: 'About'
1616
}
1717
});
18-
})
19-
20-
;
18+
});

src/app/about/about.controller.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
angular.module('ngDevstack.about')
44

55
.controller('AboutCtrl', function ($scope) {
6-
})
7-
8-
;
6+
});

src/app/app.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ angular.module('ngDevstack')
3333

3434
return path + '/?' + params.join('&');
3535
});
36-
})
37-
38-
;
36+
});

src/app/app.controller.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ angular.module('ngDevstack')
1212
$scope.pageTitle = toState.data.pageTitle + ' | ng-devstack';
1313
}
1414
});
15-
})
16-
17-
;
15+
});

src/app/home/home.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ angular.module('ngDevstack.home')
1515
pageTitle: 'Home'
1616
}
1717
});
18-
})
19-
20-
;
18+
});

src/app/home/home.controller.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
angular.module('ngDevstack.home')
44

55
.controller('HomeCtrl', function ($scope) {
6-
})
7-
8-
;
6+
});

0 commit comments

Comments
 (0)