Added Tommy

This commit is contained in:
HooVee
2016-08-25 21:33:44 +03:00
committed by okalintu
parent 1b0ccf746a
commit 3e8d77a74b
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -26,4 +26,9 @@
</tr>
</tbody>
</table>
<div class="row" id="tommy">
<div class="col-sm-4">
<a href="#/tommy">Tommy</a>
</div>
</div>
</div>
+3
View File
@@ -28,6 +28,9 @@ app.config(['$routeProvider', function($routeProvider){
templateUrl:"/static/html/lisaa_jasenia.html",
controller:'addManyController',
})
.when('/tommy/',{
templateUrl:"/static/html/tommy.html"
})
.otherwise({
'redirectTo':"/"
})