-
I am having the same issue,
``` javascript
var wmcApp = angular.module('wmcApp', ['ionic','ionic.service.core',
'wmcControllers',
'wmcTruckMapController',
'wmcDashboardController',
'wmcFactories',
'w…
-
**引入文件**
anguar的单页面页面引入两个脚本,一个angular的框架,一个是触摸的库
``
``
记得在这里引入ngTouch模块
var app = angular.module('wsscat', ['ngRoute','ngTouch']);
**编写路由**
```
.when('/touch', {
controller: 'touchCtrl',
…
-
I've updated to lastest version, using ES6, and all `angular module` are defined in `index.module.js`, how to define `controller, directive, filter` in each component ?
```
/* global malarkey:fals…
-
jade templates are not re-processed on save while `gulp test:auto` is watching.
`gulp test` works fine.
``` javascript
{
"generator-gulp-angular": {
"version": "1.0.0",
"props": {
"a…
-
-
I can't load the module:
here is my definition
var MyApp = angular.module('MyApp', [
'angulartics.google.tagmanager','ngTouch', 'nsPopover',
'ngRoute', 'ngCookies', 'ngSanitize', 'ui.bootstrap',…
-
I was testing on iPad with the current version of ngDraggable and the user needs to wait 300ms before start dragging, otherwise, the item is not dragging.
Is there a way to remove the 300ms delay for…
ghost updated
8 years ago
-
-
Hello,
Following this issue https://github.com/cubiq/iscroll/issues/729 about click events not working properly for iScroll elements on Android 4.3.3.
Setting the iscroll 'click' or 'tap' option to …
-
I have a problem when I linked this directive in my Phonegap proyect.
When angular-carousel is implemented, and having various carousel on different pages, anchor links and input fields don´t work.
W…