I am new to ember and using the following,
Ember: v1.13.3
jquery: v1.12.3
But I am getting the following error
Uncaught Error: Assertion Failed: Ember Views require jQuery between 1.7 and 2.1
I have referred http://ift.tt/1SyiAKA
But in my bower.json
file I have the following
{
"name": "jquery",
"main": "dist/jquery.js",
"license": "MIT",
"ignore": [
"package.json"
],
"keywords": [
"jquery",
"javascript",
"browser",
"library"
]
}
How can I overcome the error with the ember.js version(v1.13.3)?
Aucun commentaire:
Enregistrer un commentaire