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

Manage constants like "break_xxs" #2

Open
AdrienFromToulouse opened this issue Apr 6, 2014 · 0 comments
Open

Manage constants like "break_xxs" #2

AdrienFromToulouse opened this issue Apr 6, 2014 · 0 comments

Comments

@AdrienFromToulouse
Copy link
Contributor

I would suggest to use constant to be injected as a service. Something like:

.constant('BREAK_POINTS', {
break_xxs: 320,
break_xs: 480,
....
})

and then for example use it that way:

.controller('toto', function ($scope, $rootScope, BREAK_POINTS, otherService)

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

1 participant