This commit is contained in:
theory 2014-09-17 00:04:17 -07:00
parent e086ba8016
commit c7a87dede8

View File

@ -48,7 +48,7 @@
</li>
</ul>
<script>
gun = Gun(['http://localhost:8888/gun']); //, 'http://gunjs.herokuapp.com/gun']);
gun = Gun([location + 'gun']);
angular.module('admin', [
]).controller('editor', function($scope){