Skip to content

Commit d6e6940

Browse files
author
Patrick Trinkle
committed
Updating the readme.
1 parent 3b43889 commit d6e6940

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# dynamic-class
22
AngularJS directive such that an element's has a class added or removed based on its value
33

4+
[on npm](https://www.npmjs.com/package/dynamic-class)
5+
6+
[![Latest release](https://img.shields.io/github/release/pstrinkle/dynamic-class.svg)](https://github.com/pstrinkle/dynamic-class/releases/latest)
7+
[![npm](https://img.shields.io/npm/v/dynamic-class.svg)](https://www.npmjs.com/package/dynamic-class)
8+
49
# Usage
510

611
Given some element in the DOM, you attach an `options` and a `value` that you want to use as input to the directive, `dynamic-class`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamic-class",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AngularJS directive such that an element's has a class added or removed based on its value.",
55
"main": "dist/dynamic-class.js",
66
"scripts": {

0 commit comments

Comments
 (0)