Skip to content

Commit

Permalink
perf(bhAddItems): using good synthaxe for component property
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Sep 20, 2017
1 parent 9f53ea2 commit 0361f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/components/bhAddItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ angular.module('bhima.components')
controller : addItemController,
bindings : {
disable : '<',
Callback : '&',
callback : '&',
},
});

Expand Down

0 comments on commit 0361f94

Please sign in to comment.