rm comments

This commit is contained in:
Matias Alejo Garcia 2016-06-11 22:52:23 -03:00
commit e28a4fb2ad
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 2 additions and 179 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.controllers').controller('uriController',
function($rootScope, $stateParams, $log, openURLService) {
function($stateParams, $log, openURLService) {
/* This is only for BROWSER links, it is not excecuted on mobile devices */