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

Commit 01c2d9a

Browse files
committed
chore(typeahead): clean up code style
1 parent 8b75bc4 commit 01c2d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/typeahead/typeahead.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position'])
541541
link: function(scope, element, attrs) {
542542
scope.templateUrl = attrs.templateUrl;
543543

544-
scope.isOpen = function () {
544+
scope.isOpen = function() {
545545
var isDropdownOpen = scope.matches.length > 0;
546546
scope.assignIsOpen({ isOpen: isDropdownOpen });
547547
return isDropdownOpen;

0 commit comments

Comments
 (0)