Created
January 21, 2015 16:28
-
-
Save simonmorley/a81638e9a730b1120f67 to your computer and use it in GitHub Desktop.
medium, creating an interceptor to device device constants
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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