prepare for customization of pagination template
[angular-drzb] / angular-server.pl
index ba1cc10..3a97b73 100755 (executable)
@@ -108,7 +108,7 @@ get '/lang/:lang/.template' => sub {
 
 get '/lang/:lang/template/*template' => sub { # angular-ui templates
        my $self = shift;
-       my $path = '/lib/angular-ui/bootstrap/template/' . $self->stash('template');
+       my $path = '/template/' . $self->stash('template');
        warn "# render_static $path";
        $self->render_static( $path );
 };