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

@ -6,6 +6,7 @@ module.exports = function(grunt) {
'jshint:source',
'jshint:tests',
'jscs',
'tslint',
'clean:release',
'copy:public_to_gen',
'typescript:build',