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('slotInternal', ['$rootScope', function ($r) {
lbl: '=',
opts: '='
},
templateUrl: 'views/slot-internal.html',
templateUrl: 'views/_slot-internal.html',
link: function(scope) {
scope.$r = $r;
}