Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac3a650

Browse files
committedOct 16, 2015
clean trailing whitespace in submission
1 parent 1b33424 commit ac3a650

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎app/community/community.routes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
function routes($stateProvider, $urlRouterProvider, $locationProvider) {
1212
$locationProvider.html5Mode(true);
13-
var states = {
13+
var states = {
1414
'community': {
1515
parent: 'root',
1616
url: '/community/',
@@ -19,7 +19,7 @@
1919
authRequired: false,
2020
}
2121
},
22-
22+
2323
'community.members': {
2424
parent: 'root',
2525
url: '/community/members/',
@@ -32,7 +32,7 @@
3232
}
3333
}
3434
},
35-
35+
3636
'community.statistics': {
3737
parent: 'root',
3838
url: '/community/statistics/',

‎app/community/members.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
}
2424
};
2525
}
26-
})();
26+
})();

‎app/community/members.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
.user-country {{item.country}}
3232
.btn-wrapper
3333
a.blue-btn View all copilots
34-
34+
3535
.search-result-container(ng-hide="ctrl.notSearch")
36-
h2 Search Result For:
36+
h2 Search Result For:
3737
span "{{ctrl.keywords}}"
3838
.showing-controll-wrapper
3939
ul
@@ -46,7 +46,7 @@
4646
.results-wrapper(ng-class="{'show-grid': ctrl.showing=='grid'}")
4747
.user-tile(ng-repeat="item in ctrl.searchResult")
4848
.avatar-wrapper: img(ng-src="{{item.avatar}}")
49-
.text-content
49+
.text-content
5050
.user-name {{item.name}}
5151
.user-country {{item.country}}
5252
a.user-more View Profile

0 commit comments

Comments
 (0)
This repository has been archived.