I believe you need to add GlobalData as a provider.
change your page annotation to this:@Page({
templateUrl: 'build/pages/signup/signup.html',
providers: [GlobalData]
})
I believe you need to add GlobalData as a provider.
change your page annotation to this:@Page({
templateUrl: 'build/pages/signup/signup.html',
providers: [GlobalData]
})