-
Notifications
You must be signed in to change notification settings - Fork 582
Open
Description
Hi,
I'm not sure whether this is intended, but when setting a prefix in the controller instead of as a config definition, you have to manually set a dot at the end of the prefix.
Examples:
This will result in the prefix your-prefix.
.config(function (localStorageServiceProvider) {
localStorageServiceProvider
.setPrefix('your-prefix')
})´
This will result in the prefix your-prefix
.controller('example-controller', function (localStorageService) {
localStorageService.setPrefix('your-prefix');
})
Metadata
Metadata
Assignees
Labels
No labels