This commit is contained in:
Keivan Beigi 2013-06-20 18:43:58 -07:00
commit 24c77b4047
29 changed files with 610 additions and 517 deletions

View file

@ -1,6 +1,6 @@
"use strict";
define(['app','handlebars'], function (App,Handlebars) {
define(['app','handlebars','Shared/FormatHelpers'], function (App,Handlebars) {
Handlebars.registerHelper('partial', function (templateName) {
//TODO: We should be able to pass in the context, either an object or a property