More angular validation

This commit is contained in:
terakilobyte
2015-01-06 10:28:57 -05:00
parent 3490ff197d
commit 7e34ea340d
22 changed files with 56 additions and 1833 deletions

5
app.js
View File

@ -118,8 +118,11 @@ var trusted = [
"'unsafe-eval'",
"'unsafe-inline'",
'*.rafflecopter.com',
'*.bootstrapcdn.com',
'*.cloudflare.com',
'localhost:3001'
'localhost:3001',
'localhost:3000'
];
debug(trusted);