refactor: moved timepicker from a simple panel to component, removed simple panel directive

This commit is contained in:
Torkel Ödegaard
2015-09-12 11:49:14 +02:00
parent 7535677ed4
commit d96a6a59ee
21 changed files with 208 additions and 344 deletions

View File

@@ -15,7 +15,7 @@ module.exports = function(config) {
"interface-name": true,
"semicolon": true,
"use-strict": [true, "check-module", "check-function" ],
"whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"],
"whitespace": [true, "check-branch", "check-decl", "check-type"],
}
}
}