I am new to AngularJS and I don't know if this is possible.
This is my current code:
var app = angular.module('qlikCockpitApp',['pascalprecht.translate','720kb.tooltips']);
app.config(['$translateProvider', function ($translateProvider) {
...
});
I want to move this app.config to another file, and access from my module file. Is it possible? How can I do this?
app.js
app.config.js
add files in your index.html with right sort:
Using Labjs: if you want to load files as lazyload
index.html
bootstrapper.js