Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
style(modal): change to dot notation
Browse files Browse the repository at this point in the history
Closes #2634
  • Loading branch information
RichardLitt authored and pkozlowski-opensource committed Oct 19, 2014
1 parent 1f6c3c9 commit c9baf00
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 c9baf00

Please sign in to comment.