Skip to content

Changed directive to allow dynamic#63

Open
jorgeliano-lcg wants to merge 4 commits intowinkerVSbecks:masterfrom
MontajjInc:MJ-1
Open

Changed directive to allow dynamic#63
jorgeliano-lcg wants to merge 4 commits intowinkerVSbecks:masterfrom
MontajjInc:MJ-1

Conversation

@jorgeliano-lcg
Copy link

No description provided.

link: function(scope, element, attrs) {
var id = scope.delegateHandle;
var id = attrs.delegateHandle;
console.log('pdfViewer Toolbar ID: ', id);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need console.log here? I'd prefer not to log this info.

controller: 'PdfCtrl',
link: function(scope, element, attrs) {
scope.id = scope.delegateHandle;
console.log('pdfViewer id: ', scope.id);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added .idea/ to .gitignore, let's avoid committing these files

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

Successfully merging this pull request may close these issues.

2 participants