Skip to content

Commit

Permalink
Merge pull request #29 from junalmeida/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
junalmeida authored May 5, 2017
2 parents 9b0b75f + 99ce6e6 commit 7f5d0b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/dist/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/dist/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/widgets/tfs-release/config-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace DashCI.Widgets.TfsRelease {
return;
res.project_list().$promise
.then((result: Resources.Tfs.IProjectResult) => {
this.projects = result.value;
this.projects = mx(result.value).orderBy(x=> x.name).toArray();
})
.catch((reason) => {
console.error(reason);
Expand Down

0 comments on commit 7f5d0b0

Please sign in to comment.