Merge pull request #2173 from bektar/fix-typo

Fix typo
This commit is contained in:
Matias Alejo Garcia 2014-12-16 07:33:46 -03:00
commit e6cdef6a13
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ angular.module('copayApp.directives')
})
.directive('clipCopy', function() {
return {
restric: 'A',
restrict: 'A',
scope: {
clipCopy: '=clipCopy'
},