Skip to content

Commit

Permalink
fix(dist): Regenerate dist
Browse files Browse the repository at this point in the history
  • Loading branch information
candreoliveira committed Aug 31, 2015
1 parent 59132ac commit 1442a8f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/ngMask.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

return {
pre: function($scope, $element, $attrs, controller) {
if (!promisse)
if (!promise)
return;
promise = maskService.generateRegex({
mask: $attrs.mask,
Expand Down
2 changes: 1 addition & 1 deletion dist/ngMask.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1442a8f

Please sign in to comment.