1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-14 17:33:34 +00:00

cleaning things up

This commit is contained in:
Henry Oswald 2014-06-16 16:26:34 +01:00
parent f18172258e
commit f42b2c2385
2 changed files with 1 additions and 2 deletions
services/web/public
coffee
js/libs/angular-autocomplete

View file

@ -3,7 +3,7 @@ define ["libs/algolia", "libs/angular", "libs/angular-autocomplete/angular-autoc
app = angular.module("userProfileInformationApp", ["autocomplete"])
app.factory "Institutions", ->
new AlgoliaSearch("SK53GL4JLY", "75dc5e65794cd47eb7f725e6bb5075be").initIndex("institutions")
new AlgoliaSearch("SK53GL4JLY", "1606ccef5b70ac44680b61e6b0285126").initIndex("institutions")
app.directive "focusInput", ($timeout) ->
return (scope, element, attr) ->

View file

@ -8,7 +8,6 @@ var app = angular.module('autocomplete', []);
app.directive('autocomplete', function() {
var index = -1;
console.log("helllo")
return {
restrict: 'E',