Hello Mr.,
Using the framework Kendo UI-angularjs in another project, but now would
like to use only angularjs + Bootstrap, creating my directives ... In kendo
is poss do something like:
HTML:
<div window = "myWin" k-options = "winOptions" />
CONTROLLER:
$ scope.winOptions = {
modal: true, templateUrl: "dir / mywin.html"
}
The important detail my point is that in HTML you can name the directive, as
follows: (window = "myWin") with that in any part of my controller I can do
something like this:
$ scope.myWin.open ();
And ready! The window is opened ... The question is ... How to Create a
directive which I can call methods as shown above, eg myDirective.open (); ?
Thank you!
Marcelo
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.