[Core] Workaround require quirk

Work around quirk of require; it does not like to see
the same script twice with and with a .js, so remove
the .js extension from the bundle definition. WTD-573.
This commit is contained in:
Victor Woeltjen 2014-11-21 18:48:10 -08:00
parent 2b27c1cabc
commit d080a67b43

View File

@ -19,7 +19,7 @@
{
"provides": "modelService",
"type": "provider",
"implementation": "models/StaticModelProvider.js",
"implementation": "models/StaticModelProvider",
"depends": [ "models[]", "$q", "$log" ]
},
{