I cleaned up my code but now when I run it I am getting an error. I am not sure where it is coming from since it was working before I added the nested view and did not change the controller. Here is my plunkr. Let me know if there is anything else you need.

TypeError: f[k] is undefined       angular.min.js (line 32, col 244)

you are calling the property "k" of object "f" which is "undefined" at line 32 col 244.
Make sure "f" points to the object containing "k" property before calling it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.