Add a README.md
Markdown file to your projects to explain setup and usage. Your users and your future self will thank you.
Access-Control
headers to specify what types of requests and methods are allowed.sort()
.findOne()
schema.pre('save')
- to occur before a save
functionschema.post('save')
- to occur after a save
functionui-router
ui-sref
- A directive that binds an anchor tag (<a>
) to a stateng-bind-html
- tells Angular to replace the innerHTML of an element with the value of an expression. Similar to {{ expression }}
.constant
- register a Provider on an angular module that returns a constant value angular.module('myApp')
.constant('API_URL', 'http://myapi.com/example/all');