I've found an example here : http:// jsfiddle.net /HAKASHUN/2DNLH/5/ but he does not work.
I have a controller Post for example. And a controller AdminPost for admins. I don't want to rewrite all the functions in Post in my controller AdminPost.
I know i can create a factory like here : AngularJS controller inheritance
But I think it is not a very good "MVC" organization.
Thank you.