Merge pull request #236 from cmgustavo/ref/design-18

removes unused html
This commit is contained in:
Matias Alejo Garcia 2016-08-25 19:05:20 -03:00 committed by GitHub
commit a5eecbc963

View file

@ -95,11 +95,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
*
*/
.state('disclaimer', {
url: '/disclaimer',
templateUrl: 'views/disclaimer.html',
})
.state('unsupported', {
url: '/unsupported',
templateUrl: 'views/unsupported.html'