Hello,

                I have footer section which contains almost same except 
links code for twenty views.
                Now I want to use the same html for all views by replacing 
create, show, update, list links for specific view.
                Please suggest me how can i get hash of my module that is 
same for its CRUD.
                Is there any action like property in router like:

                   $routeProvider .when("/admin_contract_type/list", {
            controller: "adminController",
            templateUrl: globalConstants["gCommonTblHtmlPath"],
            resolve: {
                action: function() {
                    return "adm_cont_type_list";
                }*//like this action I want any other property in which I 
will return "admin_contract_type".*
            }
        }) 


Thanks in advance,
Pushpendra

-- 
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/groups/opt_out.

Reply via email to