angular-eha.radio-buttons
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "angular-eha.radio-buttons", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Stylish radio button group", | ||
"main": "dist/radio-buttons.template.js", | ||
"scripts": { | ||
"test": "echo The grass has so little to do" | ||
"test": "echo The grass has so little to do", | ||
"prepublish": "grunt build && semantic-release pre", | ||
"postpublish": "semantic-release post" | ||
}, | ||
@@ -33,3 +35,4 @@ "repository": { | ||
"grunt-ng-annotate": "^0.10.0", | ||
"load-grunt-tasks": "^3.1.0" | ||
"load-grunt-tasks": "^3.1.0", | ||
"semantic-release": "^3.3.1" | ||
}, | ||
@@ -36,0 +39,0 @@ "dependencies": {}, |
@@ -18,2 +18,11 @@ # angular-eha.radio-buttons | ||
Optionally, pass in a path to a custom template: | ||
```html | ||
<eha-radio-buttons | ||
model="radios" | ||
template-url="/path/to/tpl.html" | ||
></eha-radio-buttons> | ||
``` | ||
## Installation | ||
@@ -20,0 +29,0 @@ |
Sorry, the diff of this file is not supported yet
30740
49
12