Skip to content

Commit 1050753

Browse files
committed
refactor(gen) Tidy up indents
1 parent bd0e900 commit 1050753

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

js/controllers/base.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ formsAngular.controller('BaseCtrl', [
3232
}
3333
}
3434
])
35-
.controller('SaveChangesModalCtrl', ['$scope', '$modalInstance', function ($scope, $modalInstance) {
36-
$scope.yes = function () {
37-
$modalInstance.close(true);
38-
};
39-
$scope.no = function () {
40-
$modalInstance.close(false);
41-
};
42-
$scope.cancel = function () {
43-
$modalInstance.dismiss('cancel');
44-
};
45-
}]);
35+
.controller('SaveChangesModalCtrl', ['$scope', '$modalInstance', function ($scope, $modalInstance) {
36+
$scope.yes = function () {
37+
$modalInstance.close(true);
38+
};
39+
$scope.no = function () {
40+
$modalInstance.close(false);
41+
};
42+
$scope.cancel = function () {
43+
$modalInstance.dismiss('cancel');
44+
};
45+
}]);

0 commit comments

Comments
 (0)