Skip to content

Commit

Permalink
Fixed twbs#120
Browse files Browse the repository at this point in the history
  • Loading branch information
esvit committed Dec 6, 2013
1 parent d4a537f commit 437b3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/05-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ app.directive('ngTable', ['$compile', '$q', '$parse',
};

var parsedTitle = parsedAttribute('title', ' '),
headerTemplateURL = parsedAttribute('header', false)(),
headerTemplateURL = parsedAttribute('header', false),
filter = parsedAttribute('filter', false)(),
filterTemplateURL = false;

Expand Down

0 comments on commit 437b3f8

Please sign in to comment.