fun-projects / JobProfileWebsite

a website to post job profile
0 stars 0 forks source link

throws err when loading about page #6

Open nkravi opened 9 years ago

nkravi commented 9 years ago

https://docs.angularjs.org/error/ng/areq?p0=viewAboutCntrl&p1=not

nkravi commented 9 years ago

add addAboutController.js , viewAboutcontroller.js to views/index.html and remove "About" from addAboutCntrl as this was not implemented , might cause injection error """ angular.module('JobApp').controller('addAboutCntrl',function($scope,$location,About) angular.module('JobApp').controller('addAboutCntrl',function($scope,$location) """ This should help