removed unnecessary var

This commit is contained in:
Mario Colque 2014-01-15 13:09:57 -03:00
parent 3d22ae49be
commit 54b38f45c8
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ angular.module('mystery.search').controller('SearchController', ['$scope', '$rou
$scope.search = function() {
var q = $scope.q;
var path;
$scope.badQuery = false;
$scope.q = '';