- Device list doesn't overflows.

- Added browser clear.
This commit is contained in:
Gunther Brunner
2014-04-22 18:50:50 +09:00
parent 7c820b4b0e
commit 7266ab0140
3 changed files with 10 additions and 1 deletions

View File

@@ -25,4 +25,9 @@ module.exports = function BrowserCtrl($scope, $rootScope) {
}
})
$scope.clearSettings = function () {
var browser = $scope.browser
$scope.control.clearBrowser(browser)
}
}