angular-meteor icon indicating copy to clipboard operation
angular-meteor copied to clipboard

angular-meteor with Meteor 1.8.2 and ng-table

Open maserna06 opened this issue 5 years ago • 0 comments

Before updating to 1.8.2 it worked, but after updating it shows me the following errors.

Versions I'm using:

  1. angular: 1.7.8
  2. angular-meteor: 1.3.12
  3. ng-table: 4.0.0
Error: "[angular-meteor][err][404] ng-table/header.html - HTML template does not exists! You can disable this error by following this guide http://www.angular-meteor.com/api/1.3.11/templates"
    get Angular
    handleRequestFn http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:80234
    ngIncludeWatchAction http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:88618
    $digest http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:78004
    evalAsync http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:78296
    completeTask http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:80095
    timeoutId http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:65675
eruda:6:236287
    r https://cdn.jsdelivr.net/npm/eruda:6
    consoleLog http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:74431
    get http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:70710
    $digest http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:78022
    evalAsync http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:78296
    completeTask http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:80095
    timeoutId http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:65675

and

Error: "[angular-meteor][err][404] ng-table/pager.html - HTML template does not exists! You can disable this error by following this guide http://www.angular-meteor.com/api/1.3.11/templates"
    get Angular
    handleRequestFn http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:80234
    ngIncludeWatchAction http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:88618
    $digest http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:78004
    evalAsync http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:78296
    completeTask http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:80095
    timeoutId http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:65675
eruda:6:236287
    r https://cdn.jsdelivr.net/npm/eruda:6
    consoleLog http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:74431
    get http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:70710
    $digest http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:78022
    evalAsync http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:78296
    completeTask http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:80095
    timeoutId http://localhost:3000/packages/modules.js?hash=3863de7e70d261e9dcca067961a2b6fb7e4ccd69:65675

maserna06 avatar Dec 04 '19 04:12 maserna06