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

directive #10

Open
GoNode5 opened this issue Apr 24, 2013 · 0 comments
Open

directive #10

GoNode5 opened this issue Apr 24, 2013 · 0 comments

Comments

@GoNode5
Copy link

GoNode5 commented Apr 24, 2013

I want to use an example directive but I wonder if it possible to use this code within an lazy directive like in an normal directive? thnx

App.directive('panelGrid', function(){
return {
restrict: 'A',
replace: true,
transclude: true,
template : '

',
compile : function(element, attrs,transcludeFn) {
transcludeFn(element,function(clone){

Or if I take this example

Where/how would I add function animator? its not a directive or controler

http://jsfiddle.net/simpulton/5gWjY/

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