Re-construct the JS Timeline page

This commit is contained in:
Gaël Métais
2014-12-22 14:07:16 +01:00
parent c1257afc4c
commit cb20075599
19 changed files with 890 additions and 570 deletions
+5
View File
@@ -0,0 +1,5 @@
var ruleCtrl = angular.module('ruleCtrl', []);
ruleCtrl.controller('RuleCtrl', ['$scope', function($scope) {
}]);