Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-spinelli committed Feb 22, 2018
1 parent 4c24d65 commit 5f7580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng-virtual-keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ angular.module('ng-virtual-keyboard', [])
config: '=ngVirtualKeyboard'
},
link: function(scope, elements, attrs, ngModelCtrl) {
var element = element[0];
var element = elements[0];

if (!ngModelCtrl || !element) {
return;
Expand Down

0 comments on commit 5f7580d

Please sign in to comment.