Skip to content

Commit

Permalink
Adding 'use strict';
Browse files Browse the repository at this point in the history
  • Loading branch information
wender committed May 1, 2014
1 parent c460dc6 commit 355a6c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/angular-simple-mask.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

angular.module('angularMask', [])
.directive('angularMask', function() {
return {
Expand Down

0 comments on commit 355a6c8

Please sign in to comment.