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 :