Angular.js : 템플릿에서 ng-href를 사용하는 방법 템플릿을 포함한 1개의 index.html로 심플한 SPA를 작성하려고 합니다. ng-href 디렉티브에 문제가 있습니다. myPage index.model에서는 동작하지만 템플릿에서는 동작하지 않습니다.링크는 클릭할 수 없습니다만, href는 아직 동작합니다. myPage 내 앱: index.syslog: ... link ... app.filename: 'use strict'; angular.module('myApp', [ 'ngCookies', 'ngResource', 'ngSanitize', 'ngRoute' ]).config( function($routeProvider) { $routeProvider.when('/', { templa..