Hi Sander, 

I have figured out that my previous logics with templateUrl were 
conflicting with routeController Code. I removed the controller and used 
templateUrl function to process the parameters.


Like as follows 

          templateUrl : function($routeParams) {

                url = 'showImages.php?imgTag='+$routeParams['imgTag'];

                url += '&dpi='+$routeParams['dpi'];

                return url;

          },


I can get my code to work like it was during the Jquery format. 

Thanks
Rajehs.

On Thursday, October 15, 2015 at 9:22:04 PM UTC-7, rajesh nataraja wrote:
>
> Hi Sander, 
>
> Thank you. I will read through it. 
>
> Thanks
> Rajesh.
>
> On Thursday, October 15, 2015 at 8:58:11 PM UTC-7, Sander Elias wrote:
>>
>> Hi Rajesh,
>>
>> 1. No, it is not. You should work your way through the tutorial 
>> <https://docs.angularjs.org/tutorial>,  Pay special attention to point 7.
>>
>> 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.

Reply via email to