ionic1-star-rating
Advanced tools
Comparing version 1.2.12 to 1.2.13
@@ -0,1 +1,11 @@ | ||
<a name="1.2.13"></a> | ||
## [1.2.13](https://github.com/BioPhoton/ionic1-star-rating/compare/v1.2.12...v1.2.13) (2017-04-10) | ||
### Bug Fixes | ||
* **gestures:** fix unregister for gesture callbacks ([4dc9b69](https://github.com/BioPhoton/ionic1-star-rating/commit/4dc9b69)) | ||
<a name="1.2.12"></a> | ||
@@ -2,0 +12,0 @@ ## [1.2.12](https://github.com/BioPhoton/ionic1-star-rating/compare/v1.2.11-beta.0...v1.2.12) (2017-04-09) |
{ | ||
"name": "ionic1-star-rating", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"license": "MIT", | ||
"keywords": [ | ||
"Ionic", | ||
"Ionic1.6", | ||
"Rating", | ||
@@ -27,3 +26,3 @@ "Stars", | ||
], | ||
"description": "Ionic1 Star Rating is a Ionic specific Angular1.6 component written in typescript, based on css only techniques written in scss", | ||
"description": "This is a StarRating component which provides a complete set of features based on modern web technologies. The js part is written in typescript and well tested. Nearly all logic depending on the visual state is developed over css3 techniques. The js part just adds and removes class names. It is well maintained and is created under the open source MIT License.", | ||
"author": "Michael Hladky", | ||
@@ -30,0 +29,0 @@ "contributors": [ |
@@ -61,3 +61,3 @@ import {StarRatingController} from "angular1-star-rating/src/star-rating.controller"; | ||
$onDestroy() { | ||
this.unsubscribeToGestures | ||
this.unsubscribeToGestures(); | ||
} | ||
@@ -64,0 +64,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
329282