Skip to content

Commit

Permalink
fix @ symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
shanzi committed Nov 14, 2015
1 parent e80db96 commit f2b2430
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ class Builder extends Controller
@forceschedulers = []
@buildTabs = []

data = dataService.open($scope)
data = @dataService.open($scope)

@builderid = $state.params.builderid
@dataService.getBuilders(@builderid).then (data) =>
Expand Down

0 comments on commit f2b2430

Please sign in to comment.