Skip to content

Commit fa27405

Browse files
committed
adds a basic skeleton to the controller files
1 parent 675d084 commit fa27405

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
app.controller('AboutCtrl', ['$scope', function($scope) {
2+
3+
}]);
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
app.controller('ContactCtrl', ['$scope', function($scope) {
2+
3+
}]);
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
app.controller('HomeCtrl', ['$scope', function($scope) {
2+
3+
}]);

0 commit comments

Comments
 (0)