Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mulitpile directives error when adding controller #78

Closed
piernik opened this issue Oct 25, 2014 · 1 comment
Closed

Mulitpile directives error when adding controller #78

piernik opened this issue Oct 25, 2014 · 1 comment

Comments

@piernik
Copy link

piernik commented Oct 25, 2014

Hi You give me (here: #73) hint with adding controller to main module but I still have problem.

When I added ui-bootstrap with templates I have error:

Error: [$compile:multidir] Multiple directives [alert, alert] asking for transclusion on: <div class="alert" ng-class="['alert-' + (type || 'warning'), closeable ? 'alert-dismissable' : null]" role="alert" ng-if="error" type="danger">

If I add loginCtrl without LAzyload everything is ok.

Here's my my module declaration:

var App = angular.module('infirma', ['ngAnimate', 'ui.bootstrap', 'ui.router', 'oc.lazyLoad']);
@ocombe
Copy link
Owner

ocombe commented Oct 26, 2014

Yes there is a bug with ui-boostrap and ocLazyLoad. I need to figure this one out.
I close this one because it is a duplicate of #71.
Follow this issue if you want news on the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants