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

Commit 8b75bc4

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

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
@@ -569,7 +569,7 @@ angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position'])
569569
match: '=',
570570
query: '='
571571
},
572-
link:function(scope, element, attrs) {
572+
link: function(scope, element, attrs) {
573573
var tplUrl = $parse(attrs.templateUrl)(scope.$parent) || 'template/typeahead/typeahead-match.html';
574574
$templateRequest(tplUrl).then(function(tplContent) {
575575
$compile(tplContent.trim())(scope, function(clonedElement) {

0 commit comments

Comments
 (0)