Skip to content

Instantly share code, notes, and snippets.

@simonmorley
Created January 21, 2015 16:28
Show Gist options
  • Save simonmorley/a81638e9a730b1120f67 to your computer and use it in GitHub Desktop.
Save simonmorley/a81638e9a730b1120f67 to your computer and use it in GitHub Desktop.
medium, creating an interceptor to device device constants
app.constant('DEVICES', {
ct: '1',
aruba: '2',
meraki: '3',
ruckus: '4',
aerohive: '5',
xirrus: '6',
unknown: '999'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment