More refactoring and features

This commit is contained in:
Colin McLeod
2015-05-04 18:31:34 -07:00
parent c5cdebc5a7
commit f4df56e34a
57 changed files with 1186 additions and 708 deletions

View File

@@ -6,7 +6,7 @@ angular.module('app').directive('slotHardpoint', ['$rootScope', function ($r) {
size: '=',
lbl: '=',
},
templateUrl: 'views/slot-hardpoint.html',
templateUrl: 'views/_slot-hardpoint.html',
link: function (scope) {
scope.$r = $r;
}