I hereby claim:
- I am apokusin on github.
- I am acp (https://keybase.io/acp) on keybase.
- I have a public key whose fingerprint is 3160 AB3E 532B 03C6 A735 DC5F 221E 8CF9 53BA 32BE
To claim this, I am signing this object:
| <div> | |
| <h3>enter code</h3> | |
| <form class="code_input"> | |
| <input type="text" maxlength="1" placeholder="#" autofocus></input> | |
| <input type="text" maxlength="1" placeholder="#"></input> | |
| <input type="text" maxlength="1" placeholder="#"></input> | |
| <input type="text" maxlength="1" placeholder="#"></input> | |
| </form> | |
| <ul class="hint"> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title>{{ page.title }}</title> | |
| <meta name="viewport" content="width=device-width"> | |
| {% include social_meta.inc %} |
| <link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic' rel='stylesheet' type='text/css'> | |
| <link rel="stylesheet" href="/css/reset.css"> | |
| <link rel="stylesheet" href="/css/syntax.css"> | |
| <link rel="stylesheet" href="/css/main.css"> |
| 'use strict'; | |
| angular.module('webappApp') | |
| .directive('countryCodeSelect', ['$parse', function($parse) { | |
| return { | |
| restrict: 'A', | |
| template: '<select><option ng-repeat="(key, value) in countries" value="{{ value }}">{{ key }} ({{ value }})</option></select>', | |
| replace: true, | |
| link: function(scope, elem, attrs) { | |
| var assignCountry; |
I hereby claim:
To claim this, I am signing this object: