adding sanitizer filter for app

I'm adding a sanitize filter to be used whenever we want to escape tags that are generated from user input. In addition, I created a filters folder and a filter file that imports filters into the app
This commit is contained in:
Jared Tabor
2015-04-02 13:32:21 -04:00
parent 0ea69b1312
commit fa27d7de93
8 changed files with 27 additions and 12 deletions
+1
View File
@@ -22,6 +22,7 @@ import 'tower/forms';
import 'tower/lists';
import 'tower/widgets';
import 'tower/help';
import 'tower/filters';
import {Home, HomeGroups, HomeHosts} from 'tower/controllers/Home';
import {SocketsController} from 'tower/controllers/Sockets';
import {Authenticate} from 'tower/controllers/Authentication';