mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Cleaning up jargon and minor code changes
This commit is contained in:
11
app/js/directives/directive-slot-details.js
Normal file
11
app/js/directives/directive-slot-details.js
Normal file
@@ -0,0 +1,11 @@
|
||||
angular.module('app').directive('slotDetails', function () {
|
||||
return {
|
||||
restrict: 'A',
|
||||
scope:{
|
||||
c: '=',
|
||||
lbl: '=',
|
||||
opts: '='
|
||||
},
|
||||
templateUrl: 'views/slot.html'
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user