Hi Pinal,

I was facing similar problem and resolved it.

First check whether the scope variable for video src has value when the tag 
is getting created. For this you can use ng-init in the video tag.

If you see that the scope variable does not have the proper value just do 
the following.
1. In HTML put a ng-if in the video tag (like ng-if="asdf")
2. In controller one you set the value for scope variable for the video 
src, make asdf=true.

Hopefully this will work. In my case it worked actually.

On Monday, 24 March 2014 16:43:19 UTC+5:30, Pinal Bhatt wrote:
>
> weired... but the plunkr you provided is not working for me today in 
> chrome browser. looks like some issue with chrome.. some time it works and 
> some time control icons for video player remain disabled. 
>
> On Monday, March 24, 2014 3:24:31 AM UTC-4, Justin Walsh wrote:
>>
>> Hi Pinal, 
>>
>> If you put a plunkr together demonstrating your problem we might be able 
>> to help you further.  Until then, our hands are tied.
>>
>> Justin
>>
>

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to