mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
(js) Minor cleanup
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
' <label>' + label + '</label>',
|
||||
' <input type="' + (o.inputType || 'text') + '"',
|
||||
' aria-label="' + title + '"',
|
||||
' ng-model="name" md-autofocus="true" required="required"/>',
|
||||
' ng-model="name" md-autofocus="true" required />',
|
||||
' </md-input-container>',
|
||||
' </md-dialog-content>',
|
||||
' <md-dialog-actions>',
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
compile: compile
|
||||
};
|
||||
|
||||
function compile (tElement, tAttrs) {
|
||||
function compile(tElement, tAttrs) {
|
||||
|
||||
// Attach a click handler in compile in order to immediately stop propagation
|
||||
// (especially for ng-click) when the checkmark is disabled.
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
}
|
||||
|
||||
function render() {
|
||||
console.debug(ngModelCtrl.$viewValue);
|
||||
var flattenedDays = ngModelCtrl.$viewValue;
|
||||
modelDays = ngModelCtrl.$viewValue;
|
||||
if (tAttrs.sgToggleGridAttr) {
|
||||
|
||||
Reference in New Issue
Block a user