Created
January 22, 2015 15:52
-
-
Save simonmorley/c6be75ee9755091013fa to your computer and use it in GitHub Desktop.
Medium, creating a login screen, xirrus params
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
| if ($routeParams.uamip !== undefined && $routeParams.uamport !== undefined && $routeParams.apmac !== undefined) { | |
| $rootScope.deviceId = DEVICES.xirrus; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment