Refactor code

This commit is contained in:
Tyler Long
2017-04-17 00:12:30 +08:00
parent 8b44401b1b
commit 3ac23c21d9
8 changed files with 35 additions and 47 deletions

View File

@@ -5,10 +5,14 @@ var navApp = window.angular.module('navApp', [])
navApp.controller('NavAppCtrl', function ($scope) {
$scope.items = [
{'name': 'Ett',
'url': 'cases/ett.html'},
{'name': 'Two',
'url': 'cases/two.html'}
{
'name': 'Ett',
'url': 'cases/ett.html'
},
{
'name': 'Two',
'url': 'cases/two.html'
}
]
$scope.frameUrl = 'web.html'