I hereby claim:
- I am anantn on github.
- I am anant (https://keybase.io/anant) on keybase.
- I have the public key with fingerprint 42DD 4F90 7C5F 4576 D6F4 2202 C31C 2D8C 7B4B 6B02
To claim this, I am signing this object:
| <html ng-app="test"> | |
| <head> | |
| <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.1.1/angular.min.js"></script> | |
| <script type="text/javascript" src="https://cdn.firebase.com/v0/firebase.js"></script> | |
| </head> | |
| <body ng-controller="Test"> | |
| <script typ="text/javascript"> | |
| function TestController($scope, $q) { | |
| this._q = $q; | |
| this._scope = $scope; |
| <html> | |
| <head> | |
| <script src="https://cdn.firebase.com/v0/firebase.js"></script> | |
| </head> | |
| <body> | |
| <ul id="chat-list"> | |
| </ul> | |
| <input type="text" id="msg"/> | |
| <input type="button" id="send" value="Send"/> | |
| <script> |
| <!doctype html> | |
| <html lang="en" ng-app="chat"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>AngularFire Chat Demo</title> | |
| <link rel="stylesheet" type="text/css" href="https://www.firebase.com/css/example.css"> | |
| <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.7/angular.min.js"></script> | |
| </head> | |
| <body ng-controller="Chat"> | |
| <div> |
| <html> | |
| <head> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.1.5/angular.min.js"></script> | |
| </head> | |
| <body ng-app> | |
| <div ng-controller="MyApp"> | |
| <input type="text" ng-model="name"/><br/> | |
| <h1 ng-cloak>Hi {{name}}!</h1> | |
| </div> | |
| </body> |
I hereby claim:
To claim this, I am signing this object:
| --[[ | |
| Skillet: A tradeskill window replacement. | |
| Copyright (c) 2007 Robert Clark <nogudnik@gmail.com> | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. |