-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The directive assume the delimiters to be '{{' and '}}'
I made a branch and opened a pull request
Here is the idea of the refactor:
angular.module("datePicker").run(["$templateCache","$interpolate", function($templateCache,$interpolate) {
var startSym = $interpolate.startSymbol();
var endSym = $interpolate.endSymbol();
$templateCache.put("templates/datepicker.html",
...
" <th colspan=\"5\" class=\"switch\" ng-click=\"setView('month')\">"+startSym+"date|date:\"yyyy MMMM\""+endSym+"</th>\r"
...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels