New timepicker, collapsable query and filter sections

This commit is contained in:
Rashid Khan
2013-10-05 18:41:20 -05:00
parent 377aa16f2c
commit d5bc550bb1
24 changed files with 728 additions and 112 deletions
+3
View File
@@ -16,6 +16,7 @@ function (angular, app, _) {
collapsable: true,
editable: true,
panels: [],
notice: false
};
_.defaults($scope.row,_d);
@@ -34,6 +35,8 @@ function (angular, app, _) {
$timeout(function() {
$scope.$broadcast('render');
});
} else {
row.notice = false;
}
};