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

Commit

Permalink
Merge remote-tracking branch 'origin/issue-2884' into issue-2884
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-sendMail committed Aug 9, 2015
2 parents 4099b0f + 844d376 commit c220da5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = function(config) {
'misc/test-lib/jquery-1.8.2.min.js',
'node_modules/angular/angular.js',
'node_modules/angular-mocks/angular-mocks.js',
'node_modules/angular-sanitize/angular-sanitize.js',
'misc/test-lib/helpers.js',
'src/**/*.js',
'template/**/*.js'
Expand Down
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,37 @@
{
"author": "https://github.com/angular-ui/bootstrap/graphs/contributors",
"name": "angular-ui-bootstrap",
"version": "0.13.4-SNAPSHOT",
"version": "0.13.0-SNAPSHOT",
"homepage": "http://angular-ui.github.io/bootstrap/",
"dependencies": {},
"scripts":{
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/bootstrap.git"
},
"devDependencies": {
"angular": "^1.4.3",
"angular-mocks": "^1.4.3",
"angular": "^1.3.15",
"angular-mocks": "^1.3.15",
"angular-sanitize": "^1.3.15",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "^3.0.0",
"grunt-conventional-changelog": "^1.1.0",
"grunt-ddescribe-iit": "0.0.6",
"grunt-html2js": "^0.3.0",
"grunt-karma": "^0.12.0",
"grunt-karma": "^0.10.1",
"grunt-ngdocs": "~0.1.1",
"jasmine-core": "^2.2.0",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"node-markdown": "0.1.1",
"semver": "^5.0.1",
"shelljs": "^0.5.1"
"semver": "^4.3.3",
"shelljs": "^0.4.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion template/typeahead/typeahead-match.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a href tabindex="-1" bind-html-unsafe="match.label | typeaheadHighlight:query"></a>
<a tabindex="-1" ng-bind-html="match.label | typeaheadHighlight:query"></a>

0 comments on commit c220da5

Please sign in to comment.