michaelbromley / michaelbromley/angularUtils
I am not able to use other custom directive with dirPaginate?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 842
- PR merge metrics
- No merged PRs in 30d
Description
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) {
//
//
}]);
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the AngularJS module declarations and the pndaKafka directive shown in the issue, then reproduce the interaction with dirPaginate. The issue does not name files or tests; done would mean the custom directive continues to work when dirPaginate is used.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angularjs, javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100