angular-deferred-bootstrap
angular-deferred-bootstrap copied to clipboard
Initialize your AngularJS app with constants loaded from the back-end.
You state that I should be able to resolve data from a custom service that I have written but it wasn't clear if this could be from an angular.factory. ```...
Using angular 1.5 and i'm trying to use https://github.com/krasimir/kuker. However, kuker needs a root element. Can't seem to find it when i use this package.
Hii, I'd like to be able to use ocLazyLoad in one of the available resolves like: ```js window.deferredBootstrapper.bootstrap({ element: document.body, module: 'App', resolve: { THEME: function ThemeFn($rootScope, $q, $http, $ocLazyLoad)...
Hi, I am using ng-route in my project where i am loading different css files on different routes. But css files are not getting loaded using deferred-bootstrap.
Is it possible to use angular-deferred-bootstrap with Angular2's upgrade module? I'm using Angular-deferred-bootstrap in my Angular1 app to resolve a dependency before angular1 bootstraps. I would like to upgrade my...
I'm working in a project where I use angular-deferred-bootstrap in conjuction with ui-router, and I would like to change the title and the description of the page whenever the state...
$location with ui-router is imported and seems to work, but it breaks the core angular $location, such as the back button going to a third page. I assume this is...
How can I inject anything to the ``` javascript onError: function (response, localStorageService) { //delete token from storage }) ``` this is exactly what I need to do with my...