gui: Remove tooltip shown over whole modal

Changed the attribute 'title' (reserved) to 'heading' for the modal
template

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3281
This commit is contained in:
Daniel Harte
2016-06-08 13:07:53 +00:00
committed by Audrius Butkevicius
parent e71c78ae84
commit 8632a03662
12 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ angular.module('syncthing.core')
replace: true,
transclude: true,
scope: {
title: '@',
heading: '@',
status: '@',
icon: '@',
close: '@',