Skip to content

Commit

Permalink
use angular.extend
Browse files Browse the repository at this point in the history
  • Loading branch information
shanzi committed Aug 25, 2015
1 parent f93b089 commit 96dd9c3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ class ForceDialog extends Controller

confirm: ->
param = builderid: @builder.builderid
_.extend param, @data
angular.extend param, @data
@forceBuild param

forceBuildSuccess: ->
Expand Down

0 comments on commit 96dd9c3

Please sign in to comment.