This is my angular js file
test.js file:
var app = angular.module(\"angleapp\", []) .controller(\'MainController\', [\'$scope\', function ($scope) {
In partials html page(test.html), No need to write doctype, head and body tags. Just write your html elements and script. It should work.