Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
chore(release): Update build files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenford committed Jan 14, 2014
1 parent 9eb6bb4 commit 003f781
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/ng-tags-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2013-2014 Michael Benford
* License: MIT
*
* Generated at 2014-01-13 02:10:10 -0200
* Generated at 2014-01-14 02:33:59 -0200
*/
(function() {
'use strict';
Expand Down Expand Up @@ -572,6 +572,8 @@ tagsInput.provider('tagsInputConfig', function() {
*
* @param {string} directive Name of the directive to be configured. Must be either 'tagsInput' or 'autoComplete'.
* @param {object} defaults Object containing options and their values.
*
* @returns {object} The service itself for chaining purposes.
*/
this.setDefaults = function(directive, defaults) {
globalDefaults[directive] = defaults;
Expand Down
Binary file modified build/ng-tags-input.min.zip
Binary file not shown.
Binary file modified build/ng-tags-input.zip
Binary file not shown.

0 comments on commit 003f781

Please sign in to comment.