Skip to content

Instantly share code, notes, and snippets.

@vbabiy
Created December 23, 2013 02:05
Show Gist options
  • Save vbabiy/8090850 to your computer and use it in GitHub Desktop.
Save vbabiy/8090850 to your computer and use it in GitHub Desktop.
Error: Syntax error, unrecognized expression: <form ng-controller="DeleteMonitorModalCtrl">
<p class="message hr">
Are you sure you want to delete this monitor? Your new monthly total will be <b>{{ total | currency }}</b>.
</p>
<div class="buttons">
<button type="submit" ng-click="success(monitor)">Yes</button>
<button type="button" ng-click="failure()">No</button>
</div>
</form>
at Function.Sizzle.error (http://localhost:8000/static/bower_components/jquery/jquery.js:4421:8)
at tokenize (http://localhost:8000/static/bower_components/jquery/jquery.js:5076:11)
at select (http://localhost:8000/static/bower_components/jquery/jquery.js:5460:11)
at Function.Sizzle (http://localhost:8000/static/bower_components/jquery/jquery.js:3998:9)
at jQuery.fn.extend.find (http://localhost:8000/static/bower_components/jquery/jquery.js:5576:11)
at jQuery.fn.jQuery.init (http://localhost:8000/static/bower_components/jquery/jquery.js:196:38)
at jQuery (http://localhost:8000/static/bower_components/jquery/jquery.js:62:10)
at compile (http://localhost:8000/static/bower_components/angular/angular.js:5492:25)
at Modal.show (http://localhost:8000/static/js/apps/_shared/directives/modal.js:21:27)
at http://localhost:8000/static/js/apps/_shared/directives/modal.js:61:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment