COMMITS
/ test/ng/directive/ngBindSpec.js March 8, 2017
M
fix(Angular): remove `angular.lowercase` and `angular.uppercase`
Martin Staffa committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
June 5, 2016
M
fix(ngBind): use same string representation as $interpolate
Martin Staffa committed
April 27, 2016
M
fix(ng-bind-html): watch the unwrapped value using `$sce.valueOf()` (instead of `toString()`)
Martin Probst committed
October 5, 2014
J
refactor($parse): separate tokenizing vs parsing more
Jason Bedard committed
September 13, 2014
J
perf($rootScope): moving internal queues out of the Scope instances
Jason Bedard committed
August 28, 2014
R
fix(ngBindHtml): throw error if interpolation is used in expression
rodyhaddad committed
August 23, 2014
P
feat($compile/ngBind): allow disabling binding info
Peter Bacon Darwin committed
July 29, 2014
I
perf(Scope): use remove the need for the extra watch in $watchGroup
Igor Minar committed
I
perf(Scope): remove the need for the extra watch in $watchGroup
Igor Minar committed
August 8, 2014
J
revert perf(Scope): remove the need for the extra watch in $watchGroup
Jeff Cross committed
July 18, 2014
I
perf(ngBindHtml): move addClass to the compile phase
Igor Minar committed
June 4, 2014
R
perf(*): more performant interpolation and lazy one-time binding
rodyhaddad committed
June 2, 2014
R
revert: feat(*): lazy one-time binding support
rodyhaddad committed
May 15, 2014
L
feat(*): lazy one-time binding support
Lucas Galfaso committed
September 20, 2013
C
fix(ng-bind-html): watch string value instead of wrapper
Chirayu Krishnappa committed
July 19, 2013
C
feat(ngBindHtml, sce): combine ng-bind-html and ng-bind-html-unsafe
Chirayu Krishnappa committed
May 14, 2013
C
feat($sce): new $sce service for Strict Contextual Escaping.
Chirayu Krishnappa committed
April 10, 2012
V
chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module
Vojta Jina committed
April 9, 2012
I
chore(ngBind): remove obsolete test
Igor Minar committed
I
chore(tests): rename all directive names to the normalized form
Igor Minar committed
April 8, 2012
I
fix(ngBindHtml): clear contents when model is falsy
Igor Minar committed
I
test(ngBindSpec): correct tests + split them up
Igor Minar committed
March 23, 2012
M
chore(module): move files around in preparation for more modules
Misko Hevery committed