|
3 | 3 | [![GitHub release][badge-release-img]][badge-release-lnk]
|
4 | 4 | [![Greenkeeper badge][badge-greenkeeper-img]][badge-greenkeeper-lnk]
|
5 | 5 | [![Travis CI Status][badge-travis-img]][badge-travis-lnk]
|
6 |
| -[![Code Climate Status][badge-code-climate-status-img]][badge-code-climate-status-lnk] |
7 |
| -[![Code Climate Issues][badge-code-climate-issues-img]][badge-code-climate-issues-lnk] |
| 6 | +[![Maintainability][badge-codeclimate-maintainability-img]][badge-codeclimate-maintainability-lnk] |
| 7 | +[![Test Coverage][badge-codeclimate-coverage-img]][badge-codeclimate-coverage-lnk] |
8 | 8 | [![License][badge-license-img]][badge-license-lnk]
|
9 | 9 |
|
| 10 | + |
10 | 11 | AngularJS component to manage tags in input with dropdown selector with no-dependencies
|
11 | 12 |
|
12 | 13 | ### TL;DR
|
@@ -84,19 +85,15 @@ SOFTWARE.
|
84 | 85 |
|
85 | 86 | [site]: https://heyprof.github.io/angularjs-input-tags/
|
86 | 87 |
|
87 |
| -[badge-release-img]: https://img.shields.io/github/release/heyprof/angularjs-input-tags/all.svg?style=flat-square |
| 88 | +[badge-release-img]: https://img.shields.io/github/release/heyprof/angularjs-input-tags/all.svg |
88 | 89 | [badge-release-lnk]: https://github.com/heyprof/angularjs-input-tags/releases
|
89 |
| -[badge-greenkeeper-img]: https://badges.greenkeeper.io/heyprof/angularjs-input-tags.svg?style=flat-square |
| 90 | +[badge-greenkeeper-img]: https://badges.greenkeeper.io/heyprof/angularjs-input-tags.svg |
90 | 91 | [badge-greenkeeper-lnk]: https://account.greenkeeper.io/account/heyprof
|
91 |
| -[badge-dependencies-img]: https://img.shields.io/david/heyprof/angularjs-input-tags.svg?style=flat-square |
92 |
| -[badge-dependencies-lnk]: https://david-dm.org/heyprof/angularjs-input-tags |
93 |
| -[badge-dev-dependencies-img]: https://img.shields.io/david/dev/heyprof/angularjs-input-tags.svg?style=flat-square |
94 |
| -[badge-dev-dependencies-lnk]: https://david-dm.org/heyprof/angularjs-input-tags?type=dev |
95 |
| -[badge-travis-img]: https://img.shields.io/travis/heyprof/angularjs-input-tags.svg?style=flat-square&label=TravisCI |
| 92 | +[badge-travis-img]: https://img.shields.io/travis/heyprof/angularjs-input-tags.svg?label=TravisCI |
96 | 93 | [badge-travis-lnk]: https://travis-ci.org/heyprof/angularjs-input-tags
|
97 |
| -[badge-code-climate-status-img]: https://img.shields.io/codeclimate/github/heyprof/angularjs-input-tags.svg?style=flat-square&label=climate |
98 |
| -[badge-code-climate-status-lnk]: https://codeclimate.com/github/heyprof/angularjs-input-tags |
99 |
| -[badge-code-climate-issues-img]: https://img.shields.io/codeclimate/issues/github/heyprof/angularjs-input-tags.svg?style=flat-square&label=climate issues |
100 |
| -[badge-code-climate-issues-lnk]: https://codeclimate.com/github/heyprof/angularjs-input-tags/issues |
| 94 | +[badge-codeclimate-maintainability-img]: https://api.codeclimate.com/v1/badges/b8e2a66055de8869c139/maintainability |
| 95 | +[badge-codeclimate-maintainability-lnk]: https://codeclimate.com/github/heyprof/angularjs-input-tags/maintainability |
| 96 | +[badge-codeclimate-coverage-img]: https://api.codeclimate.com/v1/badges/b8e2a66055de8869c139/test_coverage |
| 97 | +[badge-codeclimate-coverage-lnk]: https://codeclimate.com/github/heyprof/angularjs-input-tags/test_coverage |
101 | 98 | [badge-license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
|
102 | 99 | [badge-license-lnk]: https://raw.githubusercontent.com/heyprof/angularjs-input-tags/master/LICENSE
|
0 commit comments