Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         .state("main.edit", {
  2.             url: "edit/:projectId",
  3.             controller: EditCtrl,
  4.             templateUrl: 'views/detail.html' //,
  5. //            resolve: {
  6. //                project: function(Restangular, $route){
  7. //                    return Restangular.one('projects', $route.current.params.projectId).get();
  8. //                }
  9. //            }
  10.         })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement