Skip to content

Commit f9a84ff

Browse files
marcelo-portugalmportuga
authored andcommitted
fix: 🐛 remove extra $applyAsync from header-cell
The extra $applyAsync was causing an unnecessary flicker when the grid was loading in certain situations. Removing it helped solve that problem.
1 parent 3e1e618 commit f9a84ff

File tree

5 files changed

+3141
-3139
lines changed

5 files changed

+3141
-3139
lines changed

bower.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"./ui-grid.js"
2828
],
2929
"devDependencies": {
30+
"angular": "1.8.2",
31+
"angular-animate": "1.8.2",
32+
"angular-aria": "1.8.2",
33+
"angular-touch": "1.8.2",
3034
"google-code-prettify": "~1.0.2",
3135
"jquery": "~1.8.0",
3236
"lodash": "~2.4.1",

grunt/uidocs-generator.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ module.exports = {
1818
},
1919
scripts: [
2020
// no jquery automatically loaded for tutorial!!!
21-
'//ajax.googleapis.com/ajax/libs/angularjs/<%= latestAngular %>/angular.js',
22-
'//ajax.googleapis.com/ajax/libs/angularjs/<%= latestAngular %>/angular-touch.js',
23-
'//ajax.googleapis.com/ajax/libs/angularjs/<%= latestAngular %>/angular-animate.js',
24-
'//ajax.googleapis.com/ajax/libs/angularjs/<%= latestAngular %>/angular-aria.js',
21+
'bower_components/angular/angular.js',
22+
'bower_components/angular-touch/angular-touch.js',
23+
'bower_components/angular-animate/angular-animate.js',
24+
'bower_components/angular-aria/angular-aria.js',
2525
'bower_components/csv-js/csv.js',
2626
'bower_components/pdfmake/build/pdfmake.js',
2727
'bower_components/pdfmake/build/vfs_fonts.js',

0 commit comments

Comments
 (0)