Error: [jqLite:onargs] jqLite#on() does not support the `selector` or `eventData` parameters
http://errors.angularjs.org/1.4.7/jqLite/onargs
at http://localhost:8000/entry-15f418.js:40684:13
at jqLiteOn (http://localhost:8000/entry-15f418.js:43934:40)
at Object.JQLite.(anonymous function) (http://localhost:8000/entry-15f418.js:44153:18)
at link (http://localhost:8000/entry-15f418.js:74188:10)
at invokeLinkFn (http://localhost:8000/entry-15f418.js:49405:10)
at nodeLinkFn (http://localhost:8000/entry-15f418.js:48905:12)
at compositeLinkFn (http://localhost:8000/entry-15f418.js:48296:14)
at publicLinkFn (http://localhost:8000/entry-15f418.js:48171:31)
at http://localhost:8000/entry-15f418.js:89350:10
at invokeLinkFn (http://localhost:8000/entry-15f418.js:49405:10) <div class="sidebar app-aside ng-scope" id="sidebar" toggleable="" parent-active-class="app-slide-off">
请教上面的报错是怎么回事呢?
看你的提示就是on绑定事件出错,已经说得很清楚啦:
jqLite#on() does not support the
selector
oreventData
parameters更多的信息必须看到你的代码才知道。