Navigation Menu

Skip to content

Commit

Permalink
fix(hide): export hide
Browse files Browse the repository at this point in the history
fixes #192
  • Loading branch information
jdanyow committed Feb 27, 2016
1 parent 3cf2c8d commit e48cec4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/aurelia-templating-resources.js
Expand Up @@ -3,6 +3,7 @@ import {If} from './if';
import {With} from './with';
import {Repeat} from './repeat';
import {Show} from './show';
import {Hide} from './hide';
import {SanitizeHTMLValueConverter} from './sanitize-html';
import {Replaceable} from './replaceable';
import {Focus} from './focus';
Expand Down Expand Up @@ -33,6 +34,7 @@ function configure(config) {
'./with',
'./repeat',
'./show',
'./hide',
'./replaceable',
'./sanitize-html',
'./focus',
Expand Down Expand Up @@ -84,6 +86,7 @@ export {
With,
Repeat,
Show,
Hide,
HTMLSanitizer,
SanitizeHTMLValueConverter,
Replaceable,
Expand Down

0 comments on commit e48cec4

Please sign in to comment.