Skip to content

Instantly share code, notes, and snippets.

@simonmorley
Created January 22, 2015 15:52
Show Gist options
  • Save simonmorley/c6be75ee9755091013fa to your computer and use it in GitHub Desktop.
Save simonmorley/c6be75ee9755091013fa to your computer and use it in GitHub Desktop.
Medium, creating a login screen, xirrus params
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