Skip to content

Commit f22d94f

Browse files
committed
changed around alot of the repo to better fit testing
1 parent 70e93ad commit f22d94f

File tree

9 files changed

+2
-18
lines changed

9 files changed

+2
-18
lines changed

app/config/.gitkeep

Whitespace-only changes.

app/config/routes.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/controllers/controllers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
angular.module('App.Controllers', [])
22

33
.controller('HomeCtrl', function($scope) {
4-
4+
$scope.status = 'ready';
55
})
66

77
.controller('OtherCtrl', function($scope) {

app/controllers/home_ctrl.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/directives/.gitkeep

Whitespace-only changes.

app/filters/.gitkeep

Whitespace-only changes.

app/services/.gitkeep

Whitespace-only changes.
File renamed without changes.

app/templates/views/home.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
home page

0 commit comments

Comments
 (0)