Removed ng-translate code from the core

Added ng-translate dependency
This commit is contained in:
mauriziovitale84
2016-05-23 17:32:01 +01:00
parent 3f28925d35
commit 339b84f042
17 changed files with 44 additions and 526 deletions

View File

@@ -18,6 +18,7 @@ module.exports = function (config) {
{pattern: 'node_modules/angular2/bundles/router.dev.js', included: true, watched: false},
{pattern: 'node_modules/alfresco-core-rest-api/bundle.js', included: true, watched: false},
{pattern: 'node_modules/ng2-alfresco-core/dist/**/*.js', included: false, served: true, watched: false},
{pattern: 'node_modules/ng2-translate/**/*.js', included: false, served: true, watched: false},
{pattern: 'karma-test-shim.js', included: true, watched: true},