Skip to content

Commit

Permalink
cancel subscribe of builder in builditem
Browse files Browse the repository at this point in the history
  • Loading branch information
shanzi committed Jun 25, 2015
1 parent 3caddb8 commit 21d9b58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,5 +19,5 @@ class _BuildItem extends Controller
if @outBuilder
@builder = outBuilder
else if @showBuilder
dataService.getBuilders(@build.builderid).then (builders) =>
dataService.getBuilders(@build.builderid, subscribe: false).then (builders) =>
@builder = builders[0]

0 comments on commit 21d9b58

Please sign in to comment.