Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there global Paloma controller? #96

Open
niksfirefly opened this issue Jun 3, 2016 · 1 comment
Open

Is there global Paloma controller? #96

niksfirefly opened this issue Jun 3, 2016 · 1 comment

Comments

@niksfirefly
Copy link

Is there a way to set global Paloma controller?
that run on every page besides other page specific Paloma controllers?

@gnclmorais
Copy link

Looking at the Controller Inheritance, I think you can achieve that using Paloma for the base Application controller:

Paloma.controller('Application', {
  // your actions here
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants