mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Angular and taweaks
This commit is contained in:
3
example/angular/app.js
vendored
3
example/angular/app.js
vendored
@@ -1,3 +1,5 @@
|
||||
|
||||
/*
|
||||
document.addEventListener('touchstart', function() {});
|
||||
|
||||
var app = angular.module('peopleApp', ['ngRoute', 'ngAnimate']);
|
||||
@@ -45,3 +47,4 @@ app.controller('CustomerCtrl', function($scope, $routeParams, Customers) {
|
||||
$scope.customer = customer;
|
||||
console.log('Showing user', id, customer);
|
||||
});
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user