Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ../src/index.html
  2. ../src/js/appController.js
  3. ../src/js/main.js
  4. ../src/js/views/dashboard.html
  5. ../src/js/views/customers.html
  6. ../src/js/viewModels/dashboard.js
  7. ../src/js/viewModels/customers.js
  8.  
  9. function DashboardViewModel() {
  10. ...
  11. self.currentRowListener = function (event, ui) {
  12. Router.rootInstance.go('customers');
  13. }
  14. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement