fix directives order

This commit is contained in:
Ibby
2017-03-23 22:50:14 -04:00
parent 4e5b3fa910
commit cd7612e32e
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -167,13 +167,13 @@ export interface HealthData {
* HealthStoreOptions
* HealthData
*/
@Injectable()
@Plugin({
pluginName: 'Health',
plugin: 'cordova-plugin-health',
pluginRef: 'navigator.health',
repo: 'https://github.com/dariosalvi78/cordova-plugin-health'
})
@Injectable()
export class Health {
/**