mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 13:59:54 +02:00
Refactor code
This commit is contained in:
12
test/nav.js
12
test/nav.js
@@ -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'
|
||||
|
Reference in New Issue
Block a user