Skip to content

Commit 5970a3e

Browse files
committedJan 22, 2015
fix url change
1 parent 921d7f9 commit 5970a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ app.controller('newCtrl', ['$scope', 'Post', '$window', function($scope, Post, $
1919
app.directive('preview', function(){
2020
return {
2121
restrict: 'E',
22-
templateUrl: '../show.html',
22+
templateUrl: 'show.html',
2323
scope: false,
2424
replace: true
2525
}

0 commit comments

Comments
 (0)