Skip to content

Commit

Permalink
style(modal): change to dot notation
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt authored and ulle committed Oct 22, 2014
1 parent 7375428 commit e998445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typeahead/typeahead.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position', 'ui.bootstrap

if (inputFormatter) {

locals['$model'] = modelValue;
locals.$model = modelValue;
return inputFormatter(originalScope, locals);

} else {
Expand Down

0 comments on commit e998445

Please sign in to comment.