Skip to content

Commit

Permalink
Merge branch 'thetrevdev-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiden committed Jan 26, 2016
2 parents beb3991 + ed1491a commit 33558e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angucomplete-alt.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

/*! Copyright (c) 2014 Hidenari Nozaki and contributors | Licensed under the MIT license */

'use strict';

(function (root, factory) {
'use strict';
if (typeof module !== 'undefined' && module.exports) {
// CommonJS
module.exports = factory(require('angular'));
Expand All @@ -21,6 +20,7 @@
factory(root.angular);
}
}(window, function (angular) {
'use strict';

angular.module('angucomplete-alt', []).directive('angucompleteAlt', ['$q', '$parse', '$http', '$sce', '$timeout', '$templateCache', '$interpolate', function ($q, $parse, $http, $sce, $timeout, $templateCache, $interpolate) {
// keyboard events
Expand Down

0 comments on commit 33558e6

Please sign in to comment.