Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix(build): Add missing translate-attr directive to Gruntfile.js
Browse files Browse the repository at this point in the history
Resolves #1577
  • Loading branch information
kopancek authored and knalli committed Sep 15, 2016
1 parent 1848bc8 commit e70e9ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = function (grunt) {
'src/service/default-interpolation.js',
'src/service/storage-key.js',
'src/directive/translate.js',
'src/directive/translate-attr.js',
'src/directive/translate-cloak.js',
'src/directive/translate-namespace.js',
'src/directive/translate-language.js',
Expand Down

0 comments on commit e70e9ad

Please sign in to comment.