Fix typos

This commit is contained in:
Derek Miller 2016-01-16 17:04:01 -06:00
commit d5516ed394
7 changed files with 8 additions and 8 deletions

View file

@ -88,7 +88,7 @@ angular.module('copayApp.services').factory('go', function($window, $rootScope,
// Global go. This should be in a better place TODO
// We dont do a 'go' directive, to use the benefits of ng-touch with ng-click
// We don't do a 'go' directive, to use the benefits of ng-touch with ng-click
$rootScope.go = function(path) {
root.path(path);
};