Error: $compile:tpload failed to load template Http status : 404
问题 I'm getting a 404 status from Chrome when i'm trying to run a local project using angular. I'm not sure where the problem is and i've already tried the suggested answers to similar questions. This is my directives file: 'use strict'; /** * @ngdoc directive * @name stockDogApp.directive:stkWatchlistPanel * @description * # stkWatchlistPanel */ angular.module('stockDogApp') .directive('stkWatchlistPanel', function ($location, $modal, WatchlistService) { return { templateUrl: 'views/templates