Thank you very much sander elias
On Tuesday, August 20, 2013 at 9:53:45 AM UTC+5:30, Sander Elias wrote:
>
> Unless you renamed the default form.
>
> if you do something like this, it will be undefined:
>
> app.directive("sample", function () {
> return {
> scope : {}, //isolated scope
> link : function (scope, iElement, iAttrs) {
> //in here $scope is undefined..
> //even if you don't choose to isolate your scope, it will
> be called
> // scope in stead of $scope.
> }
> };
> });
>
> regards
> Sander
>
--
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.