-
`'use strict';
/**
- @ngdoc overview
- @name nodejsAngularApp
- @description
- # nodejsAngularApp
*
- Main module of the application.
*/
angular
.module('nodejsAngularApp', [
'ngAnimate',…
-
thanks! can it decide moving left or right from the directive ?
-
I am using UI Grid for a data grid display. All columnDefs and data are real-time and can change depending on user selection, but i cannot make the reset of UIGrid work. I tried to use $compile to rec…
-
https://docs.npmjs.com/getting-started/publishing-npm-packages
-
Hi
I have problem with running this app on production, test with `gulp serve` run fine but when I use `gulp build` it cause error:
Failed to instantiate module angulartics due to:
Error: [$injector:n…
-
My question is two fold:
1) My company has an existing grid that provides filtering based on type: date range, number range, string contains, starts with, etc..., boolean true/false, or an option …
-
I am starting to learn to use angularjs and I'm trying to make a data table using ui-grid. but the table wont render the grid and only showing the data in one column.
This is the page that shows up:
…
-
We included new dependancies to gmf in order to handle time selection for WMS layers #1241
This will add two dependencies for the gmf angular module:
- 'ui.slider' for the slider
- 'ui.date' for the…
-
When following [tutorial 205](http://ui-grid.info/docs/#/tutorial/205_row_editable), the gridApi.rowEdit property is _undefined_ when it should not be. This is a problem in both ui-grid-stable.js and…
-
browserTrigger in ngScenario is very useful to triggering UIEvent and used in many spec files.
But `browserTrigger(element, 'touchstart');` is triggering `MouseEvent` instead of `TouchEvent`.
This ca…