-
I'm interested in using this script on a touchscreen device and trigger the flip using ngTouch events. I'd also like the filp to read the swipe direction and flip accordingly.
I tried including this …
-
Hello,
A click on an element with ng-click on iPad will not trigger the 'fast' click behavior.
Angular: 1.2.4
ngTouch 1.2.4 (version 1.2.13 has not changed in the parts concerned)
**Reproducible**: …
-
**Reproduction Steps:**
1. Click on Workspaces to get to the Workspaces page
2. Click the "+" in the top to to New Workspace page
3. Click the "Blank" workspace and then the "Create Workspace" button …
-
If an md-button has a md-tooltip inside it, and you click on the button, the tooltip shows up, but the button doesn't receive a click event. A second click is necessary.
-
Hey guys,
I'm working on Windows 10 on a big project (so excuse the big config file below). A few weeks ago I installed webpack and webpack-dev-server. It uses the angular-, uglify- and hmr-plugin. Si…
-
var app = angular.module('app', [
'ui.router',
'ngTouch',
'ngMessages',
'angular-loading-bar',
'ngFileUpload',
'ui.router.breadcrumbs',
'ngTagsInput'
]);
比如说,我现在项目需要依赖…
-
Anyone tried this with Yeoman?
As soon as I add ['ntTable'] to the module, it kills all pages (with no errors nowhere).
Steps to reproduce:
- yo angular (yes to all) // generates an Angular applica…
-
let me explain, when a long click on a link i expect this to happen :
![screenshot_11_10_15__11_17_am](https://cloud.githubusercontent.com/assets/3062366/11059945/4344f7d8-879d-11e5-9b4d-99253934e3a8.…
-
While following the examples I was trying to restrict the user by using `loginRequired` function but its not working. What is wrong???
Getting `Getting Uncaught Error: [$rootScope:infdig]`
```
'use…
-
Hi,
I am using an angular bootstrap modal window in angular application. Inside which I have used multiple controls like buttons, input type="file".
I was facing an issue with browsers on mobile and…