From 6736da36d49d6e66850b31606a89b49b65e6503e Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Sun, 24 Nov 2013 17:49:25 +0100 Subject: [PATCH] use jade class syntax --- views/main/filters.jade | 2 +- views/options/social/chat-box.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/main/filters.jade b/views/main/filters.jade index 8a6b1767d0..200dc64b52 100644 --- a/views/main/filters.jade +++ b/views/main/filters.jade @@ -1,4 +1,4 @@ -.filters(ng-controller='FiltersCtrl', class='tag-list') +.filters.tag-list(ng-controller='FiltersCtrl') .pull-left.filter-description | Tags: ul.nav.nav-pills diff --git a/views/options/social/chat-box.jade b/views/options/social/chat-box.jade index 07c93f774a..7a89b7010e 100644 --- a/views/options/social/chat-box.jade +++ b/views/options/social/chat-box.jade @@ -1,4 +1,4 @@ -form(ng-submit='postChat(group,message.content)', class='chat-form') +form.chat-form(ng-submit='postChat(group,message.content)') .-options //FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like .control-group.option-large(ng-controller='AutocompleteCtrl')