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

Commit ad6dd18

Browse files
fix(typeahead): Rebase fixes
1 parent 844d376 commit ad6dd18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"author": "https://github.com/angular-ui/bootstrap/graphs/contributors",
33
"name": "angular-ui-bootstrap",
4-
"version": "0.13.0-SNAPSHOT",
4+
"version": "0.13.4-SNAPSHOT",
55
"homepage": "http://angular-ui.github.io/bootstrap/",
66
"dependencies": {},
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/angular-ui/bootstrap.git"
1010
},
1111
"devDependencies": {
12-
"angular": "^1.3.15",
13-
"angular-mocks": "^1.3.15",
14-
"angular-sanitize": "^1.3.15",
12+
"angular": "^1.4.3",
13+
"angular-mocks": "^1.4.3",
14+
"angular-sanitize": "^1.4.3",
1515
"grunt": "^0.4.5",
1616
"grunt-contrib-concat": "^0.5.1",
1717
"grunt-contrib-copy": "^0.8.0",

Diff for: template/typeahead/typeahead-match.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a tabindex="-1" ng-bind-html="match.label | typeaheadHighlight:query"></a>
1+
<a href tabindex="-1" ng-bind-html="match.label | typeaheadHighlight:query"></a>

0 commit comments

Comments
 (0)