From 6cde692d8e64a4140f0acc4e3bf652d08c861316 Mon Sep 17 00:00:00 2001 From: idan Date: Wed, 22 Oct 2014 15:13:39 +0700 Subject: [PATCH] Update README.md spinner-start-active is not checked for its value so anything can go in also zero, This is a cause for mistakes when using spinner-start-active="0" and expecting the spinner to be inactive. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fe8cfb..c989e74 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ app.controller('MyController', ['$scope', 'usSpinnerService', function($scope, u Note that when you specify a key, the spinner is rendered inactive. You can still render the spinner as active with the spinner-start-active parameter : ```html - + ``` The spinner-key will be used as an identifier (not unique) allowing you to have several spinners controlled by the same key :