New: Ability to tag series
New: Use tags to control which series use which notification channels
This commit is contained in:
Mark McDowall 2014-09-09 17:02:55 -07:00
parent 0e436f371b
commit e82b29e346
29 changed files with 1116 additions and 14 deletions

View file

@ -8,6 +8,7 @@ require.config({
'handlebars' : 'Shared/Shims/handlebars',
'handlebars.helpers' : 'JsLibraries/handlebars.helpers',
'bootstrap' : 'JsLibraries/bootstrap',
'bootstrap.tagsinput' : 'JsLibraries/bootstrap.tagsinput',
'backbone.deepmodel' : 'JsLibraries/backbone.deep.model',
'backbone.pageable' : 'JsLibraries/backbone.pageable',
'backbone.validation' : 'JsLibraries/backbone.validation',
@ -70,6 +71,13 @@ require.config({
'jquery'
]
},
'bootstrap.tagsinput' : {
deps:
[
'bootstrap',
'typeahead'
]
},
backstrech : {
deps:
[