fix the font awesome-specific buttons

This commit is contained in:
Michael Q Larson
2015-01-09 08:47:49 -08:00
parent 5fc6fb6e49
commit f23aaa6277
3 changed files with 8 additions and 5 deletions

3
app.js
View File

@ -125,7 +125,8 @@ var trusted = [
'http://localhost:3001',
'localhost:3000',
'ws://localhost:3000/',
'http://localhost:3000'
'http://localhost:3000',
'*.ionicframework.com'
];
debug(trusted);