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

I am not able to use other custom directive with dirPaginate? #460

Open
shubhi0310 opened this issue Sep 15, 2017 · 0 comments
Open

I am not able to use other custom directive with dirPaginate? #460

shubhi0310 opened this issue Sep 15, 2017 · 0 comments

Comments

@shubhi0310
Copy link

Hi,

I have to use dirPaginate for pagination purpose in my angular js app. But the problem is that I already have one custom directive (name is pndaKafka) for some other purpose. If I use dirPaginate directive then that custom directive stop reflecting in my app.
Below is the code:

angular.module('appComponents',[]);
angular.module('appComponents',['angularUtils.directives.dirPagination']);
angular.module('appComponents').directive('pndaKafka',
['$filter', '$window', 'HelpService', 'ConfigService',
function($filter, $window, HelpService, ConfigService) {

//
//
}]);

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

No branches or pull requests

1 participant